Ignore:
Timestamp:
2000-12-07T13:06:32+13:00 (23 years ago)
Author:
sjboddie
Message:

Made a start on tidying up the main.cfg configuration file and adding a
few more options to it. Some of the options I've added to the file but
have yet to implement.

File:
1 edited

Legend:

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

    r1592 r1759  
    3838#######################################################################
    3939
     40
    4041_imagecollector_ {_gsimage_(_httppagecollector_,_httpimg_/ccolof.gif,_httpimg_/ccolon.gif,col,The Collector)}
    4142_imageadmin_ {_gsimage_(_httppagestatus_,_httpimg_/cadminof.gif,_httpimg_/cadminon.gif,admin,Administration Page)}
     
    5859<p>_iconblankbar_
    5960</center>
     61_If_("_textgocollector__textgoadmin_" != "",
    6062<p><table>
    61 <tr valign=middle>
    62 <td>_imagecollector_</td>
    63 <td>Helps you create new collections, modify or add to existing ones, or
    64 delete collections</td>
    65 </tr>
    66 <tr valign=middle>
    67 <td>_imageadmin_</td>
    68 <td>Allows you to add new users, summarizes the collections in the system,
    69 gives technical information on the Greenstone installation</td>
    70 </tr>
     63_textgocollector_
     64_textgoadmin_
    7165</table>
    7266<center>
    7367<p>_iconblankbar_
    74 </center>
     68</center>)
    7569
    7670<p><center><h2>_textprojhead_</h2></center>
     
    10296}
    10397
     98
     99# the _textgocollector_ and _textgoadmin_ macros may be overridden
     100# to be empty from within the receptionist if the collector or admin
     101# facilities are disabled
     102_textgocollector_ {
     103<tr valign=middle>
     104<td>_imagecollector_</td>
     105<td>Helps you create new collections, modify or add to existing ones, or
     106delete collections</td>
     107</tr>
     108}
     109
     110_textgoadmin_ {
     111<tr valign=middle>
     112<td>_imageadmin_</td>
     113<td>Allows you to add new users, summarizes the collections in the system,
     114gives technical information on the Greenstone installation</td>
     115</tr>
     116}
Note: See TracChangeset for help on using the changeset viewer.