layersmenu-vertical_menu-galaxy.ihtml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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-galaxy.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. The external table is needed to obtain a good formatting on Opera 6
  14. and to workaround problems for browsers that otherwise do not understand
  15. the "nowrap", i.e. IE5.
  16. You can safely remove it if you do not have to support Opera 6 and IE5,
  17. or if you will provide a "compatibility" menu version for them.
  18. --
  19. </pre>
  20. <!-- BEGIN template -->
  21. <!-- beginning of vertical menu bar -->
  22. <table border="0" cellspacing="0" cellpadding="0">
  23. <tr>
  24. <td nowrap="nowrap">
  25. <!-- BEGIN vertical_menu_box -->
  26. <div id="{menu_name}" class="mdkverbar" onmouseover="clearLMTO();" onmouseout="setLMTO();">
  27. <!-- BEGIN vertical_menu_cell -->
  28. <div id="{refid}" class="mdkitem">
  29. <a href="{href}"{onmouseover}{title}{target}><img
  30. align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
  31. alt="" /><!-- BEGIN cell_icon --><img
  32. align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
  33. alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
  34. class="mdkfwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
  35. border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
  36. </div>
  37. <!-- END vertical_menu_cell -->
  38. <!-- BEGIN separator -->
  39. <div class="mdkseparator">&nbsp;</div>
  40. <!-- END separator -->
  41. </div>
  42. <!-- END vertical_menu_box -->
  43. </td>
  44. </tr>
  45. </table>
  46. <!-- end of vertical menu bar -->
  47. <!-- END template -->
  48. </body>
  49. </html>