1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <!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 vertical menu template.
- This comment does not appear on the resulting page.
- --
- </pre>
- <table border="0" cellpadding="3" cellspacing="0" class="darkbordertable">
- <tr>
- <td>
- <table border="0" cellpadding="10" cellspacing="0" width="{abscissaStep}">
- <tr>
- <td class="phplmbodytable" align="left">
- <div id="{menu_name}" style="position: relative; visibility: visible;" onmouseover="clearLMTO();" onmouseout="setLMTO();">
- <script language="JavaScript" type="text/javascript">
- <!--
- if (IE) fixieflm("{menu_name}");
- // -->
- </script>
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td><img
- align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
- alt="{iconalt}" /> </td>
- <td class="phplmbodytable" valign="middle" nowrap="nowrap"><a href="{href}"
- id="{refid}"{onmouseover}{title}{target} class="phplmold">{text}</a> <img
- class="fwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
- border="0" alt=">>" /></td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|