summaryrefslogtreecommitdiffstats
path: root/interfaces-delete-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces-delete-html.lsp')
-rw-r--r--interfaces-delete-html.lsp20
1 files changed, 0 insertions, 20 deletions
diff --git a/interfaces-delete-html.lsp b/interfaces-delete-html.lsp
deleted file mode 100644
index 86bc224..0000000
--- a/interfaces-delete-html.lsp
+++ /dev/null
@@ -1,20 +0,0 @@
-<? local form = ... ?>
-
-<h1>Delete Interface <?= form.value.iface.value ?></h1>
-
-<form action="<?= form.option.script .. "/" .. form.option.prefix ..
- form.option.controller .. "/" .. form.option.action ..
- form.option.extra ?>" method="POST">
-<table>
-
-<? local myform = form.value ?>
-<p>Are you you sure you want to delete <?= myform.iface.value ?></p>
-<center>
-<?
--- We need to put in a form that holds the interfaces name (it should be hidden).
-io.write(html.form[myform.iface.type](myform.iface))
-?>
-<?= html.form[myform.action1.type](myform.action1) ?>
-<?= html.form[myform.action2.type](myform.action2) ?>
-</center>
-</form>