Changeset 12230


Ignore:
Timestamp:
2006-07-14T13:17:02+12:00 (18 years ago)
Author:
kjdon
Message:

imageXXX macros now take the URL as an argument, rather than using httpbrowseTitle etc, whichi is no longer defined by the receptionist

File:
1 edited

Legend:

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

    r12177 r12230  
    4141# 2. The metadata name - this gets used to determine the title and alt text
    4242# 3. optional "selected" if it is the current tab
    43 _navtab_ {_If_("_image_2__" eq "\_image_2_\_",_If_("_3_" eq "selected",_navlinktitle_(_2_),<a href="_1_" title="_navlinkalt_(_2_)">_navlinktitle_(_2_)</a>),_If_("_3_" eq "selected",_image_2_green_,_image_2__))}
     43_navtab_ {_If_("_image_2__" eq "\_image_2_\_",_If_("_3_" eq "selected",_navlinktitle_(_2_),<a href="_1_" title="_navlinkalt_(_2_)">_navlinktitle_(_2_)</a>),_If_("_3_" eq "selected",_image_2_green_,_image_2__(_1_)))}
    4444# doesn't yet work for metadata that isn't dublin core... !!!
    4545
     
    6565
    6666# Dublin Core Metadata Element Set, Version 1.1
    67 _imageTitle_ {_gsimage_(_httpbrowseTitle_,_httpiconttitleof_,_httpiconttitleon_,titles,_navlinkalt_(Title))}
     67_imageTitle_ {_gsimage_(_1_,_httpiconttitleof_,_httpiconttitleon_,titles,_navlinkalt_(Title))}
    6868_imageTitlegreen_ {<img src="_httpiconttitlegr_" width="_widthttitlex_" border="0">}
    69 _imageCreator_ {_gsimage_(_httpbrowseCreator_,_httpicontcreatof_,_httpicontcreaton_,creators,_navlinkalt_(Creator))}
     69_imageCreator_ {_gsimage_(_1_,_httpicontcreatof_,_httpicontcreaton_,creators,_navlinkalt_(Creator))}
    7070_imageCreatorgreen_ {<img src="_httpicontcreatgr_" width="_widthtcreatx_" border="0">}
    71 _imageSubject_ {_gsimage_(_httpbrowseSubject_,_httpicontsubjof_,_httpicontsubjon_,subjects,_navlinkalt_(Subject))}
     71_imageSubject_ {_gsimage_(_1_,_httpicontsubjof_,_httpicontsubjon_,subjects,_navlinkalt_(Subject))}
    7272_imageSubjectgreen_ {<img src="_httpicontsubjgr_" width="_widthtsubjx_" border="0">}
    73 _imageDescription_ {_gsimage_(_httpbrowseDescription_,_httpicontdescof_,_httpicontdescon_,descriptions,_navlinkalt_(Description))}
     73_imageDescription_ {_gsimage_(_1_,_httpicontdescof_,_httpicontdescon_,descriptions,_navlinkalt_(Description))}
    7474_imageDescriptiongreen_ {<img src="_httpicontdescgr_" width="_widthtdescx_" border="0">}
    75 _imagePublisher_ {_gsimage_(_httpbrowsePublisher_,_httpicontpublof_,_httpicontpublon_,publishers,_navlinkalt_(Publisher))}
     75_imagePublisher_ {_gsimage_(_1_,_httpicontpublof_,_httpicontpublon_,publishers,_navlinkalt_(Publisher))}
    7676_imagePublishergreen_ {<img src="_httpicontpublgr_" width="_widthtpublx_" border="0">}
    77 _imageContributor_ {_gsimage_(_httpbrowseContributor_,_httpicontcontrof_,_httpicontcontron_,contributors,_navlinkalt_(Contributor))}
     77_imageContributor_ {_gsimage_(_1_,_httpicontcontrof_,_httpicontcontron_,contributors,_navlinkalt_(Contributor))}
    7878_imageContributorgreen_ {<img src="_httpicontcontrgr_" width="_widthtcontrx_" border="0">}
    79 _imageDate_ {_gsimage_(_httpbrowseDate_,_httpicontdateof_,_httpicontdateon_,dates,_navlinkalt_(Date))}
     79_imageDate_ {_gsimage_(_1_,_httpicontdateof_,_httpicontdateon_,dates,_navlinkalt_(Date))}
    8080_imageDategreen_ {<img src="_httpicontdategr_" width="_widthtdatex_" border="0">}
    81 _imageType_ {_gsimage_(_httpbrowseType_,_httpiconttypeof_,_httpiconttypeon_,types,_navlinkalt_(Type))}
     81_imageType_ {_gsimage_(_1_,_httpiconttypeof_,_httpiconttypeon_,types,_navlinkalt_(Type))}
    8282_imageTypegreen_ {<img src="_httpiconttypegr_" width="_widthttypex_" border="0">}
    83 _imageFormat_ {_gsimage_(_httpbrowseFormat_,_httpicontformof_,_httpicontformon_,formats,_navlinkalt_(Format))}
     83_imageFormat_ {_gsimage_(_1_,_httpicontformof_,_httpicontformon_,formats,_navlinkalt_(Format))}
    8484_imageFormatgreen_ {<img src="_httpicontformgr_" width="_widthtformx_" border="0">}
    85 _imageIdentifier_ {_gsimage_(_httpbrowseIdentifier_,_httpicontidentof_,_httpicontidenton_,identifiers,_navlinkalt_(Identifier))}
     85_imageIdentifier_ {_gsimage_(_1_,_httpicontidentof_,_httpicontidenton_,identifiers,_navlinkalt_(Identifier))}
    8686_imageIdentifiergreen_ {<img src="_httpicontidentgr_" width="_widthtidentx_" border="0">}
    87 _imageSource_ {_gsimage_(_httpbrowseSource_,_httpicontsrcof_,_httpicontsrcon_,source,_navlinkalt_(Source))}
     87_imageSource_ {_gsimage_(_1_,_httpicontsrcof_,_httpicontsrcon_,source,_navlinkalt_(Source))}
    8888_imageSourcegreen_ {<img src="_httpicontsrcgr_" width="_widthtsrcx_" border="0">}
    89 _imageLanguage_ {_gsimage_(_httpbrowseLanguage_,_httpicontlangof_,_httpicontlangon_,language,_navlinkalt_(Language))}
     89_imageLanguage_ {_gsimage_(_1_,_httpicontlangof_,_httpicontlangon_,language,_navlinkalt_(Language))}
    9090_imageLanguagegreen_ {<img src="_httpicontlanggr_" width="_widthtlangx_" border="0">}
    91 _imageRelation_ {_gsimage_(_httpbrowseRelation_,_httpicontrelof_,_httpicontrelon_,relations,_navlinkalt_(Relation))}
     91_imageRelation_ {_gsimage_(_1_,_httpicontrelof_,_httpicontrelon_,relations,_navlinkalt_(Relation))}
    9292_imageRelationgreen_ {<img src="_httpicontrelgr_" width="_widthtrelx_" border="0">}
    93 _imageCoverage_ {_gsimage_(_httpbrowseCoverage_,_httpicontcoverof_,_httpicontcoveron_,coverage,_navlinkalt_(Coverage))}
     93_imageCoverage_ {_gsimage_(_1_,_httpicontcoverof_,_httpicontcoveron_,coverage,_navlinkalt_(Coverage))}
    9494_imageCoveragegreen_ {<img src="_httpicontcovergr_" width="_widthtcoverx_" border="0">}
    95 _imageRights_ {_gsimage_(_httpbrowseRights_,_httpicontrightof_,_httpicontrighton_,rights,_navlinkalt_(Rights))}
     95_imageRights_ {_gsimage_(_1_,_httpicontrightof_,_httpicontrighton_,rights,_navlinkalt_(Rights))}
    9696_imageRightsgreen_ {<img src="_httpicontrightgr_" width="_widthtrightx_" border="0">}
    97 _imageSeries_ {_gsimage_(_httpbrowseSeries_,_httpicontserof_,_httpicontseron_,series,_navlinkalt_(Series))}
     97_imageSeries_ {_gsimage_(_1_,_httpicontserof_,_httpicontseron_,series,_navlinkalt_(Series))}
    9898_imageSeriesgreen_ {<img src="_httpicontsergr_" width="_widthtserx_" border="0">}
    99 _imageTo_ {_gsimage_(_httpbrowseTo_,_httpiconttoof_,_httpiconttoon_,to,_navlinkalt_(To))}
     99_imageTo_ {_gsimage_(_1_,_httpiconttoof_,_httpiconttoon_,to,_navlinkalt_(To))}
    100100_imageTogreen_ {<img src="_httpiconttogr_" width="_widthttox_" border="0">}
    101 _imageFrom_ {_gsimage_(_httpbrowseFrom_,_httpicontfromof_,_httpicontfromon_,from,_navlinkalt_(From))}
     101_imageFrom_ {_gsimage_(_1_,_httpicontfromof_,_httpicontfromon_,from,_navlinkalt_(From))}
    102102_imageFromgreen_ {<img src="_httpicontfromgr_" width="_widthtfromx_" border="0">}
    103 _imageOrganization_ {_gsimage_(_httpbrowseOrganization_,_httpicontorgof_,_httpicontorgon_,org,_navlinkalt_(Organization))}
     103_imageOrganization_ {_gsimage_(_1_,_httpicontorgof_,_httpicontorgon_,org,_navlinkalt_(Organization))}
    104104_imageOrganizationgreen_ {<img src="_httpicontorggr_" width="_widthtorgx_" border="0">}
    105 _imageHowto_ {_gsimage_(_httpbrowseHowto_,_httpiconthowof_,_httpiconthowon_,how,_navlinkalt_(Howto))}
     105_imageHowto_ {_gsimage_(_1_,_httpiconthowof_,_httpiconthowon_,how,_navlinkalt_(Howto))}
    106106_imageHowtogreen_ {<img src="_httpiconthowgr_" width="_widththowx_" border="0">}
    107 _imageTopic_ {_gsimage_(_httpbrowseTopic_,_httpiconttopicof_,_httpiconttopicon_,topic,_navlinkalt_(Topic))}
     107_imageTopic_ {_gsimage_(_1_,_httpiconttopicof_,_httpiconttopicon_,topic,_navlinkalt_(Topic))}
    108108_imageTopicgreen_ {<img src="_httpiconttopicgr_" width="_widthttopicx_" border="0">}
    109 _imageBrowse_ {_gsimage_(_httpbrowseBrowse_,_httpicontbrwseof_,_httpicontbrwseon_,browse,_navlinkalt_(Browse)}
     109_imageBrowse_ {_gsimage_(_1_,_httpicontbrwseof_,_httpicontbrwseon_,browse,_navlinkalt_(Browse)}
    110110_imageBrowsegreen_ {<img src="_httpicontbrwsegr_" width="_widthtbrwsex_" border="0">}
    111 _imagePeople_ {_gsimage_(_httpbrowsePeople_,_httpicontpeopof_,_httpicontpeopon_,people,_navlinkalt_(People))}
     111_imagePeople_ {_gsimage_(_1_,_httpicontpeopof_,_httpicontpeopon_,people,_navlinkalt_(People))}
    112112_imagePeoplegreen_ {<imgsrc="_httpicontpeopgr_" width="_widthtpeopx_" border="0">}
    113 _imageAcronym_ {_gsimage_(_httpbrowseAcronym_,_httpicontacroof_,_httpicontacroon_,acronym,_navlinkalt_(Acronym))}
     113_imageAcronym_ {_gsimage_(_1_,_httpicontacroof_,_httpicontacroon_,acronym,_navlinkalt_(Acronym))}
    114114_imageAcronymgreen_ {<imgsrc="_httpicontacrogr_" width="_widthtacrox_" border="0">}
    115 _imageCollage_ {_gsimage_(_httpbrowseCollage_,_httpicontcollof_,_httpicontcollon_,collage,_navlinkalt_(Collage))}
     115_imageCollage_ {_gsimage_(_1_,_httpicontcollof_,_httpicontcollon_,collage,_navlinkalt_(Collage))}
    116116_imageCollagegreen_ {<img src="_httpicontcollgr_" width="_widthtcollx_" border="0">}
    117 _imagePhrase_ {_gsimage_(_httpbrowsePhrase_,_httpicontphrseof_,_httpicontphrseon_,phrase,_navlinkalt_(Phrase))}
     117_imagePhrase_ {_gsimage_(_1_,_httpicontphrseof_,_httpicontphrseon_,phrase,_navlinkalt_(Phrase))}
    118118_imagePhrasegreen_ {<imgsrc="_httpicontphrsegr_" width="_widthtphrsex_" border="0">}
    119 _imageArtist_ {_gsimage_(_httpbrowseArtist_,_httpicontartstof_,_httpicontartston_,artist,_navlinkalt_(Artist))}
     119_imageArtist_ {_gsimage_(_1_,_httpicontartstof_,_httpicontartston_,artist,_navlinkalt_(Artist))}
    120120_imageArtistgreen_ {<imgsrc="_httpicontartstgr_" width="_widthtartstx_" border="0">}
    121 _imageKeyword_ {_gsimage_(_httpbrowseKeyword_,_httpicontkwof_,_httpicontkwon_,kw,_navlinkalt_(Keyword))}
     121_imageKeyword_ {_gsimage_(_1_,_httpicontkwof_,_httpicontkwon_,kw,_navlinkalt_(Keyword))}
    122122_imageKeywordgreen_ {<img src="_httpicontkwgr_" width="_widthtkwx_" border="0">}
    123 _imageVolume_ {_gsimage_(_httpbrowseVolume_,_httpicontvolof_,_httpicontvolon_,volume,_navlinkalt_(Volume))}
     123_imageVolume_ {_gsimage_(_1_,_httpicontvolof_,_httpicontvolon_,volume,_navlinkalt_(Volume))}
    124124_imageVolumegreen_ {<img src="_httpicontvolgr_" width="_widthtvolx_" border="0">}
    125 _imageCaptions_ {_gsimage_(_httpbrowseCaptions_,_httpicontcaptof_,_httpicontcapton_,captions,_navlinkalt_(Captions))}
     125_imageCaptions_ {_gsimage_(_1_,_httpicontcaptof_,_httpicontcapton_,captions,_navlinkalt_(Captions))}
    126126_imageCaptionsgreen_ {<imgsrc="_httpicontcaptgr_" width="_widthtcaptx_" border="0">}
    127 _imageCountries_ {_gsimage_(_httpbrowseCountries_,_httpicontcountof_,_httpicontcounton_,countries,_navlinkalt_(Countries))}
     127_imageCountries_ {_gsimage_(_1_,_httpicontcountof_,_httpicontcounton_,countries,_navlinkalt_(Countries))}
    128128_imageCountriesgreen_ {<img src="_httpicontcountgr_" width="_widthtcountx_" border="0">}
    129129
Note: See TracChangeset for help on using the changeset viewer.