From 834f515c5b54997c68adce139ba56b1dc132b123 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/dnscache/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dnscache-listdomains-html.lsp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'dnscache-listdomains-html.lsp') diff --git a/dnscache-listdomains-html.lsp b/dnscache-listdomains-html.lsp index 5e4517b..d208ec2 100644 --- a/dnscache-listdomains-html.lsp +++ b/dnscache-listdomains-html.lsp @@ -1,15 +1,15 @@ - - +<% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(data)) io.write("
") --]] -?> +%> - +<% displaycommandresults({"deletedomain"}, session) %>

Configuration

Edit/View DNS server entries

@@ -18,19 +18,19 @@ io.write("") Action Domain - +<% for i,domain in ipairs(data.value) do %> - - + <% if domain ~= "@" then io.write(html.link{value = "deletedomain?domain=" .. domain, label="Delete " }) - end ?> + end %> - + <%= domain %> - +<% end %> - +end %> -- cgit v1.2.3