Changeset 1406 for trunk/gsdl/macros


Ignore:
Timestamp:
2000-08-16T12:09:42+12:00 (24 years ago)
Author:
paynter
Message:

Fixed bug with acronym images (Metadata element is called "Acronym"
but images assumed it was called "Acronyms").

Location:
trunk/gsdl/macros
Files:
3 edited

Legend:

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

    r1386 r1406  
    6060_Peoplewidth_ {_widthtpeopx_}
    6161_Languagewidth_ {_widthtlangx_}
    62 _Acronymswidth_ {_widthtacrox_}
     62_Acronymwidth_ {_widthtacrox_}
    6363
    6464#######################################################################
     
    214214}
    215215
    216 _imageAcronyms_ {<a href="_httpbrowseAcronyms_"
    217     onMouseover = "img\_on('Acronyms')"
    218     onMouseout = "img\_off('Acronyms')"><img name="Acronyms"
     216_imageAcronym_ {<a href="_httpbrowseAcronym_"
     217    onMouseover = "img\_on('Acronym')"
     218    onMouseout = "img\_off('Acronym')"><img name="Acronym"
    219219        src="_httpicontacroof_" width=_widthtacrox_ height=_heighttacrox_
    220         border=0 alt="_textimageAcronyms_"></a>}
    221 _imageAcronyms_[v=1] {<a href="_httpbrowseAcronyms_">_textimageAcronyms_</a><br>
     220        border=0 alt="_textimageAcronym_"></a>}
     221_imageAcronym_[v=1] {<a href="_httpbrowseAcronym_">_textimageAcronym_</a><br>
    222222}
    223223
     
    407407_httpdocimg_ {_httpcollimg_/_thisOID_}
    408408
    409 _httpcollection_ {_httpprefix_/collect/_cgiargc_}
     409_httpcollection_ {http://www.cs.waikato.ac.nz/~paynter/gsdl/collect/_cgiargc_}
    410410
    411411_httppagex_ {_gwcgi_?e=_compressedoptions_&a=p&p=_1_}
  • trunk/gsdl/macros/document.dm

    r1386 r1406  
    195195_iconLanguagepage_ [v=1] {<h2>_texticonhlanguage_</h2>}
    196196
    197 _iconAcronymspage_ {<img src="_httpiconhacronyms_" width=_widthhacronyms_
    198 height=_heighthacronyms_}
    199 _iconAcronymspage_ [v=1] {<h2>_texticonhacronyms_</h2>}
     197_iconAcronympage_ {<img src="_httpiconhacronym_" width=_widthhacronym_
     198height=_heighthacronym_}
     199_iconAcronympage_ [v=1] {<h2>_texticonhacronym_</h2>}
    200200
    201201
  • trunk/gsdl/macros/english.dm

    r1386 r1406  
    8080_textimagePeople_ {Browse alphabetical list of People}
    8181_textimageLanguage_ {Browse by language}
    82 _textimageAcronyms_ {Browse acronyms}
     82_textimageAcronym_ {Browse acronyms}
    8383
    8484_texticontabsearchgreen_{Search}
     
    9797_texticontabPeoplegreen_{People A-Z}
    9898_texticontabLanguagegreen_{Language}
    99 _texticontabAcronymsgreen_{Acronyms}
     99_texticontabAcronymgreen_{Acronyms}
    100100
    101101_texticontext_ {View the document}
     
    261261_heighttlangx_ {17}
    262262
    263 ## "acronyms" ## nav_bar_button ## tacro ##
     263## "acronym" ## nav_bar_button ## tacro ##
    264264_httpicontacrogr_ {_httpimg_/tacrogr.gif}
    265265_httpicontacroof_ {_httpimg_/tacroof.gif}
     
    325325_textPeoplepage_ {_texticonhpeople_}
    326326_textLanguagepage_ {_texticonhlanguage_}
    327 _textAcronymspage_ {_texticonhacronyms_}
     327_textAcronympage_ {_texticonhacronym_}
    328328
    329329_texticonhtitle_ {Titles A-Z}
     
    339339_texticonhpeople_ {People A-Z}
    340340_texticonhlanguage_ {Languages}
    341 _texticonhacronyms_ {Acronyms}
     341_texticonhacronym_ {Acronyms}
    342342
    343343_texticonopenbookshelf_ {close this section of the library}
     
    443443
    444444## "acronyms" ## green_title ## h_acro ##
    445 _httpiconhacronyms_ {_httpimg_/h\_acro.gif}
    446 _widthhacronyms_ {200}
    447 _heighthacronyms_ {57}
     445_httpiconhacronym_ {_httpimg_/h\_acro.gif}
     446_widthhacronym_ {200}
     447_heighthacronym_ {57}
    448448
    449449## "CONTINUE?" ## top_nav_button ## cont ##
     
    684684_textPeopleshort_ {access publications by people}
    685685_textLanguageshort_ {access publications by language}
    686 _textAcronymshort_ {access publications by acronym occurance}
     686_textAcronymhort_ {access publications by acronym occurance}
    687687_textdefaultshorttext_ {undefined classification}
    688688
     
    741741sorted by language.  }
    742742
    743 _textAcronymslong_ { <p>You can <i>access publications by acronym occurance</i> by
     743_textAcronymlong_ { <p>You can <i>access publications by acronym occurance</i> by
    744744pressing the <i>acronyms</i> button.  This brings up a list of the acronyms,
    745745and the places that they occur.  }
Note: See TracChangeset for help on using the changeset viewer.