123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <!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-galaxy.css" type="text/css"></link>
- <style type="text/css">
- <!--
- .mdksubmenu {
- position: relative;
- visibility: visible;
- }
- //-->
- </style>
- </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="mdksubmenu" onmouseover="clearLMTO();" onmouseout="setLMTO();">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td nowrap="nowrap">
- <div class="mdksubframe">
- <!-- BEGIN sub_menu_cell -->
- <div id="{refid}" class="mdkitem">
- <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="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
- alt="{iconalt}" /> <!-- END cell_icon -->{text}<!-- BEGIN cell_arrow --> <img
- class="mdkfwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
- border="0" alt=">>" /><!-- END cell_arrow --> </a>
- </div>
- <!-- END sub_menu_cell -->
- <!-- BEGIN separator -->
- <div class="mdkseparator"> </div>
- <!-- END separator -->
- </div>
- </td>
- </tr>
- </table>
- </div>
- <!-- END template -->
- </body>
- </html>
|