diff options
Diffstat (limited to 'apps/wman/section_list.tpl')
-rwxr-xr-x | apps/wman/section_list.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/wman/section_list.tpl b/apps/wman/section_list.tpl new file mode 100755 index 0000000..299d613 --- /dev/null +++ b/apps/wman/section_list.tpl @@ -0,0 +1,11 @@ +<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 +% if(~ $status '' '|') +% echo '(<a href="'$c'/intro">intro</a>)' + </li> +% } +</ul> |