source: trunk/gsdl/macros/status.dm@ 725

Last change on this file since 725 was 725, checked in by davidb, 25 years ago

Macros to support webpage based collection building
and internal and external links in collection documents

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1package status
2
3_header_ {<html>
4<head>
5<title>_1_</title>
6</head>
7<body bgcolor="\#90c098" text="\#000000" link="\#006666"
8 alink="\#cc9900" vlink="\#666633">
9}
10
11_footer_ {</body>
12</html>
13}
14
15_infoheader_ {<html>
16<head>
17<title>_1_</title>
18</head>
19<body bgcolor="\#ffffff" text="\#000000" link="\#006666"
20 alink="\#cc9900" vlink="\#666633">
21
22<table width=100%>
23 <tr>
24 <td><img src="/gsdl/images/gsdl_height.gif" width=2 height=77></td>
25 <td>_iconblankbar_
26 <center><h2>_1_</h2></center>
27 _iconblankbar_</td>
28 </tr>
29</table>
30}
31
32_infofooter_ {
33<p> _iconblankbar_
34</body>
35</html>
36}
37
38
39_frameset_ {
40<html>
41<head>
42<title>Maintainance and Administration</title>
43</head>
44
45<frameset cols="170,*" border=0>
46 <noframes><body bgcolor="#ffffff">
47 <p>You must have a frame enabled browser to view this.</p>
48 </body>
49 </noframes>
50 <frame src="_gwcgi_?e=_compressedoptions_&a=status&sp=select" name=navframe>
51 <frame src="_gwcgi_?e=_compressedoptions_&a=status&sp=welcome" name=infoframe>
52</frameset>
53
54</html>
55}
56
57_select_ {
58<a href="_httppagehome_" target=_top border=0><img src="_httpimg_/gsdl.gif"></a>
59
60_If_("_cgiarguma_" ne "\_cgiarguma\_",
61<p><b>User Management</b><br>
62<a href="_gwcgi_?e=_compressedoptions_&a=um&uma=listusers" target=infoframe>list users</a><br>
63<a href="_gwcgi_?e=_compressedoptions_&a=um&uma=adduser" target=infoframe>add a new user</a><br>
64)
65
66<p><b>Information</b><br>
67<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=generalinfo" target=infoframe>general</a><br>
68<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=argumentinfo" target=infoframe>arguments</a><br>
69<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=actioninfo" target=infoframe>actions</a><br>
70<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=protocolinfo" target=infoframe>protocols</a>
71
72<p><b>Collections</b><br>
73<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=newcol&wizard=textinfo" target=infoframe>new collection</a><br>
74<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=editcol" target=infoframe>edit collection</a><br>
75<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=buildcol&wizard=buildcol" target=infoframe>build collection</a><br>
76<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=delcol" target=infoframe>delete collection</a><br>
77
78
79<p><b>Logs</b><br>
80<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=initlog" target=infoframe>init log</a><br>
81<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=errorlog" target=infoframe>error log</a>
82
83<p>
84<a href="_httppagehome_" target=_top>Return to home page</a>
85}
86
87_titlewelcome_ { Maintainence and Administration }
88
89_welcome_ {
90
91<p> Maintainence and administration serives available include:
92 view on-line logs;
93 create, maintain and update collections;
94 and access technical information suchas CGI arguments.
95 These services are accessed using the
96 side navigation bar on the lefthand side of the page.
97}
Note: See TracBrowser for help on using the repository browser.