diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-06-02 17:49:49 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-06-02 17:49:49 +0000 |
commit | 1ad185d3004918e3fabf86f4c752093ff369ea81 (patch) | |
tree | b556567d0b212ad6e42df6c24f101a56742f685a /interfaces-delete-html.lsp | |
parent | 3fb4985ae7cd7d5c8fc874ec03c5c0ad7c2d8456 (diff) | |
download | acf-alpine-baselayout-1ad185d3004918e3fabf86f4c752093ff369ea81.tar.bz2 acf-alpine-baselayout-1ad185d3004918e3fabf86f4c752093ff369ea81.tar.xz |
Removing obsolete files
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1193 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'interfaces-delete-html.lsp')
-rw-r--r-- | interfaces-delete-html.lsp | 20 |
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> |