Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-core / ihtml / themes / default / GOsa_MultiSelectHeaderSubEntry.ihtml
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-gtk2.css" type="text/css"></link>
8 <style type="text/css">
9 <!--
10 .submenu        {
11         position: relative;
12         visibility: visible;
13 }
14 //-->
15 </style>
16 </head>
17 <body>
19 <pre>
20 This is a sub menu template.
21 This comment does not appear on the resulting page.
23 The table tags just inside the first div are needed
24 to avoid problems with layers that cross the boundaries of the browsing window
25 and to make things work with Opera 6.
26 If you are sure that *all* your layers stay inside the browsing window
27 and you do not have to support Opera 6
28 (or if you will provide a "compatibility" menu version to Opera 6),
29 you can safely remove it.
30 --
31 </pre>
33 <!-- BEGIN template -->
35 <div id="{layer_label}" class="submenu" onmouseover="clearLMTO();" onmouseout="setLMTO();">
36 <table border="0" cellspacing="0" cellpadding="0">
37 <tr>
38 <td nowrap="nowrap">
39 <div class="subframe">
40 <!-- BEGIN sub_menu_cell -->
41 <div id="{refid}" class="item">
42 <div style='cursor: pointer;' onClick="send_menu_action('{href}');"{onmouseover}{title}{target}><img
43 align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
44 alt="" /><!-- BEGIN cell_icon --><img
45 align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
46 alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
47 class="fwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
48 border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
49 </div>
50 <!-- END sub_menu_cell -->
51 <!-- BEGIN separator -->
52 <div class="separator">&nbsp;</div>
53 <!-- END separator -->
54 </div>
55 </td>
56 </tr>
57 </table>
58 </div>
60 <!-- END template -->
62 </body>
63 </html>