Changeset 3533


Ignore:
Timestamp:
2002-11-14T19:54:50+13:00 (21 years ago)
Author:
jrm21
Message:

added images and macros for "volume" metadata and buttons

Location:
trunk/gsdl/macros
Files:
3 edited

Legend:

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

    r3106 r3533  
    5454_pagewidth_ {537}
    5555# defaultwidth is the width buttons default to if not included in this list
     56# but you need to define a _METAwidth_ tag as the server tests that it exists!
    5657_defaultwidth_ {87}
    5758_searchwidth_ {_widthtsrchx_}
     
    7576_Sourcewidth_ {_widthtsrcx_}
    7677_Keywordwidth_ {_widthtkwx_}
     78_Volumewidth_ {_widthtvolx_}
    7779
    7880#######################################################################
     
    176178_imageSource_ {_gsimage_(_httpbrowseSource_,_httpicontsrcof_,_httpicontsrcon_,source,_textimageSource_)}
    177179_imageKeyword_ {_gsimage_(_httpbrowseKeyword_,_httpicontkwof_,_httpicontkwon_,kw,_textimageKeyword_)}
     180_imageVolume_ {_gsimage_(_httpbrowseVolume_,_httpicontvolof_,_httpicontvolon_,volume,_textimageVolume_)}
    178181
    179182#######################################################################
     
    473476_icontabKeywordgreen_[v=1] {_texticontabKeywordgreen_}
    474477
     478_icontabVolumegreen_ {<img
     479src="_httpicontvolgr_" width=_widthtvolx_border=0>}
     480_icontabVolumegreen_[v=1] {_texticontabVolumegreen_}
     481
    475482
    476483_iconblankbar_ {<center><img src="_httpicondivb_" width=_widthdivb_ height=_heightdivb_></center>}
  • trunk/gsdl/macros/document.dm

    r3105 r3533  
    194194_iconKeywordpage_ [v=1] {<h2>_texticonhkw_</h2>}
    195195
     196_iconVolumepage_ {<img src="_httpiconhvol_" width=_widthhvol_
     197height=_heighthvol_}
     198_iconVolumepage_ [v=1] {<h2>_texticonhvol_</h2>}
     199
    196200
    197201_iconsmalltext_ {<img src="_httpiconsmtext_" border=0 width=_widthsmtext_ height=_heightsmtext_ alt="_texticonsmalltext_">}
  • trunk/gsdl/macros/english.dm

    r3297 r3533  
    9999_textimageSource_ {Browse by original filename}
    100100_textimageKeyword_ {Browse by keyword}
     101_textimageVolume_ {Browse by volume}
    101102
    102103_texticontabsearchgreen_{Search}
     
    121122_texticontabSourcegreen_{Filenames}
    122123_texticontabKeywordgreen_{Keywords}
     124_texticontabVolumegreen_{Volumes}
    123125
    124126_texticontext_ {View the document}
     
    310312_widthtkwx_ {87}
    311313
     314## "volume" ## nav_bar_button ## tvol ##
     315_httpicontvolgr_ {_httpimg_/tvolgr.gif}
     316_httpicontvolof_ {_httpimg_/tvolof.gif}
     317_httpicontvolon_ {_httpimg_/tvolon.gif}
     318_widthtvol_ {87}
    312319
    313320######################################################################
     
    371378_texticonhsrc_ {Filenames}
    372379_texticonhkw_ {Keywords}
     380_texticonhvol_ {Volumes}
    373381
    374382_texticonopenbookshelf_ {close this section of the library}
     
    502510_widthhkw_ {200}
    503511_heighthkw_ {57}
     512
     513## "volumes" ## green_title ## h_vol ##
     514_httpiconhvol_ {_httpimg_/h\_vol.gif}
     515_widthhvol_ {200}
     516_heighthvol_ {57}
     517
    504518
    505519## "CONTINUE?" ## top_nav_button ## cont ##
     
    782796_textSourceshort_ {access publications by filename}
    783797_textKeywordshort_ {access publications by keyword}
     798_textVolumeshort_ {access publications by volume}
    784799_textdefaultshorttext_ {undefined classification}
    785800
     
    855870_textKeywordlong_ { <p>You can <i>access publications by keyword</i> by
    856871pressing the <i>keywords</i> button.  This brings up a list of keywords. }
     872
     873_textVolumelong_ { <p>You can <i>access publications by volume</i> by
     874pressing the <i>volume</i> button. This brings up a list of volumes. }
    857875
    858876_textdefaultlongtext_ { <p>Click on the <i>unknown</i> button to browse
Note: See TracChangeset for help on using the changeset viewer.