1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <!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-galaxy.css" type="text/css"></link>
- </head>
- <body>
- <pre>
- This is a vertical menu template.
- This comment does not appear on the resulting page.
- The external table is needed to obtain a good formatting on Opera 6
- and to workaround problems for browsers that otherwise do not understand
- the "nowrap", i.e. IE5.
- You can safely remove it if you do not have to support Opera 6 and IE5,
- or if you will provide a "compatibility" menu version for them.
- --
- </pre>
- <!-- BEGIN template -->
- <!-- beginning of vertical menu bar -->
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td nowrap="nowrap">
- <!-- BEGIN vertical_menu_box -->
- <div id="{menu_name}" class="mdkverbar" onmouseover="clearLMTO();" onmouseout="setLMTO();">
- <!-- BEGIN vertical_menu_cell -->
- <div id="{refid}" class="mdkitem">
- <a href="{href}"{onmouseover}{title}{target}><img
- align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
- alt="" /><!-- BEGIN cell_icon --><img
- align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
- alt="{iconalt}" /> <!-- END cell_icon -->{text}<!-- BEGIN cell_arrow --> <img
- class="mdkfwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
- border="0" alt=">>" /><!-- END cell_arrow --> </a>
- </div>
- <!-- END vertical_menu_cell -->
- <!-- BEGIN separator -->
- <div class="mdkseparator"> </div>
- <!-- END separator -->
- </div>
- <!-- END vertical_menu_box -->
- </td>
- </tr>
- </table>
- <!-- end of vertical menu bar -->
- <!-- END template -->
- </body>
- </html>
|