diff options
Diffstat (limited to 'dhcp-editnet-html.lsp')
-rw-r--r-- | dhcp-editnet-html.lsp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dhcp-editnet-html.lsp b/dhcp-editnet-html.lsp index 9bab76b..92c83c4 100644 --- a/dhcp-editnet-html.lsp +++ b/dhcp-editnet-html.lsp @@ -63,6 +63,12 @@ Enter one host per line in the format: <i>hostname;mac;comment</i><br> <table> <tr><td><div id="dynamic"><textarea name="dynamichosts" style="width:600px;"><? io.write( net.dynamichosts.value ) ?></textarea></div></td></tr> </table><br> + +<h2>Subnet: Advanced Configuration</h2> +<input type="checkbox" name="use_advanced"> <i>Activate Advanced Configuration - use with caution!</i><br><br> +<table> +<tr><td> +<div id="advanced"><textarea name="advanced" style="width:600px"><? io.write( net.advanced.value ) ?></textarea></div></td></tr> <tr><td><input type=submit name="cmd" value="update" style="width:100px"></form> <form action="<? io.write(option.script .. option.prefix .. option.controller .. "/delnet") ?>" method="POST"> <input type=submit name="cmd" value="delete" style="width:100px"> @@ -71,3 +77,4 @@ Enter one host per line in the format: <i>hostname;mac;comment</i><br> <input type=submit name="cmd" value="back" style="width:100px"></form></td></tr> </table> </form> + |