diff options
Diffstat (limited to 'squid-ntlm-html.lsp')
-rw-r--r-- | squid-ntlm-html.lsp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/squid-ntlm-html.lsp b/squid-ntlm-html.lsp index c5ce880..8fe0c4b 100644 --- a/squid-ntlm-html.lsp +++ b/squid-ntlm-html.lsp @@ -45,10 +45,13 @@ the changes will not be <i>applied</i> until you restart the service.</dd> <form action="" method="POST"> <h2>Configuration</h2> - -<table> - <dt>Name</dt><dd>Value</dd> -</table> +<dt>Domain</dt><dd><input class="input" type="text" name="domain" value="<? io.write ( config.domain.value ) ?>"></dd> +<dt>DC NetBIOS Name</dt><dd><input class="input" type="text" name="domain" value="<? io.write ( config.dcnetbiosname.value ) ?>"></dd> +<dt>DC IP Address</dt><dd><input class="input" type="text" name="domain" value="<? io.write ( config.dcipaddress.value ) ?>"></dd> +<dt>Interface</dt><dd><input class="input" type="text" name="domain" value="<? io.write ( config.interface.value ) ?>"></dd> +<dt>Loglevel</dt><dd><input class="input" type="text" name="domain" value="<? io.write ( config.loglevel.value ) ?>"></dd> +<dt>Account</dt><dd><input class="input" type="text" name="domain" value=""></dd> +<dt>Password</dt><dd><input class="input" type="text" name="domain" value=""></dd> <h3>Action</h3> <dt>What to do?</dt> |