summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/deluser.asp
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidgoahead/web/deluser.asp')
-rw-r--r--cleopatre/application/spidgoahead/web/deluser.asp28
1 files changed, 28 insertions, 0 deletions
diff --git a/cleopatre/application/spidgoahead/web/deluser.asp b/cleopatre/application/spidgoahead/web/deluser.asp
new file mode 100644
index 0000000000..3157b3513c
--- /dev/null
+++ b/cleopatre/application/spidgoahead/web/deluser.asp
@@ -0,0 +1,28 @@
+<html>
+<!- Copyright (c) Go Ahead Software Inc., 2000-2000. All Rights Reserved. ->
+<head>
+<title>Delete a User</title>
+<meta http-equiv="Pragma" content="no-cache">
+<link rel="stylesheet" href="style/normal_ws.css" type="text/css">
+<% language=javascript %>
+</head>
+
+<body>
+<h1>Delete a User</h1>
+<form action=/goform/DeleteUser method=POST>
+
+<table>
+<tr>
+<% MakeUserList(); %>
+</tr>
+<tr>
+ <td></td>
+ <td ALIGN="CENTER">
+ <input type=submit name=ok value="OK" title="Delete the User"> <input type=submit name=ok value="Cancel"></td>
+</tr>
+</table>
+
+</form>
+
+</body>
+</html>