source: main/tags/2.00/gsdl/macros/status.dm@ 28909

Last change on this file since 28909 was 381, checked in by rjmcnab, 25 years ago

Added support for user management.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1package status
2
3_header_ {<html>
4<head>
5<title>_1_</title>
6</head>
7<body bgcolor="\#ffffff" text="\#000000" link="\#006666"
8 alink="\#cc9900" vlink="\#666633">
9}
10
11_footer_ {</body>
12</html>
13}
14
15
16_frameset_ {
17<html>
18<head>
19<title>Configuration and Status Information</title>
20</head>
21
22<frameset cols="170,*">
23 <noframes><body bgcolor="#ffffff">
24 <p>You must have a frame enabled browser to view this.</p>
25 </body>
26 </noframes>
27 <frame src="_gwcgi_?e=_compressedoptions_&a=status&sp=select">
28 <frame src="_gwcgi_?e=_compressedoptions_&a=status&sp=generalinfo" name=infoframe>
29</frameset>
30
31</html>
32}
33
34_select_ {
35<img src="_httpimg_/gsdl.gif">
36
37_If_("_cgiarguma_" ne "\_cgiarguma\_",
38<p><b>User Management</b><br>
39<a href="_gwcgi_?e=_compressedoptions_&a=um&uma=listusers" target=infoframe>list users</a><br>
40<a href="_gwcgi_?e=_compressedoptions_&a=um&uma=adduser" target=infoframe>add a new user</a><br>
41)
42
43<p><b>Information</b><br>
44<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=generalinfo" target=infoframe>general</a><br>
45<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=argumentinfo" target=infoframe>arguments</a><br>
46<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=actioninfo" target=infoframe>actions</a><br>
47<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=protocolinfo" target=infoframe>protocols</a>
48
49
50<p><b>Logs</b><br>
51<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=initlog" target=infoframe>init log</a><br>
52<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=errorlog" target=infoframe>error log</a>
53}
Note: See TracBrowser for help on using the repository browser.