layersmenu-sub_menu-keramik.ihtml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. <style type="text/css">
  9. <!--
  10. .ksubmenu {
  11. position: relative;
  12. visibility: visible;
  13. }
  14. //-->
  15. </style>
  16. </head>
  17. <body>
  18. <pre>
  19. This is a sub menu template.
  20. This comment does not appear on the resulting page.
  21. The table tags just inside the first div are needed
  22. to avoid problems with layers that cross the boundaries of the browsing window
  23. and to make things work with Opera 6.
  24. If you are sure that *all* your layers stay inside the browsing window
  25. and you do not have to support Opera 6
  26. (or if you will provide a "compatibility" menu version to Opera 6),
  27. you can safely remove it.
  28. --
  29. </pre>
  30. <!-- BEGIN template -->
  31. <div id="{layer_label}" class="ksubmenu" onmouseover="clearLMTO();" onmouseout="setLMTO();">
  32. <table border="0" cellspacing="0" cellpadding="0">
  33. <tr>
  34. <td nowrap="nowrap">
  35. <div class="ksubframe">
  36. <!-- BEGIN sub_menu_cell -->
  37. <div id="{refid}" class="kitem">
  38. <a href="{href}"{onmouseover}{title}{target}><img
  39. align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
  40. alt="" /><!-- BEGIN cell_icon --><img
  41. align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
  42. alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
  43. class="kfwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
  44. border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
  45. </div>
  46. <!-- END sub_menu_cell -->
  47. <!-- BEGIN separator -->
  48. <div class="kseparator">&nbsp;</div>
  49. <!-- END separator -->
  50. </div>
  51. </td>
  52. </tr>
  53. </table>
  54. </div>
  55. <!-- END template -->
  56. </body>
  57. </html>