layersmenu-horizontal_plain_menu-red.ihtml 1.1 KB

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