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

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

Removed the old buildaction (was replaced by the collectoraction)

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