summaryrefslogtreecommitdiffstats
path: root/openntpd-advanced-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openntpd-advanced-html.lsp')
-rw-r--r--openntpd-advanced-html.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/openntpd-advanced-html.lsp b/openntpd-advanced-html.lsp
index 33f59e5..7baaa56 100644
--- a/openntpd-advanced-html.lsp
+++ b/openntpd-advanced-html.lsp
@@ -9,7 +9,7 @@
<dd><? io.write(view.statusinfo.status) ?><? if (view.startstop.status) then io.write(" (" .. view.startstop.status .. ")") end ?></dd>
<dt>Start or stop process</dt>
-<dd><form name="start" action="" method="POST"><input type=submit name="cmd" value="start" style="width:100px"></form><form name="stop" action="" method="POST"><input type=submit name="cmd" value="stop" style="width:100px"></form></dd>
+<dd><form name="start" action="" method="POST"><input type=submit name="cmd" class="submit" value="start"></form><form name="stop" action="" method="POST"><input type=submit name="cmd" class="submit" value="stop"></form></dd>
<h2>Details</h2>
@@ -29,10 +29,10 @@
<h2>Content</h2>
<form name="myform" action="" method="POST">
-<input name="name" type=hidden value="<?= view.filecontent.filedetails.longname ?>" style="width:100%">
-<textarea name="modifications" style="width:100%;height:360px;"><?= view.filecontent.value ?></textarea>
+<input name="name" type=hidden value="<?= view.filecontent.filedetails.longname ?>">
+<textarea name="modifications"><?= view.filecontent.value ?></textarea>
-<input type="submit" name="cmd" value="update"></form>
+<input type="submit" name="cmd" class="submit" value="update"></form>
<?
--[[ DEBUG INFORMATION