root / pycommunity / etc / templates / packagestats.pt
| Revision 73:aa29a8456ac6, 417 bytes (checked in by Tarek Ziad?? <tarek@…>, 21 months ago) |
|---|
| Line | |
|---|---|
| 1 | #from basetemplate import BaseTemplate |
| 2 | #extends BaseTemplate |
| 3 | <html> |
| 4 | <head> |
| 5 | <title>$title</title> |
| 6 | </head> |
| 7 | $styles |
| 8 | <body> |
| 9 | Stats |
| 10 | <div class="content"> |
| 11 | $content |
| 12 | </div> |
| 13 | <div class="backlink"> |
| 14 | <a href="../index.html">Back to package index</a> | |
| 15 | <a href="../../index.html">Back to package list</a> | |
| 16 | <a href="../../../index.html>Back to main page</a> |
| 17 | </div> |
| 18 | </body> |
| 19 | </html> |
Note: See TracBrowser
for help on using the browser.
