Changeset 1386


Ignore:
Timestamp:
2000-08-09T16:32:20+12:00 (24 years ago)
Author:
paynter
Message:

Added language and acronym browsing icons.

Location:
trunk/gsdl/macros
Files:
3 edited

Legend:

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

    r1305 r1386  
    5959_Browsewidth_ {_widthtbrwsex_}
    6060_Peoplewidth_ {_widthtpeopx_}
     61_Languagewidth_ {_widthtlangx_}
     62_Acronymswidth_ {_widthtacrox_}
    6163
    6264#######################################################################
     
    202204        border=0 alt="_textimagePeople_"></a>}
    203205_imagePeople_[v=1] {<a href="_httpbrowsePeople_">_textimagePeople_</a><br>
     206}
     207
     208_imageLanguage_ {<a href="_httpbrowseLanguage_"
     209    onMouseover = "img\_on('Language')"
     210    onMouseout = "img\_off('Language')"><img name="Language"
     211        src="_httpicontlangof_" width=_widthtlangx_ height=_heighttlangx_
     212        border=0 alt="_textimageLanguage_"></a>}
     213_imageLanguage_[v=1] {<a href="_httpbrowseLanguage_">_textimageLanguage_</a><br>
     214}
     215
     216_imageAcronyms_ {<a href="_httpbrowseAcronyms_"
     217    onMouseover = "img\_on('Acronyms')"
     218    onMouseout = "img\_off('Acronyms')"><img name="Acronyms"
     219        src="_httpicontacroof_" width=_widthtacrox_ height=_heighttacrox_
     220        border=0 alt="_textimageAcronyms_"></a>}
     221_imageAcronyms_[v=1] {<a href="_httpbrowseAcronyms_">_textimageAcronyms_</a><br>
    204222}
    205223
     
    357375}
    358376
     377_javaLanguage_ {
     378        Language\_on = new Image(_widthtlangx_, _heighttlangx_);
     379        Language\_on.src = "_httpicontlangon_";
     380        Language\_off = new Image(_widthtlangx_, _heighttlangx_);
     381        Language\_off.src = "_httpicontlangof_";
     382}
     383
     384_javaAcronym_ {
     385        Acronym\_on = new Image(_widthtacrox_, _heighttacrox_);
     386        Acronym\_on.src = "_httpicontacroon_";
     387        Acronym\_off = new Image(_widthtacrox_, _heighttacrox_);
     388        Acronym\_off.src = "_httpicontacroof_";
     389}
     390
    359391
    360392#######################################################################
     
    584616_icontabPeoplegreen_[v=1] {_texticontabPeoplegreen_}
    585617
     618_icontabLanguagegreen_ {<img
     619src="_httpicontlanggr_" height=_heighttlangx_ width=_widthtlangx_ border=0>}
     620_icontabLanguagegreen_[v=1] {_texticontabLanguagegreen_}
     621
     622_icontabAcronymgreen_ {<img
     623src="_httpicontacrogr_" height=_heighttacrox_ width=_widthtacrox_ border=0>}
     624_icontabAcronymgreen_[v=1] {_texticontabAcronymgreen_}
     625
    586626_iconblankbar_ {<center><img src="_httpicondivb_" width=_widthdivb_ height=6></center>}
    587627_iconblankbar_[v=1] {<br><hr><br>}
  • trunk/gsdl/macros/document.dm

    r1289 r1386  
    191191_iconPeoplepage_ [v=1] {<h2>_texticonhpeople_</h2>}
    192192
     193_iconLanguagepage_ {<img src="_httpiconhlanguage_" width=_widthhlanguage_
     194height=_heighthlanguage_}
     195_iconLanguagepage_ [v=1] {<h2>_texticonhlanguage_</h2>}
     196
     197_iconAcronymspage_ {<img src="_httpiconhacronyms_" width=_widthhacronyms_
     198height=_heighthacronyms_}
     199_iconAcronymspage_ [v=1] {<h2>_texticonhacronyms_</h2>}
     200
    193201
    194202_iconsmalltext_ {<img src="_httpiconsmtext_" border=0 width=_widthsmtext_ height=_heightsmtext_ alt="_texticonsmalltext_">}
  • trunk/gsdl/macros/english.dm

    r1289 r1386  
    7979_textimageBrowse_ {Browse}
    8080_textimagePeople_ {Browse alphabetical list of People}
     81_textimageLanguage_ {Browse by language}
     82_textimageAcronyms_ {Browse acronyms}
    8183
    8284_texticontabsearchgreen_{Search}
     
    9496_texticontabbrwsegreen_{Browse}
    9597_texticontabPeoplegreen_{People A-Z}
     98_texticontabLanguagegreen_{Language}
     99_texticontabAcronymsgreen_{Acronyms}
    96100
    97101_texticontext_ {View the document}
     
    250254_heighttpeopx_ {17}
    251255
     256## "language" ## nav_bar_button ## tlang ##
     257_httpicontlanggr_ {_httpimg_/tlanggr.gif}
     258_httpicontlangon_ {_httpimg_/tlangon.gif}
     259_httpicontlangof_ {_httpimg_/tlangof.gif}
     260_widthtlangx_ {87}
     261_heighttlangx_ {17}
     262
     263## "acronyms" ## nav_bar_button ## tacro ##
     264_httpicontacrogr_ {_httpimg_/tacrogr.gif}
     265_httpicontacroof_ {_httpimg_/tacroof.gif}
     266_httpicontacroon_ {_httpimg_/tacroon.gif}
     267_widthtacrox_ {97}
     268_heighttacrox_ {17}
     269
     270
     271
    252272
    253273
     
    304324_textBrowsepage_ {_texticonhbrwse_}
    305325_textPeoplepage_ {_texticonhpeople_}
     326_textLanguagepage_ {_texticonhlanguage_}
     327_textAcronymspage_ {_texticonhacronyms_}
    306328
    307329_texticonhtitle_ {Titles A-Z}
     
    316338_texticonhbrwse_ {Browse}
    317339_texticonhpeople_ {People A-Z}
     340_texticonhlanguage_ {Languages}
     341_texticonhacronyms_ {Acronyms}
    318342
    319343_texticonopenbookshelf_ {close this section of the library}
     
    412436_widthhpeople_ {200}
    413437_heighthpeople_ {57}
     438
     439## "languages" ## green_title ## h_lang ##
     440_httpiconhlanguage_ {_httpimg_/h\_lang.gif}
     441_widthhlanguage_ {200}
     442_heighthlanguage_ {57}
     443
     444## "acronyms" ## green_title ## h_acro ##
     445_httpiconhacronyms_ {_httpimg_/h\_acro.gif}
     446_widthhacronyms_ {200}
     447_heighthacronyms_ {57}
    414448
    415449## "CONTINUE?" ## top_nav_button ## cont ##
     
    649683_textTopicshort_ {access publications by topic}
    650684_textPeopleshort_ {access publications by people}
     685_textLanguageshort_ {access publications by language}
     686_textAcronymshort_ {access publications by acronym occurance}
    651687_textdefaultshorttext_ {undefined classification}
    652688
     
    700736pressing the <i>people a-z</i> button.  This brings up a list of entries,
    701737sorted by surname.  }
     738
     739_textLanguagelong_ { <p>You can <i>access publications by language</i> by
     740pressing the <i>languages</i> button.  This brings up a list of entries,
     741sorted by language.  }
     742
     743_textAcronymslong_ { <p>You can <i>access publications by acronym occurance</i> by
     744pressing the <i>acronyms</i> button.  This brings up a list of the acronyms,
     745and the places that they occur.  }
    702746
    703747_textdefaultlongtext_ { <p>Click on the <i>unknown</i> button to browse
Note: See TracChangeset for help on using the changeset viewer.