Changeset 60
- Timestamp:
- 12/19/10 19:10:47 (14 years ago)
- Location:
- pycgibattler/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
pycgibattler/trunk/10index.tmpl
r57 r60 1 1 ## $Id$ 2 2 #encoding UTF-8 3 #import os 3 4 #import time 4 #include "00header.tmpl"5 #include $os.path.expanduser($config.get('template', 'header')) 5 6 6 7 <div class="day"> … … 59 60 </div> 60 61 61 #include "90footer.tmpl"62 #include $os.path.expanduser($config.get('template', 'footer')) -
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')) -
pycgibattler/trunk/30battle.tmpl
r57 r60 1 1 ## $Id$ 2 2 #encoding UTF-8 3 #import os 3 4 #import operator 4 #include "00header.tmpl"5 #include $os.path.expanduser($config.get('template', 'header')) 5 6 #for $tnum, $entry in $enumerate($result.history) 6 7 … … 100 101 </div> 101 102 102 #include "90footer.tmpl"103 #include $os.path.expanduser($config.get('template', 'footer')) -
pycgibattler/trunk/80error.tmpl
r57 r60 1 1 ## $Id$ 2 2 #encoding UTF-8 3 #include "00header.tmpl" 3 #import os 4 #include $os.path.expanduser($config.get('template', 'header')) 4 5 5 6 <div class="day"> … … 19 20 </div> 20 21 21 #include "90footer.tmpl"22 #include $os.path.expanduser($config.get('template', 'footer')) -
pycgibattler/trunk/pycgibattler.conf.sample
r57 r60 10 10 [template] 11 11 css = /tdiary.css 12 header = 00header.tmpl 13 footer = 90footer.tmpl 12 14 index = 10index.tmpl 13 15 character = 20character.tmpl
Note: See TracChangeset
for help on using the changeset viewer.