annotate bts_webui/amancay/templates/index.html @ 35:06095c3d1e27 draft

Fixed several bugs related to searching and paging Made the paging AJAX capable
author marga
date Wed, 22 Aug 2007 23:36:07 +0000
parents 026d1bcf0746
children 3c3d59cdefdb
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 %}
35
06095c3d1e27 Fixed several bugs related to searching and paging
marga
parents: 3
diff changeset
11 <div id="main_content" class="bug_list">
1
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