X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/e37dd15bbf8683bab8454ea0eec8e9968ce982b2..09b3c4465e1370966c4765ae261c910e7dd67883:/code/templates/help.tmpl diff --git a/code/templates/help.tmpl b/code/templates/help.tmpl index 804255a..61061ee 100644 --- a/code/templates/help.tmpl +++ b/code/templates/help.tmpl @@ -1,6 +1,8 @@ #from skeleton import skeleton #extends skeleton +#attr pageclass = 'help' + #def title #if len($subjects) == 1 Help on $subjects[0] @@ -12,19 +14,21 @@ Help #def body #if not $simple -

Help

Topics: #for $key in sorted($mapping) $key #end for

+

+See also tips and HOWTOs on the wiki. +

#end if #for $subject in $subjects #if $subject in $mapping -#if not $simple

$subject

-#end if +#filter None

$mapping[$subject]

+#end filter #else

Unknown subject '$subject'.

#end if