diff -r 2ee166f109ae -r 0c625ce49a81 src/cm/templates/site/layout/base.html
--- a/src/cm/templates/site/layout/base.html Thu Sep 19 14:57:00 2013 +0200
+++ b/src/cm/templates/site/layout/base.html Fri Sep 20 16:28:40 2013 +0200
@@ -4,85 +4,71 @@
- {% block title %}{% endblock %} - {{ CONF.workspace_name }}
+ {% block title %}{% endblock %} - {{ CONF.workspace_name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {% include "site/layout/req_jquery.html" %}
+
+
+
-
-
-
+
+
+
-
+
- {% block head_base %}
- {% endblock %}
- {% block head %}
- {% endblock %}
+ {% block head_base %}
+ {% endblock %}
+ {% block head %}
+ {% endblock %}
- {% include "site/layout/req_yui.html" %}
-
-
-
+ {% include "site/layout/req_yui.html" %}
+
+
+
- {% include "site/macros/timezone.html" %}
-
- {# create a custom header_custom.html to add code to every page #}
- {% include "header_custom.html" %}
+ {% include "site/macros/timezone.html" %}
-
-
- {% include "site/layout/control.html" %}
- {% include "site/layout/message.html" %}
+
+
+ {% include "site/layout/message.html" %}
-
-
- {% block content %}
- {% endblock %}
-
-
-
-
-
- {% include "site/tracking.html" %}
-
+
+
+ {% block content %}
+ {% endblock %}
+
+
+
+
+
+ {% include "site/tracking.html" %}
+