Code

- Added ssh plugin
[gosa.git] / plugins / admin / systems / dhcp_advanced.tpl
1 {* GOsa dhcp sharedNetwork - smarty template *}
3 <table width="100%">
4  <tr>
6   <td width="50%">
7    <br>
8    <b>{t}DHCP statements{/t}</b>
9    <br>
10    <select name='dhcpstatements' style="width:350px;" size="14">
11     {html_options values=$dhcpstatements output=$dhcpstatements}
12    </select>
13    <br>
14    <input type='text' name='addstatement' size='25' maxlength='80'>&nbsp;
15    <input type='submit' name='add_statement' value='{t}Add{/t}'>&nbsp;
16    <input type='submit' name='delete_statement' value='{t}Delete{/t}'> 
17   </td>
19   <td>
20    <br>
21    <b>{t}DHCP options{/t}</b>
22    <br>
23    <select name='dhcpoptions' style="width:350px;" size="14">
24     {html_options values=$dhcpoptions output=$dhcpoptions}
25    </select>
26    <br>
27    <input type='text' name='addoption' size='25' maxlength='80'>&nbsp;
28    <input type='submit' name='add_option' value='{t}Add{/t}'>&nbsp;
29    <input type='submit' name='delete_option' value='{t}Delete{/t}'> 
30   </td>
31  </tr>
32 </table>