summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/addgroup.asp
diff options
context:
space:
mode:
authorgardasevic2009-10-08 16:12:35 +0000
committergardasevic2009-10-08 16:12:35 +0000
commitfaafae20c138004d15b07a5ab2523edf288c79b7 (patch)
tree5ef610b0e3ac81a0fcd88d93e52ec2c5cd3601cf /cleopatre/application/spidgoahead/web/addgroup.asp
parentef0a5bcf0ce578075003690a68ac3c22727a9d4f (diff)
[cleo][spidgoahead] Goahead web server integration(clear version).
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6037 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/application/spidgoahead/web/addgroup.asp')
-rw-r--r--cleopatre/application/spidgoahead/web/addgroup.asp43
1 files changed, 43 insertions, 0 deletions
diff --git a/cleopatre/application/spidgoahead/web/addgroup.asp b/cleopatre/application/spidgoahead/web/addgroup.asp
new file mode 100644
index 0000000000..53c8ec80f9
--- /dev/null
+++ b/cleopatre/application/spidgoahead/web/addgroup.asp
@@ -0,0 +1,43 @@
+<html>
+<!- Copyright (c) Go Ahead Software Inc., 2000-2000. All Rights Reserved. ->
+<head>
+<title>Add a User Group</title>
+<meta http-equiv="Pragma" content="no-cache">
+<link rel="stylesheet" href="style/normal_ws.css" type="text/css">
+<% language=javascript %>
+</head>
+
+<body>
+<h1>Add a User Group</h1>
+<form action=/goform/AddGroup method=POST>
+
+<table>
+<tr>
+ <td>Group Name:</td>
+<td>
+ <input type=text name=group title="Group Name" size=40 value="">
+</td>
+</tr>
+<tr>
+ <td>Privilege:</td><td><% MakePrivilegeList(); %></td>
+</tr>
+<tr>
+ <td>Access Method:</td><td><% MakeAccessMethodList(); %></td>
+</tr>
+<tr>
+ <td>Enabled:</td>
+<td>
+ <INPUT TYPE=checkbox CHECKED name=enabled title="Enabled">
+</td>
+</tr>
+<tr>
+ <td></td>
+ <td ALIGN="CENTER">
+ <input type=submit name=ok value="OK"> <input type=submit name=ok value="Cancel"></td>
+</tr>
+</table>
+
+</form>
+
+</body>
+</html>