summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b812ecb)
svn path=/trunk/packages/sipb-xen-www/; revision=445
border-radius: .4em;
background: #fff;
}
border-radius: .4em;
background: #fff;
}
+
+body.help {
+ max-width: 50em;
+}
#from skeleton import skeleton
#extends skeleton
#from skeleton import skeleton
#extends skeleton
+#attr pageclass = 'help'
+
#def title
#if len($subjects) == 1
Help on $subjects[0]
#def title
#if len($subjects) == 1
Help on $subjects[0]
+<body id="body"
+#if hasattr($self, 'pageclass'):
+ class="$pageclass"
+#end if
+ >