Changeset 60 for pycgibattler/trunk/20character.tmpl
- Timestamp:
- 12/19/10 19:10:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pycgibattler/trunk/20character.tmpl
r57 r60 1 1 ## $Id$ 2 2 #encoding UTF-8 3 #import os 3 4 #import time 4 5 #import urllib 5 6 #import xml.sax.saxutils 6 #include "00header.tmpl"7 #include $os.path.expanduser($config.get('template', 'header')) 7 8 8 9 #for $e in $entries … … 71 72 </div> 72 73 73 #include "90footer.tmpl"74 #include $os.path.expanduser($config.get('template', 'footer'))
Note: See TracChangeset
for help on using the changeset viewer.