layersmenu-horizontal_menu-keramik-full.ihtml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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-keramik.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. If you eliminate the external table, the menu bar extends and fills
  14. horizontally the browsing window.
  15. --
  16. </pre>
  17. <table border="0" cellspacing="0" cellpadding="0">
  18. <tr>
  19. <td>
  20. <!-- BEGIN template -->
  21. <!-- beginning of horizontal menu bar -->
  22. <div class="khorbar">
  23. <table border="0" cellspacing="0" cellpadding="0">
  24. <tr>
  25. <!-- BEGIN horizontal_menu_cell -->
  26. <td>
  27. <!-- BEGIN cell_link -->
  28. <div id="{menu_layer_label}" class="khorbaritem" onmouseover="clearLMTO();" onmouseout="setLMTO();">
  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. src="{imgwww}{downsrc}" width="{downwidth}" height="{downheight}"
  35. border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;</a>
  36. </div>
  37. <!-- END cell_link -->
  38. </td>
  39. <!-- END horizontal_menu_cell -->
  40. </tr>
  41. </table>
  42. </div>
  43. <!-- end of horizontal menu bar -->
  44. <!-- END template -->
  45. </td>
  46. </tr>
  47. </table>
  48. </body>
  49. </html>