Sample Tracker EXTJS frontend merge part 1
[htsworkflow.git] / htsworkflow / frontend / templates / base.html
index 5899e5929b348681d43395963f558b6cd4109ba5..311eb205f0089f142a19da1fc261c3fb6f44d89a 100644 (file)
@@ -1,22 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
-<head>
-<title>{% block title %}{% endblock %}</title>
-<link rel="stylesheet" type="text/css" href="{% block stylesheet %}{% load adminmedia %}{% admin_media_prefix %}css/base.css{% endblock %}" />
-{% 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 %}
-</head>
 {% load i18n %}
 
-<body class="{% if is_popup %}popup {% endif %}{% block bodyclass %}{% endblock %}">
-
 <!-- Container -->
-<div id="container">
-
+    <!--
     {% if not is_popup %}
-    <!-- Header -->
+    
     <div id="header">
         <div id="branding">
         {% block branding %}{% endblock %}
         {% endif %}
         {% block nav-global %}{% endblock %}
     </div>
-    <!-- END Header -->
+    
     {% block breadcrumbs %}<div class="breadcrumbs"><a href="/">{% trans 'Home' %}</a>{% if title %} &rsaquo; {{ title }}{% endif %}</div>{% endblock %}
     {% endif %}
-
+    -->
         {% if messages %}
         <ul class="messagelist">{% for message in messages %}<li>{{ message }}</li>{% endfor %}</ul>
         {% endif %}
@@ -49,8 +36,4 @@
     <!-- END Content -->
 
     {% block footer %}<div id="footer"></div>{% endblock %}
-</div>
 <!-- END Container -->
-
-</body>
-</html>