summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openvpn-read-html.lsp17
1 files changed, 6 insertions, 11 deletions
diff --git a/openvpn-read-html.lsp b/openvpn-read-html.lsp
index c75f4c7..3e639b1 100644
--- a/openvpn-read-html.lsp
+++ b/openvpn-read-html.lsp
@@ -1,10 +1,12 @@
<? local view = ... ?>
+<h1>SYSTEM INFO</h1>
-<html>
-<body>
-<h1>Welcome</h1>
+<dt>Program version</dt>
+<DD><?= view.version ?></DD>
+
+<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
-<h2>Available configs</h2>
+<H3>Available configs (Click on config-name to see details)</H3>
<TABLE>
<TR style="background:#eee;font-weight:bold;vertical-align:top;">
<TD>Config</TD>
@@ -25,10 +27,3 @@
<? end ?>
</TABLE>
-<h2>System info</h2>
-
-<dt>Program version</dt>
-<dd><?= view.version ?></dd>
-
-</body>
-</html>