1 <%page expression_filter="h"/>
2 <%inherit file="skeleton.mako" />
9 % if len(subjects) == 1:
10 Help on ${subjects[0]}
18 % for key in sorted(mapping):
19 <a href="help?subject=${key}">${key}</a>
23 See also <a href="trac/wiki/tips">tips and HOWTOs on the wiki</a>.
27 % for subject in subjects:
28 % if subject in mapping:
30 <p>${mapping[subject]|n}</p>
32 <p>Unknown subject '${subject}'.</p>
36 <a href="javascript:window.close();">Close</a>