1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
<title>The PHP Layers Menu - Templates</title>
<link rel="StyleSheet" href="../layersmenu-old.css" type="text/css"></link>
</head>
<body>
<pre>
This is a horizontal plain menu template with *red* borders.
This comment does not appear on the resulting page.
--
</pre>
<!-- BEGIN template -->
<table border="0" cellpadding="2" cellspacing="0" class="redbordertable">
<tr>
<td>
<table border="0" cellpadding="5" cellspacing="1" width="100%">
<tr>
<!-- BEGIN horizontal_plain_menu_cell -->
<td class="ivorybodytable" align="left" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<!-- BEGIN plain_menu_cell -->
<tr>
<td class="ivorybodytable" valign="middle" nowrap="nowrap">{nbsp}<a href="{href}"{title}{target} class="phplm">{text}</a></td>
</tr>
<!-- END plain_menu_cell -->
</table>
</td>
<!-- END horizontal_plain_menu_cell -->
</tr>
</table>
</td>
</tr>
</table>
<!-- END template -->
</body>
</html>
|