Changeset 2780 for trunk/gsdl


Ignore:
Timestamp:
2001-10-04T11:46:13+12:00 (23 years ago)
Author:
sjboddie
Message:

more tidying of macro files

Location:
trunk/gsdl/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/english2.dm

    r2777 r2780  
    871871#------------------------------------------------------------
    872872
     873
     874_textframebrowser_ {You must have a frame enabled browser to view this.}
     875_textusermanage_ {User management}
     876_textlistusers_ {list users}
     877_textaddusers_ {add a new user}
     878_textchangepasswd_ {change password}
     879_textinfo_ {Technical information}
     880_textgeneral_ {general}
     881_textarguments_ {arguments}
     882_textactions_ {actions}
     883_textbrowsers_ {browsers}
     884_textprotocols_ {protocols}
     885_textconfigfiles_ {Configuration files}
     886_textlogs_ {Logs}
     887_textusagelog_ {usage log}
     888_textinitlog_ {init log}
     889_texterrorlog_ {error log}
     890_textadminhome_ {admin home}
     891_textreturnhome_ {Greenstone home}
     892_titlewelcome_ { Administration }
     893_textmaas_ {Maintenance and administration services available include:}
     894_textvol_ {view on-line logs}
     895_textcmuc_ {create, maintain and update collections}
     896_textati_ {access technical information such as CGI arguments}
     897
     898_texttsaa_ {
     899These services are accessed using the side navigation bar on the lefthand
     900side of the page.
     901}
     902
     903_textcolstat_ {Collection Status}
     904
     905_textcwoa_ {
     906Collections will only appear as "running" if their build.cfg
     907files exist, are readable, contain a valid builddate field (i.e. > 0),
     908and are in the collection's index directory (i.e. NOT the building
     909directory).
     910}
     911
     912_textcafi_ {click <i>abbrev.</i> for information on a collection}
     913_textcctv_ {click <i>collection</i> to view a collection}
     914_textsubc_ {Submit Changes}
     915_texteom_ {Error opening main.cfg}
     916_textftum_ {Failed to update main.cfg}
     917_textmus_ {main.cfg updated successfully}
     918
  • trunk/gsdl/macros/status.dm

    r2244 r2780  
    8888}
    8989
    90 
    91 _textframebrowser_ {You must have a frame enabled browser to view this.}
    92 _textusermanage_ {User management}
    93 _textlistusers_ {list users}
    94 _textaddusers_ {add a new user}
    95 _textchangepasswd_ {change password}
    96 
    97 _textinfo_ {Technical information}
    98 _textgeneral_ {general}
    99 _textarguments_ {arguments}
    100 _textactions_ {actions}
    101 _textbrowsers_ {browsers}
    102 _textprotocols_ {protocols}
    103 
    104 _textconfigfiles_ {Configuration files}
    10590_textgsdlsite_ {gsdlsite.cfg}
    10691_textmaincfg_ {main.cfg}
    10792
    108 _textlogs_ {Logs}
    109 _textusagelog_ {usage log}
    110 _textinitlog_ {init log}
    111 _texterrorlog_ {error log}
    112 
    113 _textadminhome_ {admin home}
    114 _textreturnhome_ {Greenstone home}
    115 
    116 _titlewelcome_ { Administration }
    117 
    11893_welcome_ {
    119 
    12094<center>
    12195<table width=_pagewidth_><tr><td>
    122 Maintenance and administration services available include:
     96_textmaas_
    12397<ul>
    124 <li>view on-line logs
    125 <li>create, maintain and update collections
    126 <li>access technical information such as CGI arguments
     98<li>_textvol_
     99<li>_textcmuc_
     100<li>_textati_
    127101</ul>
    128 These services are accessed using the side navigation bar on the
    129 lefthand side of the page.
     102_texttsaa_
    130103<p>
    131104_iconblankbar_
    132105</td></tr>
    133 <tr><th align=left><br>Collection Status</th></tr>
     106<tr><th align=left><br>_textcolstat_</th></tr>
    134107<tr><td>
    135108<font color=gray>
    136 Collections will only appear as &quot;running&quot; if their build.cfg
    137 files exist, are readable, contain a valid builddate field (i.e. > 0),
    138 and are in the collection's index directory (i.e. NOT the building
    139 directory).
     109_textcwoa_
    140110<p>
    141 click <i>abbrev.</i> for information on a collection
     111_textcafi_
    142112<br>
    143 click <i>collection</i> to view a collection
     113_textcctv_
    144114</font>
    145115</td></tr>
     
    155125_maincfgfile_
    156126</textarea>
    157 <br><input type=submit value="Submit Changes"><input type=reset>,
    158 Error opening main.cfg)
     127<br><input type=submit value="_textsubc_"><input type=reset>,_texteom_)
    159128</form>
    160129}
     
    163132<html>
    164133<body bgcolor="\#ffffff" text="\#000000">
    165 Failed to update main.cfg
     134_textftum_
    166135_footer_
    167136}
     
    170139<html>
    171140<body bgcolor="\#ffffff" text="\#000000">
    172 main.cfg updated successfully
     141_textmus_
    173142_footer_
    174143}
    175 
Note: See TracChangeset for help on using the changeset viewer.