summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/dhcp/new_dhcpsubnet.dwt
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/dhcp/new_dhcpsubnet.dwt')
-rw-r--r--ldap-site-mngmt/webinterface/dhcp/new_dhcpsubnet.dwt33
1 files changed, 17 insertions, 16 deletions
diff --git a/ldap-site-mngmt/webinterface/dhcp/new_dhcpsubnet.dwt b/ldap-site-mngmt/webinterface/dhcp/new_dhcpsubnet.dwt
index 8b710fb8..7cf7f42c 100644
--- a/ldap-site-mngmt/webinterface/dhcp/new_dhcpsubnet.dwt
+++ b/ldap-site-mngmt/webinterface/dhcp/new_dhcpsubnet.dwt
@@ -11,26 +11,27 @@
<form action='dhcpsubnet_add.php' method='post'>
<tr>
- <td width='40%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Attribut</b></td>
- <td width='60%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Wert</b></td>
+ <td width='30%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Attribut</b></td>
+ <td width='70%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Wert</b></td>
</tr>
- <tr height='50'>
- <td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>DHCP Subnet (cn):</b><br>(Teil des dn, ohne Leerzeichen eingeben) &nbsp;</td>
- <td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>
- <input type='Text' name='cn' value='{CN}' size='15' maxlength='15' class='medium_form_field'>
- </td>
- </tr>
- <tr height='50'>
- <td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>Netmask:</b></td>
+ <tr height='50' valign='top'>
+ <td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>DHCP Subnet (+ Netmask):</b><br>
+ (Noch freie verf&uuml;gbare Netze) &nbsp;</td>
<td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>
- <input type='Text' name='netmask' value='{NETMASK}' size='15' maxlength='15' class='medium_form_field'>
+ <select name='dhcpsubnet' size='{SUBLIST}' class='medium_form_selectbox'>
+
+ <!-- BEGIN DYNAMIC BLOCK: Dhcpsubnets -->
+ <option value='{SUBNET}'>{CN} / {NETMASK}</option>
+ <!-- END DYNAMIC BLOCK: Dhcpsubnets -->
+
+ </select>
</td>
</tr>
<tr height='50' valign='top'>
<td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>DHCP Dienst w&auml;hlen:</b> </td>
<td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>
- <select name='dhcpservice' size='5' class='medium_form_selectbox'>
+ <select name='dhcpservice' size='{SRVLIST}' class='medium_form_selectbox'>
<option selected value='none'>----------</option>
<!-- BEGIN DYNAMIC BLOCK: Dhcpservices -->
@@ -46,14 +47,14 @@
<input type='Text' name='attribs[description]' value='{DESCRIPTION}' size='50' class='medium_form_field'>
</td>
</tr>
- <tr height='50'>
+ <!--<tr height='50'>
<td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>IP Range:</b><br>(Zur dynamischen Vergabe)</td>
<td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>
<input type='Text' name='range1' value='{RANGE1}' size='15' maxlength='15' class='medium_form_field'>
&nbsp;&nbsp; - &nbsp;&nbsp;
<input type='Text' name='range2' value='{RANGE2}' size='15' maxlength='15' class='medium_form_field'>
</td>
- </tr>
+ </tr>-->
</table></td>
</tr>
@@ -71,8 +72,8 @@
<table cellpadding='7' cellspacing='0' border='1' align='left' width='90%' style='border-width: 0 0 0 0;'>
<tr valign='top'>
- <td width='40%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Option</b></td>
- <td width='60%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Wert(e)</b></td>
+ <td width='30%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Option</b></td>
+ <td width='70%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Wert(e)</b></td>
</tr>
<tr height='50'>