Changeset 2765


Ignore:
Timestamp:
2001-10-01T15:58:37+12:00 (23 years ago)
Author:
sjboddie
Message:

added new "filenames" classifier button

Location:
trunk/gsdl
Files:
4 added
3 edited

Legend:

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

    r2683 r2765  
    7070_Phrasewidth_ {_widthtphrsex_}
    7171_Artistwidth_ {_widthtartstx_}
     72_Sourcewidth_ {_widthtsrcx_}
    7273
    7374#######################################################################
     
    169170_imagePhrase_ {_gsimage_(_httpbrowsePhrase_,_httpicontphrseof_,_httpicontphrseon_,phrase,_textimagePhrase_)}
    170171_imageArtist_ {_gsimage_(_httpbrowseArtist_,_httpicontartstof_,_httpicontartston_,artist,_textimageArtist_)}
     172_imageSource_ {_gsimage_(_httpbrowseSource_,_httpicontsrcof_,_httpicontsrcon_,source,_textimageSource_)}
    171173
    172174#######################################################################
     
    450452_icontabArtistgreen_[v=1] {_texticontabArtistgreen_}
    451453
     454_icontabSourcegreen_ {<img
     455src="_httpicontsrcgr_" width=_widthtsrcx_ border=0>}
     456_icontabSourcegreen_[v=1] {_texticontabsourcegreen_}
     457
     458
    452459_iconblankbar_ {<center><img src="_httpicondivb_" width=_widthdivb_ height=_heightdivb_></center>}
    453460_iconblankbar_[v=1] {<br><hr><br>}
  • trunk/gsdl/macros/document.dm

    r2672 r2765  
    167167height=_heighthartist_}
    168168_iconArtistpage_ [v=1] {<h2>_texticonhartist_</h2>}
     169
     170_iconSourcepage_ {<img src="_httpiconhsrc_" width=_widthhsrc_
     171height=_heighthsrc_}
     172_iconSourcepage_ [v=1] {<h2>_texticonhsrc_</h2>}
    169173
    170174
  • trunk/gsdl/macros/english.dm

    r2682 r2765  
    8484_textimageTopic_ {Browse special topic issues}
    8585_textimageBrowse_ {Browse}
    86 _textimagePeople_ {Browse alphabetical list of People}
     86_textimagePeople_ {Browse alphabetical list of people}
    8787_textimageLanguage_ {Browse by language}
    8888_textimageAcronym_ {Browse acronyms}
    8989_textimagePhrase_ {Browse phrases}
    9090_textimageArtist_ {Browse artists}
     91_textimageSource_ {Browse by original filename}
    9192
    9293_texticontabsearchgreen_{Search}
     
    108109_texticontabPhrasegreen_{Phrases}
    109110_texticontabArtistgreen_{Artists}
     111_texticontabSourcegreen_{Filenames}
    110112
    111113_texticontext_ {View the document}
     
    236238_httpicontbrowson_{_httpimg_/tbrwoson.gif}
    237239_httpicontbrowsof_{_httpimg_/tbrowsof.gif}
    238 _widthtbrwsex_ {87}
     240_widthtbrowsx_ {87}
    239241
    240242
     
    281283_httpicontartston_ {_httpimg_/tartston.gif}
    282284_widthtartstx_ {87}
     285
     286## "filenames" ## nav_bar_button ## tsrc ##
     287_httpicontsrcgr_ {_httpimg_/tsrcgr.gif}
     288_httpicontsrcof_ {_httpimg_/tsrcof.gif}
     289_httpicontsrcon_ {_httpimg_/tsrcon.gif}
     290_widthtsrcx_ {87}
    283291
    284292
     
    340348_textPhrasepage_ {_texticonhphrases_}
    341349_textArtistpage_ {_texticonhartist_}
     350_textSourcepage_ {_texticonhsrc_}
    342351
    343352_texticonhtitle_ {Titles A-Z}
     
    356365_texticonhphrases_ {Phrases}
    357366_texticonhartist_ {Artists}
     367_texticonhsrc_ {Filenames}
    358368
    359369_texticonopenbookshelf_ {close this section of the library}
     
    472482_widthhartist_ {200}
    473483_heighthartist_ {57}
     484
     485## "filenames" ## green_title ## h_src ##
     486_httpiconhsrc_ {_httpimg_/h\_src.gif}
     487_widthhsrc_ {200}
     488_heighthsrc_ {57}
    474489
    475490## "CONTINUE?" ## top_nav_button ## cont ##
     
    747762_textPhraseshort_ {browse phrases occurring in publications}
    748763_textArtistshort_ {access publications by artist}
     764_textSourceshort_ {access publications by filename}
    749765_textdefaultshorttext_ {undefined classification}
    750766
     
    813829pressing the <i>artists</i> button.  This brings up a list of entries,
    814830sorted by artist name.  }
     831
     832_textSourcelong_ { <p>You can <i>access publications by filename</i> by
     833pressing the <i>filenames</i> button.  This brings up a list of entries,
     834sorted by original filename.  }
    815835
    816836_textdefaultlongtext_ { <p>Click on the <i>unknown</i> button to browse
Note: See TracChangeset for help on using the changeset viewer.