Added 'lanes_for' which will show recent flowcell lanes ordered by date,
[htsworkflow.git] / htsworkflow / frontend / templates / base.html
index 7f64055b1ed09d36623b01d6dad937b21a045a9e..b201c8802e7b55f9d2bc8ef37cecca46d90da4f4 100644 (file)
@@ -1,5 +1,20 @@
 {% load i18n %}
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html lang="en">
+<head>
+    <title>{% block title %}{{ app_name }} - {{ page_name }}{% endblock %}</title>
 
+{% block additional_css %}
+    {% load adminmedia %}
+    {% if LANGUAGE_BIDI %}<link rel="stylesheet" type="text/css" href="{% block stylesheet_rtl %}{% admin_media_prefix %}css/rtl.css{% endblock %}" />{% endif %}
+    {% block extrastyle %}{% endblock %}
+    {% block extrahead %}{% endblock %}
+    {% block blockbots %}<meta name="robots" content="NONE,NOARCHIVE" />{% endblock %}
+    <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/data-browse-index.css" />
+{% endblock %}
+
+</head>
+<body>
 <!-- Container -->
    {% if not is_popup %}
     
@@ -35,3 +50,5 @@
 
     {% block footer %}<div id="footer" class="djangocss"></div>{% endblock %}
 <!-- END Container -->
+</body>
+</html>
\ No newline at end of file