This commit is contained in:
Chris PeBenito 2005-06-29 13:05:16 +00:00
parent 96ce00afcc
commit 743b65115c

View File

@ -1,16 +1,27 @@
<a name="top":></a>
<h1>Layer: [[mod_layer]]</h1><p/> <h1>Layer: [[mod_layer]]</h1><p/>
<h2>Module: [[mod_name]]</h2><p/> <h2>Module: [[mod_name]]</h2><p/>
[[if interfaces]]
<a href=#interfaces>Interfaces</a> <a href=#interfaces>Interfaces</a>
[[end]]
[[if templates]]
<a href=#templates>Templates</a> <a href=#templates>Templates</a>
[[end]]
<h3>Description:</h3> <h3>Description:</h3>
[[if mod_desc]] [[if mod_desc]]
[[mod_desc]] [[mod_desc]]
[[else]] [[else]]
[[mod_summary]] [[mod_summary]]
[[end]] [[end]]
<a name="interfaces"/> [[if interfaces]]
<a name="interfaces"></a>
<h3>Interfaces: </h3> <h3>Interfaces: </h3>
[[interfaces]] [[interfaces]]
<a name="templates"/> <a href=#top>Return</a>
[[end]]
[[if templates]]
<a name="templates"></a>
<h3>Templates: </h3> <h3>Templates: </h3>
[[templates]] [[templates]]
<a href=#top>Return</a>
[[end]]