summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/computers/dhcphost.dwt
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/computers/dhcphost.dwt')
-rw-r--r--ldap-site-mngmt/webinterface/computers/dhcphost.dwt69
1 files changed, 0 insertions, 69 deletions
diff --git a/ldap-site-mngmt/webinterface/computers/dhcphost.dwt b/ldap-site-mngmt/webinterface/computers/dhcphost.dwt
deleted file mode 100644
index 3bb5e756..00000000
--- a/ldap-site-mngmt/webinterface/computers/dhcphost.dwt
+++ /dev/null
@@ -1,69 +0,0 @@
-<table border='0' cellpadding='5' cellspacing='0' width='100%'>
-
- <tr>
- <td align='center' width='15%' style='border-color: black; border-style: solid; border-width: 0 1 0 1;'><h4>{HOSTLINK} Allgemein </a></h4></td>
- <td align='center' width='15%' style='border-color: black; border-style: solid; border-width: 0 1 0 0;'><h4><code class='font_object'>DHCP</code></h4></td>
- <td align='center' width='15%' style='border-color: black; border-style: solid; border-width: 0 1 0 0;'><h4>{RBSLINK} RBS/PXE </a></h4></td>
- <td align='center' width='15%' style='border-color: black; border-style: solid; border-width: 0 1 0 0;'><h4>{HWLINK} Geo/Hardware </a></h4></td>
- <td>&nbsp;</td>
- </tr>
- <tr>
- <td height='20'></td>
- </tr>
- <tr>
- <td colspan='5'><h3>DHCP Setup - Rechner &nbsp;<code class='font_object'> {HOSTNAME} </code> </h3></td>
- </tr>
-
- <tr><td colspan='5'>
- <table cellpadding='7' cellspacing='0' border='1' align='left' width='90%' style='border-width: 0 0 0 0;'>
-
- <form action='dhcphost_change.php' method='post'>
-
- <tr>
- <td width='25%' class='tab_h'><b>DHCP Administration - Diensteinbindung, Optionen</b></td>
- <td width='25%' class='tab_h'><b>&nbsp;</b></td>
- <td width='50%' class='tab_h'><b>&nbsp;</b></td>
- </tr>
-
- <tr valign='top'>
-
- {DHCPCONT}
-
- </tr>
-
- {HOST_DHCPOPT}
-
- <!--<tr>
- <td style='border-color: black; border-style: solid; border-width: 0 0 0 0;'><b>Default Lease Time:</b></td>
- <td colspan='2' style='border-color: black; border-style: solid; border-width: 0 0 0 0;'>
- <input type='Text' name='attribs[dhcpoptdefault-lease-time]' value='{DEFAULTLEASE}' size='30' class='medium_form_field'>
- <input type='hidden' name='oldattribs[dhcpoptdefault-lease-time]' value='{DEFAULTLEASE}'> &nbsp;
- </td>
- </tr>
- <tr>
- <td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>Max Lease Time:</b></td>
- <td colspan='2' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>
- <input type='Text' name='attribs[dhcpoptmax-lease-time]' value='{MAXLEASE}' size='30' class='medium_form_field'>
- <input type='hidden' name='oldattribs[dhcpoptmax-lease-time]' value='{MAXLEASE}'> &nbsp;
- </td>
- </tr>-->
-
- </table></td>
- </tr>
-
-
- <input type='hidden' name='olddhcp' value='{OLDDHCP}'>
- <input type='hidden' name='oldfixadd' value='{OLDFIXADD}'>
- <input type='hidden' name='oldrbs' value='{OLDRBS}'>
- <input type='hidden' name='hostip' value='{IPADDRESS}'>
- <input type='hidden' name='hostmac' value='{HWADDRESS}'>
- <input type='hidden' name='hostdn' value='{HOSTDN}'>
- <input type='hidden' name='sbmnr' value='{SBMNR}'>
-
- <tr>
- <td colspan='4'><input type='Submit' name='apply' value='anwenden' class='small_loginform_button'>
- </form></td>
- </tr>
-
-
-</table> \ No newline at end of file