layersmenu-plain_menu-green.ihtml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 plain menu template with *green* borders.
  12. This comment does not appear on the resulting page.
  13. --
  14. </pre>
  15. <!-- BEGIN template -->
  16. <table border="0" cellpadding="3" cellspacing="0" class="greenbordertable">
  17. <tr>
  18. <td>
  19. <table border="0" cellpadding="10" cellspacing="0">
  20. <tr>
  21. <td class="phplmbodytable" align="left">
  22. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  23. <!-- BEGIN plain_menu_cell -->
  24. <tr>
  25. <td class="phplmbodytable" valign="middle" nowrap="nowrap">{nbsp}<a href="{href}"{title}{target} class="phplm">{text}</a></td>
  26. </tr>
  27. <!-- END plain_menu_cell -->
  28. </table>
  29. </td>
  30. </tr>
  31. </table>
  32. </td>
  33. </tr>
  34. </table>
  35. <!-- END template -->
  36. </body>
  37. </html>