diff options
Diffstat (limited to 'shorewall-edit-html.lsp')
-rw-r--r-- | shorewall-edit-html.lsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shorewall-edit-html.lsp b/shorewall-edit-html.lsp index c3384bb..3e7a472 100644 --- a/shorewall-edit-html.lsp +++ b/shorewall-edit-html.lsp @@ -2,11 +2,15 @@ <h1>SYSTEM INFO</h1> +<DL> <dt>Program status</dt> <DD><?= view.status.status ?></DD> +</DL> +<DL> <dt>Program version</dt> <dd><?= view.status.version ?></dd> +</DL> <h1>CONFIGURATION</h1> @@ -14,14 +18,20 @@ <h3>File details</h3> +<DL> <dt>File name</dt> <dd><?= view.file.details.path ?></dd> +</DL> +<DL> <dt>File size</dt> <dd><?= view.file.details.size ?></dd> +</DL> +<DL> <dt>Last modified</dt> <dd><?= view.file.details.mtime ?></dd> +</DL> <h3>File content</h3> @@ -30,8 +40,10 @@ <textarea name="modifications"><?= view.file.content ?></textarea> <H2>Save and apply above settings</H2> +<DL> <DT>Apply settings</DT> <DD><input class="submit" type="submit" value="Apply"/></DD> +</DL> </form> <H1>MANAGEMENT</H1> |