summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/loadcfg.asp
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidgoahead/web/loadcfg.asp')
-rw-r--r--cleopatre/application/spidgoahead/web/loadcfg.asp24
1 files changed, 24 insertions, 0 deletions
diff --git a/cleopatre/application/spidgoahead/web/loadcfg.asp b/cleopatre/application/spidgoahead/web/loadcfg.asp
new file mode 100644
index 0000000000..8a1fe46952
--- /dev/null
+++ b/cleopatre/application/spidgoahead/web/loadcfg.asp
@@ -0,0 +1,24 @@
+<html>
+<!- Copyright (c) Go Ahead Software Inc., 2000-2000. All Rights Reserved. ->
+<head>
+<title>Load the User Configuration</title>
+<link rel="stylesheet" href="style/normal_ws.css" type="text/css">
+<% language=javascript %>
+</head>
+
+<body>
+<h1>Re-load the permanently stored user configuration</h1>
+<form action=/goform/LoadUserManagement method=POST>
+
+<table>
+<tr>
+ <td></td>
+ <td ALIGN="CENTER">
+ <input type=submit name=ok value="OK" title="Load Configuration"> <input type=submit name=ok value="Cancel"></td>
+</tr>
+</table>
+
+</form>
+
+</body>
+</html>