2009-03-09 19:16:13 -06:00
|
|
|
<h1>Manual Sections</h1>
|
|
|
|
|
|
|
|
<ul style="text-transform: capitalize;">
|
|
|
|
% for(c in $wman_cat_list) {
|
|
|
|
<li><a href="%($c%)/"><b>Section: %($c%)</b></a>
|
|
|
|
% wman_get_section_desc $c
|
2009-03-13 04:51:07 -06:00
|
|
|
% if(~ $status '' '|')
|
|
|
|
% echo '(<a href="'$c'/intro">intro</a>)'
|
2009-03-09 19:16:13 -06:00
|
|
|
</li>
|
|
|
|
% }
|
|
|
|
</ul>
|