selinux-policy/refpolicy/doc/templates/module_list.html
2005-06-09 21:19:37 +00:00

17 lines
433 B
HTML

[[if mod_layer]]
<h1>Layer: [[mod_layer]]</h1><p/>
[[end]]
<table border="1" cellspacing="0" cellpadding="3" width="75%">
<tr><td class="title">Module:</td><td class="title">Description:</td></tr>
[[for layer_name, layer_mods in menulist]]
[[for module, s in layer_mods]]
<tr><td>
<a href='[[layer_name + "_" + module]].html'>
[[module]]</a></td>
<td>[[s]]</td>
[[end]]
</td></tr>
[[end]]
</table>
<p/><br/><br/>