Changeset 6723


Ignore:
Timestamp:
2004-02-04T16:48:46+13:00 (20 years ago)
Author:
kjdon
Message:

added some new macros for the gli link and page

Location:
trunk/gsdl/macros
Files:
4 edited

Legend:

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

    r6268 r6723  
    461461_httppagetranslator_ {_gwcgi_?e=_compressedoptions_&a=lang&p=translang}
    462462_httppagecollector_ {_gwcgi_?e=_compressedoptions_&a=collector&p=intro}
     463_httppagegli_ {_httppagex_(gli)}
    463464_httppageabout_ {_httppagex_(about)}
    464465#_httppagehome_ {_httppagex_(home)}
  • trunk/gsdl/macros/english.dm

    r6541 r6723  
    339339
    340340## "The Translator" ## top_nav_button ## ctrans ##
    341 _httpiconctransof_ {_httpimg_/en/ctransof.gif}
    342 _httpiconctranson_ {_httpimg_/en/ctranson.gif}
     341_httpiconctransof_ {_httpimg_/ctransof.gif}
     342_httpiconctranson_ {_httpimg_/ctranson.gif}
    343343_widthctrans_ {100}
    344344
     345## "The Librarian Interface" ## top_nav_button ## cgli ##
     346_httpiconcgliof_ [l=en] {_httpimg_/cgliof.gif}
     347_httpiconcglion_ [l=en] {_httpimg_/cglion.gif}
    345348
    346349
  • trunk/gsdl/macros/english2.dm

    r6603 r6723  
    2727_textgsdocs_ {Greenstone Documentation}
    2828
    29 _textimagecollector_ {
     29_textimagegli_ {
    3030Helps you create new collections, modify or add to existing ones, or delete
    3131collections
     32}
     33
     34_textimagecollector_ {
     35This predates the librarian interface, and for most practical purposes the librarian interface should be used instead
    3236}
    3337
     
    11711175# _textviewtranslation_ {Your changes will immediately be reflected}
    11721176# _texthere_ {here}
     1177
     1178############
     1179# gli page
     1180############
     1181package gli
     1182
     1183_textgli_ {The Librarian Interface}
     1184_textglihelp_ {
     1185
     1186The Greenstone Librarian Interface (GLI) gives you access to Greenstone's
     1187functionality from an easy-to-use, 'point and click' interface. This allows you to collect sets of documents, import or assign metadata, and build them into a Greenstone collection.
     1188 <p>
     1189Note that the GLI is run in conjunction with Greenstone, and assumes that
     1190it is installed in a subdirectory of your Greenstone installation. If you
     1191have downloaded one of the Greenstone distributions, or installed from a
     1192Greenstone CD-ROM, this will be the case.
     1193 
     1194 
     1195<h4>Running the GLI under Windows</h4>
     1196 
     1197Launch the librarian interface under Windows by selecting <i>Greenstone Digital Library</i> from the <i>Programs</i> section of the <i>Start</i> menu and choosing <i>Librarian Interface</i>.
     1198
     1199 
     1200<h4>Running the GLI under Unix</h4>
     1201 
     1202To run the GLI under Unix, change to the <i>gli</i> directory in your Greenstone
     1203installation, then run the <i>gli.sh</i> script.
     1204 
     1205}
     1206
     1207#------------------------------------------------------------
     1208# icons
     1209#------------------------------------------------------------
     1210
     1211
     1212## "the greenstone librarian interface" ## green_bar_left_aligned ## gligr ##
     1213_httpicongligr_ {_httpimg_/gligr.gif}
     1214_widthgligr_ {_pagewidth_}
     1215_heightgligr_ {17}
  • trunk/gsdl/macros/home.dm

    r3775 r6723  
    4141
    4242
     43_imagegli_ {_gsimage_(_httppagegli_,_httpimg_/cgliof.gif,_httpimg_/cglion.gif,gli,_gli:textgli_)}
    4344_imagecollector_ {_gsimage_(_httppagecollector_,_httpimg_/ccolof.gif,_httpimg_/ccolon.gif,col,_collector:textcollector_)}
    4445_imagetranslator_ {_gsimage_(_httppagetranslator_,_httpimg_/ctransof.gif,_httpimg_/ctranson.gif,trans,_translang:texttranslator_)}
     
    6364</center>
    6465<p><table>
     66_textgogli_
    6567_textgocollector_
    6668_textgotranslator_
     
    8183# may be overridden to be empty from within the receptionist if the
    8284# collector, translator, or admin facilities are disabled
     85
     86_textgogli_ {
     87<tr valign=top>
     88<td valign=top>_imagegli_</td>
     89<td>_textimagegli_</td>
     90</tr>
     91}
     92
    8393_textgocollector_ {
    8494<tr valign=top>
     
    151161<p>_text4buts_
    152162<p><table>
     163_home:textgogli_
    153164_home:textgocollector_
    154165_home:textgotranslator_
Note: See TracChangeset for help on using the changeset viewer.