section_list.tpl (272B)
1 <h1>Manual Sections</h1> 2 3 <ul style="text-transform: capitalize;"> 4 % for(c in $wman_cat_list) { 5 <li><a href="%($c%)/"><b>Section: %($c%)</b></a> 6 % wman_get_section_desc $c 7 % if(~ $status '' '|') 8 % echo '(<a href="'$c'/intro">intro</a>)' 9 </li> 10 % } 11 </ul>