Changeset 11357


Ignore:
Timestamp:
2006-03-14T15:05:30+13:00 (18 years ago)
Author:
kjdon
Message:

homehelp is no longer - just uses the standard help pages (without the 'how to find info in this collection' bit)

Location:
trunk/gsdl/macros
Files:
3 edited

Legend:

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

    r11261 r11357  
    3232
    3333_httppagegsdl_ {_httppagex_(gsdl)}
    34 _httppagehomehelp_ {_httppagex_(homehelp)}
    3534_httppagehomepref_ {_httppagex_(homepref)}
    3635
     
    144143}
    145144
    146 package homehelp
    147 
    148 _imagecollection_ {<a href="_httppagehome_"><img src="_httpimg_/gsdlhead.gif" border="0"></a>}
    149 
    150 _collectionlist_ {}
    151 
    152 _globallinks_ {_homelink_ _home:preflink_}
    153 
    154 _content_ {
    155 <div id="content">
    156 
    157 <div class="divbar">&nbsp;</div>
    158 
    159 <div class="section">
    160 <p>
    161 <table border="0" cellspacing="0" cellpadding="0">
    162  <tr>
    163   <td valign="top" align="center">_imagegreenstone_</td>
    164   <td valign="top">_gsdl:textgreenstone1_
    165   <br><br>
    166   </td>
    167  </tr>
    168 </table>
    169 </div>
    170 
    171 <div class="divbar">&nbsp;</div>
    172 
    173 <div class="section">
    174 _If_(_collectionlist_,_collectionlist_,_textnocollections_)
    175 </div>
    176 
    177 <div class="divbar">&nbsp;</div>
    178 
    179 }
    180 
    181145
    182146package homepref
     
    185149_imagecollection_ {<a href="_httppagehome_"><img src="_httpimg_/gsdlhead.gif" border="0"></a>}
    186150
    187 _globallinks_ {_homelink_ _home:helplink_}
     151_globallinks_ {_homelink_ _helplink_}
    188152
    189153_pagescriptextra_ {_preferences:pagescriptextra_}
  • trunk/gsdl/macros/nav_css.dm

    r11198 r11357  
    4545# 4. optional "selected" or not if it is the current tab
    4646_navtab_ {<span _If_("_4_" eq "selected",class="navlink_sel">_2_,class="navlink"><a href="_1_" title="_3_">_2_</a>)</span>}
     47
    4748
    4849# this is done like this because the receptionist checks if a macro called
     
    121122package home
    122123
    123 _helplink_ {_navtab_(_home:httppagehomehelp_,_linktextHELP_,_textdescrhelp_)}
    124124_preflink_ {_navtab_(_home:httppagehomepref_,_linktextPREFERENCES_,_textdescrpref_)}
    125125
  • trunk/gsdl/macros/nav_ns4.dm

    r11199 r11357  
    173173
    174174package home
    175 _helplink_ {_gsimage_(_home:httppagehomehelp_,_httpiconchelpof_,_httpiconchelpon_,help,_linktextHELP_)}
    176175_preflink_ {_gsimage_(_home:httppagehomepref_,_httpiconcprefof_,_httpiconcprefon_,pref,_linktextPREFERENCES_)}
    177176
Note: See TracChangeset for help on using the changeset viewer.