diff options
author | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-03-05 13:11:42 +0000 |
---|---|---|
committer | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-03-05 13:11:42 +0000 |
commit | 1af8d04a69cb46bbebfb77a39e14e1c4978a7749 (patch) | |
tree | 479d0dec4d72d54a5fafd6e427b9559bafe227ff /dhcp-editspc-html.lsp | |
parent | 0ac0cd4bda4cda5de8a995e2d5715df257929c16 (diff) | |
download | acf-dhcp-1af8d04a69cb46bbebfb77a39e14e1c4978a7749.tar.bz2 acf-dhcp-1af8d04a69cb46bbebfb77a39e14e1c4978a7749.tar.xz |
cleaned up generation for the first releasev0.3
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@819 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dhcp-editspc-html.lsp')
-rw-r--r-- | dhcp-editspc-html.lsp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dhcp-editspc-html.lsp b/dhcp-editspc-html.lsp index 166eeef..e06d045 100644 --- a/dhcp-editspc-html.lsp +++ b/dhcp-editspc-html.lsp @@ -11,11 +11,16 @@ <pre style="color: #ff2020;"><? io.write( form.errcode.msg ) ?></pre> <h2>DHCPd - Dynamic Hosts</h2> +<p> +Enter dynamic hosts data, one per line <i>(e.g. hostname;00:11:22:33:44:55)</i> +</p> <textarea name="dynamic"><? io.write( form.value.dynamic ) ?></textarea> <h2>DHCPd - Pre Main Configuration</h2> +<p> These fields below are copied into the final dhcpd.conf on configuration generation without any validation check. Do not use them unless you know what you are doing. +</p> <textarea name="preconfig"><? io.write(form.value.preconfig) ?></textarea> <h2>DHCPd - Post Main Configuration</h2> @@ -26,11 +31,10 @@ them unless you know what you are doing. <dt>Submit above settings</dt> <dd><input type="submit" name="cmd" value="update" class="submit"></dd> -</form> - <dt>Cancel and go back</dt> <dd><form action="<? io.write(option.script .. option.prefix .. option.controller .. "/home") ?>" method="POST"> <input type=submit name="cmd" value="back" class="submit"></form></dd> +</form> </DL> |