249d461f23
building, as it was being rebuilt for every module, rather then once after all modules are loaded.
23 lines
674 B
HTML
23 lines
674 B
HTML
<div id='Menu'>
|
|
[[for layer_name, layer_mods in menulist]]
|
|
<a href="[[layer_name]].html">+
|
|
[[layer_name]]</a></br/>
|
|
<div id='subitem'>
|
|
[[for module, s in layer_mods]]
|
|
- <a href='[[layer_name + "_" + module]].html'>
|
|
[[module]]</a><br/>
|
|
[[end]]
|
|
</div>
|
|
[[end]]
|
|
<br/><p/>
|
|
<a href="global_booleans.html">* Global Booleans </a>
|
|
<br/><p/>
|
|
<a href="global_tunables.html">* Global Tunables </a>
|
|
<p/><br/><p/>
|
|
<a href="index.html">* Layer Index</a>
|
|
<br/><p/>
|
|
<a href="interfaces.html">* Interface Index</a>
|
|
<br/><p/>
|
|
<a href="templates.html">* Template Index</a>
|
|
</div>
|