shithub: werc

ref: 31820fabb6da1f4c8e0d6bb11ec7d849fe91c1db
dir: /apps/wman/page_list.tpl/

View raw version
% d=`{wman_get_section_desc $wman_cat} 
<h1>Manual pages - Section %($wman_cat%): %($"d%)</h1>

<ul style="float:left">
%{
wman_ls_pages $wman_cat_path \
    | awk -F/ '{ print "<li><a href=\""$(NF)"\">"$(NF)"</a></li>" }
    NR%28 == 0 { print "</ul><ul style=\"float: left\">" }'
%}
</ul>