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").

File:
1 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_}
Note: See TracChangeset for help on using the changeset viewer.