Changeset 445
- Timestamp:
- Apr 21, 2008, 11:38:55 PM (17 years ago)
- Location:
- trunk/packages/sipb-xen-www/code
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/static/layout.css
r435 r445 25 25 background: #fff; 26 26 } 27 28 body.help { 29 max-width: 50em; 30 } -
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.