diff options
Diffstat (limited to 'openntpd-expert-html.lsp')
-rw-r--r-- | openntpd-expert-html.lsp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/openntpd-expert-html.lsp b/openntpd-expert-html.lsp index b632646..ede8ecc 100644 --- a/openntpd-expert-html.lsp +++ b/openntpd-expert-html.lsp @@ -11,9 +11,7 @@ io.write(debugs.variables(view)) <dl> <dt>Program status <dd><? if (view.status.enabled) then io.write('Enabled') else io.write('Disabled') end ?></dd> -</dl> -<dl> <dt>Program version</dt> <dd><?= view.status.version ?></dd> </dl> @@ -27,14 +25,10 @@ io.write(debugs.variables(view)) <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> @@ -61,14 +55,12 @@ io.write(debugs.variables(view)) <input type=submit class="submit" name="cmd" value="stop"> <input type=submit class="submit" name="cmd" value="restart"> </form></dd> -</dl> <? if (view.startstop) and (view.startstop.cmdresult) then ?> -<dl> <dt>Previous action result</dt> <dd><pre><?= view.startstop.cmdresult?></pre></dd> -</dl> <? end ?> +</dl> <? --[[ DEBUG INFORMATION |