123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
- <title>The PHP Layers Menu - Templates</title>
- <link rel="StyleSheet" href="../layersmenu-old.css" type="text/css"></link>
- </head>
- <body>
- <pre>
- This is a sub menu template.
- This comment does not appear on the resulting page.
- --
- </pre>
- <!-- BEGIN template -->
- <div id="{layer_label}" style="position: absolute; left: 0; top: 0; visibility: hidden;" onmouseover="clearLMTO();" onmouseout="setLMTO();">
- <table border="0" cellpadding="3" cellspacing="0" class="darkbordertable">
- <tr>
- <td>
- <table border="0" cellpadding="10" cellspacing="0" class="ivorybodytable" width="{abscissaStep}">
- <tr>
- <td>
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td class="ivorybodytable" colspan="2" nowrap="nowrap">
- <b>{layer_title}</b>
- </td>
- </tr>
- <tr><td colspan="2"> </td></tr>
- <!-- BEGIN sub_menu_cell -->
- <tr>
- <td nowrap="nowrap"><!-- BEGIN cell_icon --><img
- align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
- alt="{iconalt}" /> <!-- END cell_icon --></td>
- <td width="100%" class="ivorybodytable" valign="middle" nowrap="nowrap"><a
- href="{href}" id="{refid}"{onmouseover}{title}{target}
- class="phplmold">{text}</a><!-- BEGIN cell_arrow --> <img
- class="fwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
- border="0" alt=">>" /><!-- END cell_arrow --></td>
- </tr>
- <!-- END sub_menu_cell -->
- <!-- BEGIN separator -->
- <!-- END separator -->
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </div>
- <!-- END template -->
- </body>
- </html>
|