From 461fc4fcb8a8c3ecd2e1631ebfd069a0d3e15f0c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 28 Jul 2008 06:48:16 +0000 Subject: use <% %> instead of git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dhcp-home-html.lsp | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'dhcp-home-html.lsp') diff --git a/dhcp-home-html.lsp b/dhcp-home-html.lsp index 849f6f2..7125145 100644 --- a/dhcp-home-html.lsp +++ b/dhcp-home-html.lsp @@ -1,9 +1,9 @@ - +%> - +%>

SYSTEM INFO

- +%>

Change/Generate settings

@@ -42,13 +42,13 @@ displayinfo(myform,tags,"viewonly")
Edit global settings
-
" method="POST"> +
" method="POST">
Global Config Pre/Post Code
-
" method="POST"> +
" method="POST">
@@ -57,19 +57,19 @@ displayinfo(myform,tags,"viewonly")
Edit subnet
-
" method="POST"> +
" method="POST">
Add new subnet
-
" method="POST"> +
" method="POST">
@@ -77,12 +77,12 @@ displayinfo(myform,tags,"viewonly")

Generate config

Generate Configuration File
-
" method="POST"> +
" method="POST">
-" .. form.genmsg .. "

" ) end ?>
+<% if form.genmsg ~= nil then io.write( "

" .. form.genmsg .. "

" ) end %>
-
' .. cmdresult.action.descr .. '
') end io.write('') -end ?> +end %> -- cgit v1.2.3