Changeset 1696


Ignore:
Timestamp:
2000-11-24T12:24:33+13:00 (23 years ago)
Author:
sjboddie
Message:

Created a "phrases" button for the phind classifier

Location:
trunk/gsdl
Files:
4 added
3 edited

Legend:

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

    r1449 r1696  
    6161_Languagewidth_ {_widthtlangx_}
    6262_Acronymwidth_ {_widthtacrox_}
     63_Phrasewidth_ {_widthtphrse_}
    6364
    6465#######################################################################
     
    156157_imageLanguage_ {_gsimage_(_httpbrowseLanguage_,_httpicontlangof_,_httpicontlangon_,language,_textimageLanguage_)}
    157158_imageAcronym_ {_gsimage_(_httpbrowseAcronym_,_httpicontacroof_,_httpicontacroon_,acronym,_textimageAcronym_)}
     159_imagePhrase_ {_gsimage_(_httpbrowsePhrase_,_httpicontphrseof_,_httpicontphrseon_,phrase,_textimagePhrase_)}
    158160
    159161
     
    420422_icontabAcronymgreen_[v=1] {_texticontabAcronymgreen_}
    421423
     424_icontabPhrasegreen_ {<img
     425src="_httpicontphrsegr_" height=_heighttphrsex_ width=_widthtphrsex_ border=0>}
     426_icontabPhrasegreen_[v=1] {_texticontabPhrasegreen_}
     427
    422428_iconblankbar_ {<center><img src="_httpicondivb_" width=_widthdivb_ height=6></center>}
    423429_iconblankbar_[v=1] {<br><hr><br>}
  • trunk/gsdl/macros/document.dm

    r1487 r1696  
    130130height=_heighthacronym_}
    131131_iconAcronympage_ [v=1] {<h2>_texticonhacronym_</h2>}
     132
     133_iconPhrasepage_ {<img src="_httpiconhphrse_" width=_widthhphrse_
     134height=_heighthphrse_}
     135_iconPhrasepage_ [v=1] {<h2>_texticonhphrse_</h2>}
    132136
    133137
  • trunk/gsdl/macros/english.dm

    r1556 r1696  
    8181_textimageLanguage_ {Browse by language}
    8282_textimageAcronym_ {Browse acronyms}
     83_textimagePhrase_ {Browse phrases}
    8384
    8485_texticontabsearchgreen_{Search}
     
    9899_texticontabLanguagegreen_{Language}
    99100_texticontabAcronymgreen_{Acronyms}
     101_texticontabPhrasegreen_{Phrases}
    100102
    101103_texticontext_ {View the document}
     
    271273_heighttacrox_ {17}
    272274
    273 
    274 
     275## "phrases" ## nav_bar_button ## tphrse ##
     276_httpicontphrsegr_ {_httpimg_/tphrsegr.gif}
     277_httpicontphrseof_ {_httpimg_/tphrseof.gif}
     278_httpicontphrseon_ {_httpimg_/tphrseon.gif}
     279_widthtphrsex_ {87}
     280_heighttphrsex_ {17}
    275281
    276282
     
    449455_widthhacronym_ {200}
    450456_heighthacronym_ {57}
     457
     458## "phrases" ## green_title ## h_phrse ##
     459_httpiconhphrse_ {_httpimg_/h\_phrse.gif}
     460_widthhphrse_ {200}
     461_heighthphrse_ {57}
    451462
    452463## "CONTINUE?" ## top_nav_button ## cont ##
     
    699710_textLanguageshort_ {access publications by language}
    700711_textAcronymshort_ {access publications by acronym occurance}
     712_textPhraseshort_ {browse phrases occurring in publications}
    701713_textdefaultshorttext_ {undefined classification}
    702714
     
    758770pressing the <i>acronyms</i> button.  This brings up a list of the acronyms,
    759771and the places that they occur.  }
     772
     773_textPhraselong_ { <p>You can <i>browse phrases occurring in publications</i> by
     774pressing the <i>acronyms</i> button.  This uses the phind phrase browser.  }
    760775
    761776_textdefaultlongtext_ { <p>Click on the <i>unknown</i> button to browse
Note: See TracChangeset for help on using the changeset viewer.