Code

Updated FAI
[gosa.git] / gosa-plugins / systems / admin / systems / system-filter.tpl
1 <div class="contentboxh">
2  <p class="contentboxh">
3   <img src="images/launch.png" align="right" alt="[F]">{t}Filter{/t}
4  </p>
5 </div>
7 <div class="contentboxb">
8   <div style="border-top:1px solid #AAAAAA"></div>
10   {if $USE_server}
11   {$SERVER}&nbsp;{t}Show servers{/t}<br>
12   {/if}
13   {if $USE_workstation}
14   {$WORKSTATION}&nbsp;{t}Show workstations{/t}<br>
15   {/if}
16   {if $USE_terminal}
17   {$TERMINAL}&nbsp;{t}Show terminals{/t}<br>
18   {/if}
19   {if $USE_printer}
20   {$PRINTER}&nbsp;{t}Show printer{/t}<br>
21   {/if}
22   {if $USE_phone}
23   {$PHONE}&nbsp;{t}Show phones{/t}<br>
24   {/if}
25   {if $USE_winstation}
26   {$WINSTATION}&nbsp;{t}Show windows workstations{/t}<br>
27   {/if}
28   {if $USE_component}
29   {$COMPONENT}&nbsp;{t}Show network devices{/t}<br>
30   {/if}
31   {if $USE_incoming}
32   {$INCOMING}&nbsp;{t}Show incoming devices{/t}<br>
33   {/if}
34   {if $USE_opsi_client}
35   {$OPSI}&nbsp;{t}Show opsi hosts{/t}<br>
36   {/if}
38   <div style="border-top:1px solid #AAAAAA"></div>
40  {$SCOPE}
42  <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
43   <tr>
44    <td>
45     <label for="NAME">
46      <img src="images/lists/search.png" align=middle>&nbsp;Name
47     </label>
48    </td>
49    <td>
50     {$NAME}
51    </td>
52   </tr>
53  </table>
55  <table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
56   <tr>
57    <td width="100%" align="right">
58     {$APPLY}
59    </td>
60   </tr>
61  </table>
62 </div>