summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/savecfg.asp
blob: 0947eb58dc446da1dce3698544ed5f8af40d3de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>