diff options
Diffstat (limited to 'dhcp-viewleases-html.lsp')
-rw-r--r-- | dhcp-viewleases-html.lsp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dhcp-viewleases-html.lsp b/dhcp-viewleases-html.lsp index 9cf116e..9070330 100644 --- a/dhcp-viewleases-html.lsp +++ b/dhcp-viewleases-html.lsp @@ -1,12 +1,12 @@ -<? +<% local form = ... local option = form.option local value = form.value -?> -<h1>View <? io.write(value.filename.value) ?></h1> +%> +<h1>View <% io.write(value.filename.value) %></h1> -<textarea name=""><? io.write(value.contents.value) ?></textarea> -<form action="<? io.write(option.script .. option.prefix .. option.controller .. "/home") ?>" method="POST"> +<textarea name=""><% io.write(value.contents.value) %></textarea> +<form action="<% io.write(option.script .. option.prefix .. option.controller .. "/home") %>" method="POST"> <input type=submit name="cmd" value="Back" class="submit"> </form> |