diff options
author | Andreas Brodmann <andreas.brodmann@gmail.com> | 2007-11-19 15:56:10 +0000 |
---|---|---|
committer | Andreas Brodmann <andreas.brodmann@gmail.com> | 2007-11-19 15:56:10 +0000 |
commit | 3f7c448060b852c4fdde1d9698dbde5794d5c980 (patch) | |
tree | 81525498b1d2a9257d111bf42640aca31d5627c2 /dhcp-home-html.lsp | |
parent | e0d088c76ee0639a3979ffc810867a0221a3213d (diff) | |
download | acf-dhcp-3f7c448060b852c4fdde1d9698dbde5794d5c980.tar.bz2 acf-dhcp-3f7c448060b852c4fdde1d9698dbde5794d5c980.tar.xz |
/acf/dhcp: added global pre/post config generation input for proprietary config code by the user
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@337 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dhcp-home-html.lsp')
-rw-r--r-- | dhcp-home-html.lsp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dhcp-home-html.lsp b/dhcp-home-html.lsp index faf6c6a..c4ad154 100644 --- a/dhcp-home-html.lsp +++ b/dhcp-home-html.lsp @@ -59,6 +59,13 @@ </table> <br> +<h2>DHCPd - Global Config Pre/Post Code</h2> +<table> +<form action="<? io.write(data.script .. data.prefix .. data.controller .. "/editspc") ?>" method="POST"> +<tr><td><input type=submit name="cmd" value="edit" style="width:100px"></td></tr> +</form> +</table><br> + <h2>DHCPd - View Files</h2> <table> <form action="<? io.write(data.script .. data.prefix .. data.controller .. "/view") ?>" method="POST"> |