summaryrefslogtreecommitdiffstats
path: root/shorewall-advanced-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-advanced-html.lsp')
-rw-r--r--shorewall-advanced-html.lsp17
1 files changed, 6 insertions, 11 deletions
diff --git a/shorewall-advanced-html.lsp b/shorewall-advanced-html.lsp
index 93e1dab..7bff100 100644
--- a/shorewall-advanced-html.lsp
+++ b/shorewall-advanced-html.lsp
@@ -3,19 +3,13 @@
<h1>Firewall configuration</h1>
-<h2>MENU</h2>
+<h2>List of configfiles</h2>
-<dt><?= html.link{value = view.url .. "/", label="Home" } ?></dt>
-<dd>Go back to start page</dd>
-
-
-<h2>ADVANCED</h2>
-
-<TABLE border=0>
+<TABLE>
<TR style="background:#eee;font-weight:bold;">
- <TD "width=200px" align="left">File</TD>
- <TD "width=70px" align="right" style="padding-right:10px">Size</TD>
- <TD "width=200px" align="left">Last Modified</TD>
+ <TD width="120px" align="left">File</TD>
+ <TD width="60px" align="right" style="padding-right:10px">Size</TD>
+ <TD align="left">Last Modified</TD>
</TR>
@@ -26,3 +20,4 @@
<TD><?= view.filelist[i].filedetails.mtimelong ?></TD>
</TR>
<? end ?>
+</TABLE>