Code

Starting move
[gosa.git] / gosa-core / plugins / admin / systems / services / dhcp / dhcp_advanced.tpl
1 {* GOsa dhcp sharedNetwork - smarty template *}
3 <p class='seperator'></p>
4 <br>
6 {if $show_advanced}
8 <input type='submit' name='hide_advanced' value='{t}Hide advanced settings{/t}'>
10 <table width="100%">
11  <tr>
13   <td width="50%">
14    <br>
15    <b>{t}DHCP statements{/t}</b>
16    <br>
17    <select name='dhcpstatements' style="width:100%;" size="14">
18     {html_options values=$dhcpstatements output=$dhcpstatements}
19    </select>
20    <br>
21    <input type='text' name='addstatement' size='25' maxlength='80'>&nbsp;
22    <input type='submit' name='add_statement' value='{t}Add{/t}'>&nbsp;
23    <input type='submit' name='delete_statement' value='{t}Delete{/t}'> 
24   </td>
26   <td>
27    <br>
28    <b>{t}DHCP options{/t}</b>
29    <br>
30    <select name='dhcpoptions' style="width:100%;" size="14">
31     {html_options values=$dhcpoptions output=$dhcpoptions}
32    </select>
33    <br>
34    <input type='text' name='addoption' size='25' maxlength='80'>&nbsp;
35    <input type='submit' name='add_option' value='{t}Add{/t}'>&nbsp;
36    <input type='submit' name='delete_option' value='{t}Delete{/t}'> 
37   </td>
38  </tr>
39 </table>
41 {else}
43 <input type='submit' name='show_advanced' value='{t}Show advanced settings{/t}'>
45 {/if}
46 <p class='seperator'>&nbsp;</p>