layersmenu-vertical_menu-old.ihtml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
  6. <title>The PHP Layers Menu - Templates</title>
  7. <link rel="StyleSheet" href="../layersmenu-old.css" type="text/css"></link>
  8. </head>
  9. <body>
  10. <pre>
  11. This is a vertical menu template.
  12. This comment does not appear on the resulting page.
  13. --
  14. </pre>
  15. <!-- BEGIN template -->
  16. <!-- beginning of vertical menu bar -->
  17. <table border="0" cellpadding="3" cellspacing="0" class="darkbordertable">
  18. <tr>
  19. <td>
  20. <table border="0" cellpadding="10" cellspacing="0" width="{abscissaStep}">
  21. <tr>
  22. <td class="phplmbodytable" align="left">
  23. <!-- BEGIN vertical_menu_box -->
  24. <div id="{menu_name}" style="position: relative; visibility: visible;" onmouseover="clearLMTO();" onmouseout="setLMTO();">
  25. <script language="JavaScript" type="text/javascript">
  26. <!--
  27. if (IE) fixieflm("{menu_name}");
  28. // -->
  29. </script>
  30. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  31. <!-- BEGIN vertical_menu_cell -->
  32. <tr>
  33. <td><!-- BEGIN cell_icon --><img
  34. align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
  35. alt="{iconalt}" />&nbsp;<!-- END cell_icon --></td>
  36. <td class="phplmbodytable" valign="middle" nowrap="nowrap"><a href="{href}"
  37. id="{refid}"{onmouseover}{title}{target} class="phplmold">{text}</a><!-- BEGIN cell_arrow -->&nbsp;<img
  38. class="fwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
  39. border="0" alt=">>" /><!-- END cell_arrow --></td>
  40. </tr>
  41. <!-- END vertical_menu_cell -->
  42. <!-- BEGIN separator -->
  43. <!-- END separator -->
  44. </table>
  45. </div>
  46. <!-- END vertical_menu_box -->
  47. </td>
  48. </tr>
  49. </table>
  50. </td>
  51. </tr>
  52. </table>
  53. <!-- end of vertical menu bar -->
  54. <!-- END template -->
  55. </body>
  56. </html>