Changeset 445 for trunk/packages/sipb-xen-www/code/templates
- Timestamp:
- Apr 21, 2008, 11:38:55 PM (17 years ago)
- Location:
- trunk/packages/sipb-xen-www/code/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/templates/help.tmpl
r422 r445 1 1 #from skeleton import skeleton 2 2 #extends skeleton 3 4 #attr pageclass = 'help' 3 5 4 6 #def title -
trunk/packages/sipb-xen-www/code/templates/skeleton.tmpl
r422 r445 30 30 </script> 31 31 </head> 32 <body id="body"> 32 <body id="body" 33 #if hasattr($self, 'pageclass'): 34 class="$pageclass" 35 #end if 36 > 33 37 34 38 #if False
Note: See TracChangeset
for help on using the changeset viewer.