Ignore:
Timestamp:
2006-10-12T11:56:13+13:00 (18 years ago)
Author:
nzdl
Message:

brought this up to date with normal greenstone home.dm. package homehelp is no more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/for-distributions/macros/home.dm

    r13023 r13097  
     1# this file must be UTF-8 encoded
     2
    13package home
    24
     
    79
    810#######################################################################
    9 # java images/scripts
    10 #######################################################################
    11 
    12 # the _javalinks_ macros are the flashy image links at the top right of
    13 # the page. this is overridden here as we don't want 'home'
    14 # links on this page
    15 
     11# global navigation links
     12#######################################################################
     13
     14# overridden here as we don't want 'home' links on this page
     15
     16# home:helplink and home:preflink set in nav_css/ns4 macro files
    1617_globallinks_ {_helplink_ _preflink_}
    1718
     
    2930
    3031_httppagegsdl_ {_httppagex_(gsdl)}
    31 _httppagehomehelp_ {_httppagex_(homehelp)}
    3232_httppagehomepref_ {_httppagex_(homepref)}
    3333
     
    4545_imagecollector_ {_button_(_httppagecollector_,_collector:textcollector_)}
    4646
     47_imagedepositor_ {_button_(_httppagedepositor_,_depositor:textdepositor_)}
     48
    4749_imagetranslator_ {_button_(_httppagetranslator_,_gti:textgti_)}
    4850
     
    5860#######################################################################
    5961
    60 
     62# _homeextra_ is the automatically generated list of collections (in a table)
    6163_content_ {
    6264<div id="content">
     
    7779_textgogli_
    7880_textgocollector_
     81_textgodepositor_
    7982_textgotranslator_
    8083_textgoadmin_
     
    105108<tr valign=top>
    106109<td valign=top>_imagegli_</td>
    107 <td>_textdescrgli_</td>
     110<td>_gli:textdescrgli_</td>
    108111</tr>
    109112}
     
    112115<tr valign=top>
    113116<td valign=top>_imagecollector_</td>
    114 <td>_textdescrcollector_</td>
     117<td>_collector:textdescrcollector_</td>
     118</tr>
     119}
     120
     121_textgodepositor_ {
     122<tr valign=top>
     123<td valign=top>_imagedepositor_</td>
     124<td>_depositor:textdescrdepositor_</td>
    115125</tr>
    116126}
     
    119129<tr valign=top>
    120130<td valign=top>_imagetranslator_</td>
    121 <td>_textdescrtranslator_</td>
     131<td>_gti:textdescrtranslator_</td>
    122132</tr>
    123133}
     
    588598}
    589599
    590 package homehelp
    591 
    592 _imagecollection_ {<a href="_httppagehome_"><img src="_httpimg_/gsdlhead.gif" border="0"></a>}
    593 
    594 _collectionlist_ {}
    595 
    596 _globallinks_ {_homelink_ _home:preflink_}
    597 
    598 _content_ {
    599 <div id="content">
    600 
    601 <div class="divbar">&nbsp;</div>
    602 
    603 <div class="section">
    604 <p>
    605 <table border="0" cellspacing="0" cellpadding="0">
    606  <tr>
    607   <td valign="top" align="center">_imagegreenstone_</td>
    608   <td valign="top">_gsdl:textgreenstone1_
    609   <br><br>
    610   </td>
    611  </tr>
    612 </table>
    613 </div>
    614 
    615 <div class="divbar">&nbsp;</div>
    616 
    617 <div class="section">
    618 _If_(_collectionlist_,_collectionlist_,_textnocollections_)
    619 </div>
    620 
    621 <div class="divbar">&nbsp;</div>
    622 
    623 }
    624 
    625600
    626601package homepref
    627602_pagetitle_ {_preferences:textpreferences_ - _textdescrgreenstone_}
    628603
    629 _imagecollection_ {<a href="_httppagehome_"><img src="_httpimg_/gsdlhead.gif" border="0"></a>}
    630 
    631 _globallinks_ {_homelink_ _home:helplink_}
     604_imagecollection_ {<a href="_httppagehome_"><img src="_httpimg_/gsdlhead.gif" alt="_textdescrgreenstone_" border="0"></a>}
     605
     606_globallinks_ {_homelink_ _helplink_}
    632607
    633608_pagescriptextra_ {_preferences:pagescriptextra_}
Note: See TracChangeset for help on using the changeset viewer.