diff options
Diffstat (limited to 'openntpd-expert-html.lsp')
-rw-r--r-- | openntpd-expert-html.lsp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openntpd-expert-html.lsp b/openntpd-expert-html.lsp index 4ccce68..9de9b0f 100644 --- a/openntpd-expert-html.lsp +++ b/openntpd-expert-html.lsp @@ -18,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> @@ -34,8 +40,11 @@ <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> |