Code

Added password strength meter. Closes #323.
[gosa.git] / gosa-core / ihtml / themes / default / MultiSelectWindow.tpl
1         <!-- Avoid posting the first action specified on this page when pressing 'enter' while editing an input field.
2                 Mostly "dep_root" was posted the base selector was resetted. -->
3         <input type='image' src='images/empty.png' name='no_action_posted' value='do_nothing' alt='' style='width:2px;height:2px;'>
4         <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
5                 <tr>
6                         <td style="vertical-align:top; width:50%;">
7                         <div class="contentboxh" {if !$is_headpage}  style="height:20px;" {/if}>
8                                 <p class="contentboxh" {if !$is_headpage} style="font-size:12px;" {/if}>
9                                         {$Summary} {$hint} 
10                                 </p>
11                         </div>
12                         <div class="contentboxb">
13                                 <div style='background:white;padding:0px;'>
14                                 <table>
15                                         <tr>
16                                                 <td>
17                                                 {$Header}
18                                                 </td>
19                                                 {if $HeaderDropDown != ""}
20                                                         <td>
21                                                                 <img src='images/list_seperator.png' alt='-' align='middle' height='16' width='1' class='center'>
22                                                                 <img src='images/rocket.png' alt='' class='center'>
23                                                         </td>
24                                                         <td>
25                                                                 {$HeaderDropDown}
26                                                         </td>
27                                                 {/if}
28                                         </tr>
29                                 </table>
30                                 </div>
31                         </div>
32                         <div style='height:4px;'>
33                         </div>
34                                 <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
35                         {$DivList}
36                         <input type=hidden name="edit_helper">
37                         </div>
38                 </td>
39                 {if $is_headpage}
40                 <td style="vertical-align:top;">
41                         {$UserBox1}
42                         <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
43                         <p class="contentboxh">
44                                         <img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}
45                                 </p>
46                         </div>
47                         <div class="contentboxb" style="padding:5px;">
48                                 {$Information}
49                         </div>
50                         {$UserBox2}
51                         <br>
52                         {if !$Skip_Filter_Part }
53                         <div class="contentboxh">
54                         <p class="contentboxh">
55                                         <img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}
56                                 </p>
57                         </div>
58                         <div class="contentboxb">
59                                 {if $Display_alphabet}
60                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
61                                         {$alphabet}
62                                 </table>
63                                 {/if}
64                                 { if $CheckBoxes != ""}
65                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
66                                         <tr>
67                                                 <td>
68                                                         {$CheckBoxes}
69                                                 </td>
70                                         </tr>
71                                 </table>   
72                                 {/if}
73                         {$regexes}
74                         {$apply}
75                         </div>
76                         {$UserBox3}
77                         {/if}
78                 </td>
79                 {else}
80                 <td style="vertical-align:top;">
81                         {$UserBox1}
82                         <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;height:20px;">
83                         <p class="contentboxh">
84                                         <img src="{$infoimage}" align="right" alt="[i]"><font style='font-size:13px;'>{t}Information{/t}</font>
85                                 </p>
86                         </div>
87                         <div class="contentboxb" style="padding:5px;">
88                                 {$Information}
89                         </div>
90                         {$UserBox2}
91                         <br>
92                         {if !$Skip_Filter_Part }
93                         <div class="contentboxh" style="height:20px;">
94                         <p class="contentboxh">
95                                         <img src="{$launchimage}" align="right" alt="[F]"><font style='font-size:13px;'>{t}Filters{/t}</font>
96                                 </p>
97                         </div>
98                         <div class="contentboxb">
99                                 {if $Display_alphabet}
100                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
101                                         {$alphabet}
102                                 </table>
103                                 {/if}
104                                 { if $CheckBoxes != ""}
105                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
106                                         <tr>
107                                                 <td>
108                                                         {$CheckBoxes}
109                                                 </td>
110                                         </tr>
111                                 </table>   
112                                 {/if}
113                         {$regexes}
114                         {$apply}
115                         {$UserBox3}
116                         </div>
117                         {/if}
118                 </td>
119                 {/if}
120         </tr>
121 </table>
122 {if $Display_Save | $Display_Close}
123 <p class="seperator">&nbsp;
124 </p>
125 <div style="text-align:right;" align="right">
126         <p>
127                 {if $Display_Save}
128                         <input type="submit" name="SaveMultiSelectWindow" value="{$SaveButtonString}"> 
129                 {/if}
130                 {if $Display_Close}
131                         <input type="submit" name="CloseMultiSelectWindow" value="{$CloseButtonString}"> 
132                 {/if}
133         </p>
134 </div>
135 {/if}
136 {if $IgnoreAccount}
137 <input type="hidden" name="ignore">
138 {/if}
139 <input type="hidden" name="menu_action" id='menu_action'>
140 <input type="hidden" name="MultiSelectWindow{$filterName}" value="1">