summaryrefslogtreecommitdiffstats
path: root/shorewall-edit-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-edit-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-edit-html.lsp')
-rw-r--r--shorewall-edit-html.lsp10
1 files changed, 9 insertions, 1 deletions
diff --git a/shorewall-edit-html.lsp b/shorewall-edit-html.lsp
index f9ce486..afbe172 100644
--- a/shorewall-edit-html.lsp
+++ b/shorewall-edit-html.lsp
@@ -4,6 +4,14 @@
<h1>Edit configuration</h1>
+<h2>MENU</h2>
+
+<dt><?= html.link{value = view.url .. "/", label="Home" } ?></dt>
+<dd>Go back to start page</dd>
+
+<dt><?= html.link{value = view.url .. "/advanced", label="Advanced" } ?></dt>
+<dd>Provide a autogenerated list of files in '/etc/shorewall'.</dd>
+
<h2>Details</h2>
<dt>File name</dt>
@@ -19,7 +27,7 @@
<form name="myform" action="" method="POST">
<input name="name" type=hidden value="<?= view.filecontent.filedetails.name ?>" style="width:100%">
-<textarea name="modifications" style="width:100%;height:400px;"><?= view.filecontent.value ?></textarea>
+<textarea name="modifications" style="width:100%;height:360px;"><?= view.filecontent.value ?></textarea>
<input type="submit" name="cmd" value="update"><p class="error"><?= view.filecontent.errtxt ?></p></form>