selinux-policy/refpolicy/doc/templates/menu.html
Chris PeBenito acb668edf1 * Added support for layer summaries.
* Added a "Index" link on the menu to link to index.html
* Added links from the master interface & template lists
  to their respective documentation in their module.
* Added links to "Interfaces" and "Templates" in modules
  that have both.
* Added "Return" links after the "Interfaces" and "Templates"
  section that go to the top of the module site.
2005-07-07 20:56:27 +00:00

19 lines
498 B
HTML

<div id='Menu'>
[[for layer_name, layer_mods in menulist]]
<a href="[[layer_name]].html">+&nbsp;
[[layer_name]]</a></br/>
<div id='subitem'>
[[for module, s in layer_mods]]
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='[[layer_name + "_" + module]].html'>
[[module]]</a><br/>
[[end]]
</div>
[[end]]
<br/><p/>
<a href="index.html">*&nbsp;Layer Index</a>
<br/><p/>
<a href="interfaces.html">*&nbsp;Interface Index</a>
<br/><p/>
<a href="templates.html">*&nbsp;Template Index</a>
</div>