diff -r 000000000000 -r 40c8f766c9b8 src/cm/templates/site/layout/base.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/templates/site/layout/base.html Mon Nov 23 15:14:29 2009 +0100
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+ {% block title %}{% endblock %} - {{ CONF.workspace_name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% block head_base %}
+ {% endblock %}
+ {% block head %}
+ {% endblock %}
+
+ {% 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/layout/control.html" %}
+ {% include "site/layout/message.html" %}
+
+
+
+ {% block content %}
+ {% endblock %}
+
+
+
+
+
+ {% include "site/tracking.html" %}
+
+
\ No newline at end of file