Changeset 5622


Ignore:
Timestamp:
2003-10-14T15:34:56+13:00 (21 years ago)
Author:
nzdl
Message:

added macros for captions nav bar button

Location:
trunk/gsdl/macros
Files:
3 edited

Legend:

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

    r5517 r5622  
    9696_Keywordwidth_ {_widthtkwx_}
    9797_Volumewidth_ {_widthtvolx_}
     98_Captionswidth_ {_widthtcaptx_}
    9899_Countrieswidth_ {_widthcountx_}
     100
    99101#######################################################################
    100102# Macros whose values are set from within the server at runtime. These
     
    420422_imageKeyword_ {_gsimage_(_httpbrowseKeyword_,_httpicontkwof_,_httpicontkwon_,kw,_textimageKeyword_)}
    421423_imageVolume_ {_gsimage_(_httpbrowseVolume_,_httpicontvolof_,_httpicontvolon_,volume,_textimageVolume_)}
     424_imageCaptions_ {_gsimage_(_httpbrowseCaptions_,_httpicontcaptof_,_httpicontcapton_,captions,_textimageCaptions_)}
    422425_imageCountries_ {_gsimage_(_httpbrowseCountries_,_httpicontcountof_,_httpicontcounton_,countries,_textimageCountries_)}
    423426
     
    730733_icontabVolumegreen_[v=1] {_texticontabVolumegreen_}
    731734
     735_icontabCaptionsgreen_ {<img
     736src="_httpicontcaptgr_" width=_widthtcaptx_ border=0>}
     737_icontabCaptionsgreen_[v=1] {_texticontabCaptionsgreen_}
     738
    732739_icontabCountriesgreen_ {<img
    733740src="_httpicontcountgr_" width=_widthtcountx_ border=0>}
  • trunk/gsdl/macros/document.dm

    r5517 r5622  
    4242_textKeywordpage_ {_texticonhkw_}
    4343_textVolumepage_ {_texticonhvol_}
     44_textCaptionspage_ {_texticonhcapt_}
    4445_textCountriespage_ {_texticonhcount_}
    4546
     
    208209height="_heighthvol_">}
    209210_iconVolumepage_ [v=1] {<h2>_texticonhvol_</h2>}
     211
     212_iconCaptionspage_ {<img src="_httpiconhcapt_" width="_widthhcapt_"
     213height="_heighthcapt_">}
     214_iconCaptionspage_ [v=1] {<h2>_texticonhcapt_</h2>}
    210215
    211216_iconCountriespage_ {<img src="_httpiconhcount_" width="_widthhcount_"
  • trunk/gsdl/macros/english.dm

    r5619 r5622  
    130130_texticontabKeywordgreen_{Keywords}
    131131_texticontabVolumegreen_{Volumes}
     132_texticontabCaptionsgreen_ {Captions}
    132133_texticontabCountriesgreen_{Countries}
    133134
     
    330331_httpicontvolon_ {_httpimg_/tvolon.gif}
    331332_widthtvolx_ {87}
     333
     334## "captions" ## nav_bar_button ## tcapt ##
     335_httpicontcaptgr_ {_httpimg_/tcaptgr.gif}
     336_httpicontcaptof_ {_httpimg_/tcaptof.gif}
     337_httpicontcapton_ {_httpimg_/tcapton.gif}
     338_widthtcaptx_ {87}
    332339
    333340## "countries" ## nav_bar_button ## tcount ##
     
    406413_texticonhkw_ {Keywords}
    407414_texticonhvol_ {Volumes}
     415_texticonhcapt_ {Captions}
    408416_texticonhcount_{Countries}
    409417
     
    838846_textKeywordshort_ {access publications by keyword}
    839847_textVolumeshort_ {access publications by volume}
     848_textCountriesshort_ {access publications by country}
    840849_textdefaultshorttext_ {undefined classification}
    841850
     
    914923_textVolumelong_ { <p>You can <i>access publications by volume</i> by
    915924pressing the <i>volumes</i> button. This brings up a list of volumes. }
     925
     926_textCaptionslong_ { <p>You can <i>access publications by caption</i> by
     927pressing the <i>captions</i> button. This brings up a list of captions. }
     928
     929_textCountrieslong_ { <p>You can <i>access publications by country</i> by
     930pressing the <i>countries</i> button. This brings up a list of countries. }
     931
    916932
    917933_textdefaultlongtext_ { <p>Click on the <i>unknown</i> button to browse
Note: See TracChangeset for help on using the changeset viewer.