shithub: werc

ref: f59c93c585b568f1070cc6e9cd78a1318b910e1d
dir: /apps/wman/page_list.tpl/

View raw version

% d=`{wman_get_section_desc $wman_cat}
<h1>Manual pages - Section
% echo $wman_cat': '$"d2
</h1>
<ul style="float:left">
% wman_ls_pages $wman_cat_path | awk -F/ '{ print "<li><a href=\""$(NF)"\">"$(NF)"</a></li>" } NR%20 == 0 { print "</ul><ul style=\"float: left\">" }'
</ul>