summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/savecfg.asp
diff options
context:
space:
mode:
authorTerry Lu2013-06-20 19:25:30 +0800
committerJulien Lacour2013-10-01 12:12:51 +0200
commit02b214c04adaa0543e653d5c7fa39ddb42a29df0 (patch)
tree69774b94d68ab4d9318d5476ee93ce1e5ec26cac /cleopatre/application/spidgoahead/web/savecfg.asp
parent530ba809e1abf304d701a5a481b857f62a23363a (diff)
cleo/{app,buildroot}: port httpd and add wifi config page, closes #4210
Diffstat (limited to 'cleopatre/application/spidgoahead/web/savecfg.asp')
-rw-r--r--cleopatre/application/spidgoahead/web/savecfg.asp24
1 files changed, 24 insertions, 0 deletions
diff --git a/cleopatre/application/spidgoahead/web/savecfg.asp b/cleopatre/application/spidgoahead/web/savecfg.asp
new file mode 100644
index 0000000000..0947eb58dc
--- /dev/null
+++ b/cleopatre/application/spidgoahead/web/savecfg.asp
@@ -0,0 +1,24 @@
+<html>
+<!- Copyright (c) Go Ahead Software Inc., 2000-2000. All Rights Reserved. ->
+<head>
+<title>Save the User Configuration</title>
+<link rel="stylesheet" href="style/normal_ws.css" type="text/css">
+<% language=javascript %>
+</head>
+
+<body>
+<h1>Permanently save the user configuration</h1>
+<form action=/goform/SaveUserManagement method=POST>
+
+<table>
+<tr>
+ <td></td>
+ <td ALIGN="CENTER">
+ <input type=submit name=ok value="OK" title="Save Configuration"> <input type=submit name=ok value="Cancel"></td>
+</tr>
+</table>
+
+</form>
+
+</body>
+</html>