X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/61154617919ca57b6f1d4bed02aa9847ef14232a..f6bddba1c55448fae6674bb03838fceb4bd982ba:/code/templates/help.tmpl diff --git a/code/templates/help.tmpl b/code/templates/help.tmpl index 055f75c..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] @@ -17,13 +19,16 @@ Help $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