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

Last change on this file since 7343 was 7343, checked in by jrm21, 20 years ago

added a comment at the start of all macro files about using UTF-8

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 KB
Line 
1# this file must be UTF-8 encoded
2
3package status
4
5_header_ {<html>
6<head>
7<title>_1_</title>
8</head>
9<body bgcolor="\#90c098" text="\#000000" link="\#006666"
10 alink="\#cc9900" vlink="\#666633">
11}
12
13_footer_ {</body>
14</html>
15}
16
17_infoheader_ {<html>
18<head>
19<title>_1_</title>
20</head>
21<body bgcolor="\#ffffff" text="\#000000" link="\#006666"
22 alink="\#cc9900" vlink="\#666633">
23
24<table width=100%>
25 <tr>
26 <td><img src="_httpimg_/spacer.gif" width=2 height=77></td>
27 <td>_iconblankbar_
28 <center><h2>_1_</h2></center>
29 _iconblankbar_</td>
30 </tr>
31</table>
32<center>
33<table width=_pagewidth_><tr><td>
34}
35
36_infofooter_ {
37</td></tr></table>
38<p> _iconblankbar_
39</body>
40</html>
41}
42
43
44_frameset_ {
45<html>
46<head>
47<title>_titlewelcome_</title>
48</head>
49
50<frameset cols="180,*" border=0>
51 <noframes><body bgcolor="#ffffff">
52 <p>_textframebrowser_</p>
53 </body>
54 </noframes>
55 <frame src="_gwcgi_?e=_compressedoptions_&a=status&p=select" name=navframe>
56 <frame src="_gwcgi_?e=_compressedoptions_&a=status&p=welcome" name=infoframe>
57</frameset>
58
59</html>
60}
61
62_select_ {
63<a href="_httppagehome_" target=_top border=0><img src="_httpimg_/gsdl.gif"></a>
64<p>
65<a href="_gwcgi_?e=_compressedoptions_&a=status&p=welcome" target=infoframe>_textadminhome_</a><br>
66<a href="_httppagehome_" target=\_top>_textreturnhome_</a>
67
68<p><b>_textconfigfiles_</b><br>
69<a href="_gwcgi_?e=_compressedoptions_&a=status&p=gsdlsite" target=infoframe>_textgsdlsite_</a><br>
70<a href="_gwcgi_?e=_compressedoptions_&a=status&p=maincfg" target=infoframe>_textmaincfg_</a>
71
72<p><b>_textlogs_</b><br>
73<a href="_gwcgi_?e=_compressedoptions_&a=status&p=usagelog" target=infoframe>_textusagelog_</a><br>
74<a href="_gwcgi_?e=_compressedoptions_&a=status&p=errorlog" target=infoframe>_texterrorlog_</a>
75
76_If_("_cgiarguma_" ne "\_cgiarguma\_",
77<p><b>_textusermanage_</b><br>
78<a href="_gwcgi_?e=_compressedoptions_&a=um&uma=listusers" target=infoframe>_textlistusers_</a><br>
79<a href="_gwcgi_?e=_compressedoptions_&a=um&uma=adduser" target=infoframe>_textaddusers_</a><br>
80<a href="_gwcgi_?e=_compressedoptions_&a=um&uma=changepasswd" target=infoframe>_textchangepasswd_</a>
81)
82
83<p><b>_textinfo_</b><br>
84<a href="_gwcgi_?e=_compressedoptions_&a=status&p=generalinfo" target=infoframe>_textgeneral_</a><br>
85<a href="_gwcgi_?e=_compressedoptions_&a=status&p=argumentinfo" target=infoframe>_textarguments_</a><br>
86<a href="_gwcgi_?e=_compressedoptions_&a=status&p=actioninfo" target=infoframe>_textactions_</a><br>
87<a href="_gwcgi_?e=_compressedoptions_&a=status&p=browserinfo" target=infoframe>_textbrowsers_</a><br>
88<a href="_gwcgi_?e=_compressedoptions_&a=status&p=protocolinfo" target=infoframe>_textprotocols_</a>
89}
90
91_textgsdlsite_ {gsdlsite.cfg}
92_textmaincfg_ {main.cfg}
93
94_welcome_ {
95<center>
96<table width=_pagewidth_><tr><td>
97<b>_textversion_: _versionnum_</b>
98
99<p>_textmaas_
100<ul>
101<li>_textvol_
102<li>_textcmuc_
103<li>_textati_
104</ul>
105_texttsaa_
106<p>
107_iconblankbar_
108</td></tr>
109<tr><th align=left><br>_textcolstat_</th></tr>
110<tr><td>
111<font color=gray>
112_textcwoa_
113<p>
114_textcafi_
115<br>
116_textcctv_
117</font>
118</td></tr>
119</table>
120</center>
121}
122
123_maincfg_ {
124<form name="maincfgform" method=post action="_gwcgi_">
125<input type=hidden name="p" value="changemaincfg">
126<input type=hidden name="e" value="_decodedcompressedoptions_">
127<p>_If_(_maincfgfile_,<textarea name="cfgfile" cols=72 rows=18 wrap=off>
128_maincfgfile_
129</textarea>
130<br><input type=submit value="_textsubc_"><input type=reset>,_texteom_)
131</form>
132}
133
134_changemaincfgfail_ {
135<html>
136<body bgcolor="\#ffffff" text="\#000000">
137_textftum_
138_footer_
139}
140
141_changemaincfgsuccess_ {
142<html>
143<body bgcolor="\#ffffff" text="\#000000">
144_textmus_
145_footer_
146}
Note: See TracBrowser for help on using the repository browser.