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

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

some tidying up of macro files for end-user collection building

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