Code

Fixed department headpage
[gosa.git] / plugins / admin / systems / headpage.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top;">
4   <div class="contentboxh">
5     <p class="contentboxh">
6      {t}List of systems{/t} {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10       {$terminalshead}
11   </div>
12   <div style='height:4px;'></div>
13   <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14       {$terminals}
15     <input type=hidden name="edit_helper">
16   </div>
17   </td>
18   <td style="vertical-align:top;">
19    <div class="contentboxh">
20     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
21    </div>
22    <div class="contentboxb">
23    <p class="contentboxb">
24     {t}This menu allows you to add, remove and change the properties of specific systems. You can only add systems which have already been started once.{/t}
25    </p>
26    </div>
27    <br>
28    <div class="contentboxh">
29     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
30    </div>
31    <div class="contentboxb">
32      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
33       {$alphabet}
34      </table>
35 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
36         <tr>
37                 <td>
38         <input type=checkbox name="servers" value="1" {$servers} onClick="mainform.submit()" title="{t}Select to see servers{/t}">{t}Show servers{/t}<br>
39     <input type=checkbox name="thins" value="1" {$thins} onClick="mainform.submit()" title="{t}Select to see Linux terminals{/t}">{t}Show terminals{/t}<br>
40     <input type=checkbox name="workstations" value="1" {$workstations} onClick="mainform.submit()" title="{t}Select to see Linux workstations{/t}">{t}Show workstations{/t}<br>
41     <input type=checkbox name="winstations" value="1" {$winstations} onClick="mainform.submit()" title="{t}Select to see MicroSoft Windows based workstations{/t}">{t}Show windows based workstations{/t}<br>
42     <input type=checkbox name="printers" value="1" {$printers} onClick="mainform.submit()" title="{t}Select to see network printers{/t}">{t}Show network printers{/t}<br>
43     <input type=checkbox name="phones" value="1" {$phones} onClick="mainform.submit()" title="{t}Select to see VOIP phones{/t}">{t}Show phones{/t}<br>
44     <input type=checkbox name="netdev" value="1" {$netdev} onClick="mainform.submit()" title="{t}Select to see network devices{/t}">{t}Show network devices{/t}<br>
45                 </td>
46         </tr>
47 </table>    
48 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
49         <tr>
50                 <td width="50%"><img alt="" src="{$search_image}" align=middle>
51                         &nbsp;{t}Display systems matching{/t}
52                 </td>
53             <td>
54                         <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching system names{/t}' onChange="mainform.submit()">
55                 </td>
56         </tr>
57 </table>
58 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
59         <tr>
60                 <td width="50%">
61                         <img alt="" src="{$search_image}" align=middle>
62                                 &nbsp;{t}Display terminal(s) of user{/t}
63                         </td>
64                     <td>
65                                 <input type='text' name='user' maxlength='20' value='{$user}' title='{t}User name of which terminal(s) are shown{/t}' onChange="mainform.submit()">
66                         </td>
67         </tr>
68 </table>
69    {$apply}
70    </div>
71   </td>
72 </tr>
73 </table>
75 <input type="hidden" name="ignore">