From ee7b3354f03abc865abe51a5ccea07b376d932ce 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/shorewall/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- shorewall-confirmation-html.lsp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'shorewall-confirmation-html.lsp') diff --git a/shorewall-confirmation-html.lsp b/shorewall-confirmation-html.lsp index c0e6268..8cef35e 100644 --- a/shorewall-confirmation-html.lsp +++ b/shorewall-confirmation-html.lsp @@ -1,4 +1,4 @@ - +<% local view = ... %>

SECURITY CONFIRMATION

@@ -9,29 +9,29 @@
Undo and go back
-
+
Preform check of configs
-
" method="POST">
+
" method="POST">
- +<% if (view.previousaction) then %>
Confirm action
- +
- +<% elseif (view.startstop) and (view.startstop.cmdresult) then %>
Result of previous action
-
+
<%= view.startstop.cmdresult %>
- +<% end %> -- cgit v1.2.3