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

Last change on this file since 1291 was 1291, checked in by sjboddie, 24 years ago

* empty log message *

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 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="_httpimg_/spacer.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>_titlewelcome_</title>
43</head>
44
45<frameset cols="180,*" border=0>
46 <noframes><body bgcolor="#ffffff">
47 <p>_textframebrowser_</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<p>
60<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=welcome" target=infoframe>_textadminhome_</a><br>
61<a href="_httppagehome_" target=\_top>_textreturnhome_</a>
62
63
64_If_("_cgiarguma_" ne "\_cgiarguma\_",
65<p><b>_textusermanage_</b><br>
66<a href="_gwcgi_?e=_compressedoptions_&a=um&uma=listusers" target=infoframe>_textlistusers_</a><br>
67<a href="_gwcgi_?e=_compressedoptions_&a=um&uma=adduser" target=infoframe>_textaddusers_</a><br>
68)
69
70<p><b>_textinfo_</b><br>
71<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=generalinfo" target=infoframe>_textgeneral_</a><br>
72<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=argumentinfo" target=infoframe>_textarguments_</a><br>
73<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=actioninfo" target=infoframe>_textactions_</a><br>
74<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=browserinfo" target=infoframe>_textbrowsers_</a><br>
75<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=protocolinfo" target=infoframe>_textprotocols_</a>
76
77<p><b>_textcollections_</b><br>
78<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=newcol&wizard=textinfo" target=infoframe>_textnewcoll_</a><br>
79<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=editcol" target=infoframe>_texteditcoll_</a><br>
80<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=buildcol&wizard=buildcol" target=infoframe>_textbuildcoll_</a><br>
81<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=delcol" target=infoframe>_textdeletecoll_</a><br>
82
83
84<p><b>_textlogs_</b><br>
85<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=initlog" target=infoframe>_textinitlog_</a><br>
86<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=errorlog" target=infoframe>_texterrorlog_</a>
87}
88
89
90_textframebrowser_ {You must have a frame enabled browser to view this.}
91_textusermanage_ {User management}
92_textlistusers_ {list users}
93_textaddusers_ {add a new user}
94
95_textinfo_ {Information}
96_textgeneral_ {general}
97_textarguments_ {arguments}
98_textactions_ {actions}
99_textbrowsers_ {browsers}
100_textprotocols_ {protocols}
101
102_textcollections_ {Collection management}
103_textnewcoll_ {create new collection}
104_texteditcoll_ {edit collection}
105_textbuildcoll_ {build collection}
106_textdeletecoll_ {delete collection}
107
108_textlogs_ {Logs}
109_textinitlog_ {init log}
110_texterrorlog_ {error log}
111
112_textadminhome_ {admin home}
113_textreturnhome_ {Greenstone home}
114
115_titlewelcome_ { Maintenance and Administration }
116
117_welcome_ {
118
119<center>
120<table width=_pagewidth_><tr><td>
121Maintenance and administration services available include:
122<ul>
123<li>view on-line logs
124<li>create, maintain and update collections
125<li>access technical information such as CGI arguments
126</ul>
127These services are accessed using the side navigation bar on the
128lefthand side of the page.
129<p>
130_iconblankbar_
131</td></tr>
132<tr><th align=left><br>Collection Status</th></tr>
133<tr><td>
134<font color=gray>
135Collections will only appear as &quot;running&quot; if their build.cfg
136files exist, are readable, contain a valid builddate field (i.e. > 0),
137and are in the collection's index directory (i.e. NOT the building
138directory).
139<p>
140click <i>abbrev.</i> for information on a collection
141<br>
142click <i>collection</i> to view a collection
143</font>
144</td></tr>
145</table>
146</center>
147}
Note: See TracBrowser for help on using the repository browser.