Last change
on this file since 455 was
445,
checked in by price, 17 years ago
|
keep help page at a readable width
|
File size:
544 bytes
|
Line | |
---|
1 | #from skeleton import skeleton |
---|
2 | #extends skeleton |
---|
3 | |
---|
4 | #attr pageclass = 'help' |
---|
5 | |
---|
6 | #def title |
---|
7 | #if len($subjects) == 1 |
---|
8 | Help on $subjects[0] |
---|
9 | #else |
---|
10 | Help |
---|
11 | #end if |
---|
12 | #end def |
---|
13 | |
---|
14 | |
---|
15 | #def body |
---|
16 | #if not $simple |
---|
17 | <p>Topics: |
---|
18 | #for $key in sorted($mapping) |
---|
19 | <a href="help?subject=$key">$key</a> |
---|
20 | #end for |
---|
21 | </p> |
---|
22 | #end if |
---|
23 | #for $subject in $subjects |
---|
24 | #if $subject in $mapping |
---|
25 | #if not $simple |
---|
26 | <h2>$subject</h2> |
---|
27 | #end if |
---|
28 | <p>$mapping[$subject]</p> |
---|
29 | #else |
---|
30 | <p>Unknown subject '$subject'.</p> |
---|
31 | #end if |
---|
32 | #end for |
---|
33 | #if $simple |
---|
34 | <a href="javascript:window.close();">Close</a> |
---|
35 | #end if |
---|
36 | #end def |
---|
Note: See
TracBrowser
for help on using the repository browser.