annotate bts_webui/amancay/templates/index.html @ 3:026d1bcf0746 draft

The migration to the new interface is almost done
author marga
date Mon, 09 Jul 2007 21:47:39 +0000
parents 009ede2396ab
children 06095c3d1e27
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c60a544ed178 Initial commit
marga
parents:
diff changeset
1 {% extends "base.html" %}
c60a544ed178 Initial commit
marga
parents:
diff changeset
2
c60a544ed178 Initial commit
marga
parents:
diff changeset
3 {% block title %}Amancay BTS interface{% endblock %}
c60a544ed178 Initial commit
marga
parents:
diff changeset
4
3
026d1bcf0746 The migration to the new interface is almost done
marga
parents: 1
diff changeset
5 {% block toolbox %}
026d1bcf0746 The migration to the new interface is almost done
marga
parents: 1
diff changeset
6 {% include "toolbox.html" %}
026d1bcf0746 The migration to the new interface is almost done
marga
parents: 1
diff changeset
7 {% endblock %}
026d1bcf0746 The migration to the new interface is almost done
marga
parents: 1
diff changeset
8
026d1bcf0746 The migration to the new interface is almost done
marga
parents: 1
diff changeset
9
0
c60a544ed178 Initial commit
marga
parents:
diff changeset
10 {% block main_content %}
1
009ede2396ab Complete change in the look of the app.
marga
parents: 0
diff changeset
11 <div id="bug_list" class="bug_list">
009ede2396ab Complete change in the look of the app.
marga
parents: 0
diff changeset
12 {% block bug_list %}
009ede2396ab Complete change in the look of the app.
marga
parents: 0
diff changeset
13 {% include "table.html" %}
009ede2396ab Complete change in the look of the app.
marga
parents: 0
diff changeset
14 {% endblock %}
0
c60a544ed178 Initial commit
marga
parents:
diff changeset
15 </div>
c60a544ed178 Initial commit
marga
parents:
diff changeset
16 {% endblock %}
c60a544ed178 Initial commit
marga
parents:
diff changeset
17