etc/templates/overview.html
author Tero Marttila <terom@fixme.fi>
Tue, 25 Jan 2011 01:28:06 +0200
changeset 32 47e977c23ba2
parent 26 d275edd72861
permissions -rw-r--r--
implement rendering of pmacct rrd graphs, and a dir/top.png feature
<div id='overview'>
    <h1>Daily Overview for %(dir)s</h1>

    <ul id="overview-subdirs">
        %(overview_subdirs)s
    </ul>

    <ul id="overview-graphs">
        %(overview_graphs)s
    </ul>
</div>