Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-core / ihtml / themes / default / GOsa_MultiSelectHeader.ihtml
1 <!-- BEGIN template -->
2 <!-- beginning of horizontal menu bar -->
5 <TABLE border="0" cellspacing="0" cellpadding="0">
6   <TR>
7     <TD>
8       <DIV class="khorbar">
9                 <TABLE border="0" cellspacing="0" cellpadding="0">
10                   <TR>
11                         <!-- BEGIN horizontal_menu_cell -->
12                         <TD>
13                           <!-- BEGIN cell_link -->
14                           <DIV id="{menu_layer_label}" class="khorbaritem" onmouseover="clearLMTO();" onmouseout="setLMTO();">
15                                 <A href="{href}"{onmouseover}{title}{target}>
16                                 <IMG align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"   alt="" />
17                                         <!-- BEGIN cell_icon -->
18                                         <IMG align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"  alt="{iconalt}" />&nbsp;
19                                         <!-- END cell_icon -->
20                                         {text}
21                                 <!-- BEGIN cell_arrow -->&nbsp;
22                                 <IMG src="{imgwww}{downsrc}" width="{downwidth}" height="{downheight}"  border="0" alt=">>" />
23                                 <!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;</A> 
24                           </DIV>
25                           <!-- END cell_link -->
26                         </TD>
27                         <!-- END horizontal_menu_cell -->
28                   </TR>
29                 </TABLE>
30       </DIV>
31     </TD>
32   </TR>
33 </TABLE>
34 <!-- end of horizontal menu bar -->
35 <!-- END template -->