etc/templates/overview.html
author Tero Marttila <terom@fixme.fi>
Tue, 02 Nov 2010 04:11:06 +0200
changeset 22 809686edcd4c
parent 5 e716718482c3
child 26 d275edd72861
permissions -rw-r--r--
New dynamic WSGI frontend
22
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
     1
<h1>Daily Overview for %(dir)s</h1>
5
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     2
22
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
     3
<ul id="overview-subdirs">
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
     4
    %(overview_subdirs)s
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
     5
</ul>
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
     6
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
     7
<ul id="overview-graphs">
5
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     8
    %(overview_graphs)s
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     9
</ul>
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    10