123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <!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 horizontal menu template.
- This comment does not appear on the resulting page.
- --
- </pre>
- <!-- BEGIN template -->
- <!-- beginning of horizontal menu bar -->
- <table border="0" cellpadding="2" cellspacing="0" class="darkbordertable">
- <tr>
- <td>
- <table border="0" cellpadding="3" cellspacing="1">
- <tr valign="baseline">
- <!-- BEGIN horizontal_menu_cell -->
- <td class="ivorybodytable" align="center">
- <!-- BEGIN cell_link -->
- <div id="{menu_layer_label}" style="position: relative; visibility: visible;" onmouseover="clearLMTO();" onmouseout="setLMTO();">
- <script language="JavaScript" type="text/javascript">
- <!--
- if (IE) fixieflm("{menu_layer_label}");
- // -->
- </script>
- <!-- BEGIN cell_icon --><img
- align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
- alt="{iconalt}" /> <!-- END cell_icon --><a href="{href}"{onmouseover}{title}{target}
- class="phplmold">{text}</a><!-- BEGIN cell_arrow --> <img
- src="{imgwww}{downsrc}" width="{downwidth}" height="{downheight}"
- border="0" alt=">>" /><!-- END cell_arrow -->
- </div>
- <!-- END cell_link -->
- </td>
- <!-- END horizontal_menu_cell -->
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <!-- end of horizontal menu bar -->
- <!-- END template -->
- </body>
- </html>
|