summaryrefslogtreecommitdiffstats
path: root/shorewall-list-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2007-12-03 15:35:31 +0000
committerMika Havela <mika.havela@gmail.com>2007-12-03 15:35:31 +0000
commit4348cbb93645b06a8d3f0ad658239301bdd7afb9 (patch)
tree6db8854ff50382e690615a8d0909b9cd28c2a5a7 /shorewall-list-html.lsp
parenta2b138ecbe9a23a6864ef5d443041ea731048d41 (diff)
downloadacf-shorewall-4348cbb93645b06a8d3f0ad658239301bdd7afb9.tar.bz2
acf-shorewall-4348cbb93645b06a8d3f0ad658239301bdd7afb9.tar.xz
Cleaning up GuidedSetupCode and only focusing on AdvancedUsers Interface
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@400 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'shorewall-list-html.lsp')
-rw-r--r--shorewall-list-html.lsp10
1 files changed, 0 insertions, 10 deletions
diff --git a/shorewall-list-html.lsp b/shorewall-list-html.lsp
deleted file mode 100644
index dc18373..0000000
--- a/shorewall-list-html.lsp
+++ /dev/null
@@ -1,10 +0,0 @@
-<? local view = ... ?>
-
-<h1>Firewall configuration</h1>
-
-<h2>EXISTING FILES</h2>
-
-<? for i = 1, table.maxn(view.filelist) do ?>
- <dt><?= html.link{value = view.url .. "/edit?name=" .. view.filelist[i].name , label=view.filelist[i].name } ?></dt>
- <dd><i>Last modified:</i> <?= view.filelist[i].filedetails.mtimelong ?></dd>
-<? end ?>