<!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.css" type="text/css"></link>
</head>
<body>
<pre>
This is a sub menu template.
This comment does not appear on the resulting page.
The table tags just inside the first div are needed
to avoid problems with layers that cross the boundaries of the browsing window
and to make things work with Opera 6.
If you are sure that *all* your layers stay inside the browsing window
and you do not have to support Opera 6
(or if you will provide a "compatibility" menu version to Opera 6),
you can safely remove it.
--
</pre>
<!-- BEGIN template -->
<div id="{layer_label}" class="submenu" onmouseover="clearLMTO();" onmouseout="setLMTO();">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td nowrap="nowrap">
<div class="subframe">
<!-- BEGIN sub_menu_cell -->
<div id="{refid}" class="item">
<a href="{href}"{onmouseover}{title}{target}><img
align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
alt="" /><!-- BEGIN cell_icon --><img
align="top" src="{imgwww}{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
alt="{iconalt}" /> <!-- END cell_icon -->{text}<!-- BEGIN cell_arrow --> <img
class="fwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
border="0" alt=">>" /><!-- END cell_arrow --> </a>
</div>
<!-- END sub_menu_cell -->
</div>
</td>
</tr>
</table>
</div>
<!-- END template -->
</body>
</html>