Changeset 20316


Ignore:
Timestamp:
2009-08-18T15:42:20+12:00 (15 years ago)
Author:
davidb
Message:

introduction of _optgloballinks_, similar to _optnavigationbar_, to allow optional placement of this structural element

Location:
gsdl/trunk/macros
Files:
2 edited

Legend:

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

    r16302 r20316  
    1818_helplink_ {_navtaborig_(_httppagehelp_,_linktextHELP_,_textdescrhelp_)}
    1919_preflink_ {_navtaborig_(_httppagepref_,_linktextPREFERENCES_,_textdescrpref_)}
     20
     21# Override this to be empty and then include _globallinks_ somewhere else
     22# on the page
     23_optgloballinks_ {_globallinks_}
    2024
    2125# The following is useful if collection specific macro.  Override
  • gsdl/trunk/macros/style.dm

    r19818 r20316  
    136136<div id="banner">
    137137<div class="pageinfo">
    138 <p class="bannerlinks">_globallinks_</p>
     138<p class="bannerlinks">_optgloballinks_</p>
    139139_bannertitle_
    140140</div>
     
    146146
    147147_pagebanner_[v=1] {
    148 <!-- page banner - text version [v=1] (\_style:pagebanner\_) -->
     148<!-- page ba
     149nner - text version [v=1] (\_style:pagebanner\_) -->
    149150<center><h2><b><u>_imagecollection_</u></b></h2></center><p>
    150 _globallinks_
     151_optgloballinks_
    151152_pagebannerextra_
    152153<p>
Note: See TracChangeset for help on using the changeset viewer.