layersmenu-sub_menu-old.ihtml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 sub menu template.
  12. This comment does not appear on the resulting page.
  13. --
  14. </pre>
  15. <!-- BEGIN template -->
  16. <div id="{layer_label}" style="position: absolute; left: 0; top: 0; visibility: hidden;" onmouseover="clearLMTO();" onmouseout="setLMTO();">
  17. <table border="0" cellpadding="3" cellspacing="0" class="darkbordertable">
  18. <tr>
  19. <td>
  20. <table border="0" cellpadding="10" cellspacing="0" class="ivorybodytable" width="{abscissaStep}">
  21. <tr>
  22. <td>
  23. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  24. <tr>
  25. <td class="ivorybodytable" colspan="2" nowrap="nowrap">
  26. <b>{layer_title}</b>
  27. </td>
  28. </tr>
  29. <tr><td colspan="2">&nbsp;</td></tr>
  30. <!-- BEGIN sub_menu_cell -->
  31. <tr>
  32. <td nowrap="nowrap"><!-- BEGIN cell_icon --><img
  33. align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
  34. alt="{iconalt}" />&nbsp;<!-- END cell_icon --></td>
  35. <td width="100%" class="ivorybodytable" valign="middle" nowrap="nowrap"><a
  36. href="{href}" id="{refid}"{onmouseover}{title}{target}
  37. 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 sub_menu_cell -->
  42. <!-- BEGIN separator -->
  43. <!-- END separator -->
  44. </table>
  45. </td>
  46. </tr>
  47. </table>
  48. </td>
  49. </tr>
  50. </table>
  51. </div>
  52. <!-- END template -->
  53. </body>
  54. </html>