layersmenu-horizontal_menu-old.ihtml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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 horizontal menu template.
  12. This comment does not appear on the resulting page.
  13. --
  14. </pre>
  15. <!-- BEGIN template -->
  16. <!-- beginning of horizontal menu bar -->
  17. <table border="0" cellpadding="2" cellspacing="0" class="darkbordertable">
  18. <tr>
  19. <td>
  20. <table border="0" cellpadding="3" cellspacing="1">
  21. <tr valign="baseline">
  22. <!-- BEGIN horizontal_menu_cell -->
  23. <td class="ivorybodytable" align="center">
  24. <!-- BEGIN cell_link -->
  25. <div id="{menu_layer_label}" style="position: relative; visibility: visible;" onmouseover="clearLMTO();" onmouseout="setLMTO();">
  26. <script language="JavaScript" type="text/javascript">
  27. <!--
  28. if (IE) fixieflm("{menu_layer_label}");
  29. // -->
  30. </script>
  31. <!-- BEGIN cell_icon --><img
  32. align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
  33. alt="{iconalt}" />&nbsp;<!-- END cell_icon --><a href="{href}"{onmouseover}{title}{target}
  34. class="phplmold">{text}</a><!-- BEGIN cell_arrow -->&nbsp;<img
  35. src="{imgwww}{downsrc}" width="{downwidth}" height="{downheight}"
  36. border="0" alt=">>" /><!-- END cell_arrow -->
  37. </div>
  38. <!-- END cell_link -->
  39. </td>
  40. <!-- END horizontal_menu_cell -->
  41. </tr>
  42. </table>
  43. </td>
  44. </tr>
  45. </table>
  46. <!-- end of horizontal menu bar -->
  47. <!-- END template -->
  48. </body>
  49. </html>