Ignore:
Timestamp:
2004-02-17T10:12:11+13:00 (20 years ago)
Author:
mdewsnip
Message:

Additions for the GsdlCollageApplet: a classifier that displays a collage of the images in a collection. By Katrina Edgar (kde2).

File:
1 edited

Legend:

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

    r5622 r6813  
    1010_pagetitle_ {}
    1111_phindclassifier_ {}
     12_collageclassifier_ {}
    1213
    1314#######################################################################
     
    2021<p>
    2122_phindclassifier_
     23_collageclassifier_
    2224</center>
    2325}
     
    3436_textOrganizationpage_ {_texticonhorg_}
    3537_textBrowsepage_ {_texticonhbrwse_}
     38_textCollagepage_ {_texticonhcoll_}
    3639_textPeoplepage_ {_texticonhpeople_}
    3740_textLanguagepage_ {_texticonhlanguage_}
     
    118121}
    119122
     123_collageapplet_ {
     124 <applet CODEBASE="_httpprefix_/bin/java" code="org.nzdl.gsdl.GsdlCollageApplet.GsdlCollageApplet.class"
     125         archive="GsdlCollageApplet.jar" width="645" height="780">
     126 
     127 
     128     <param name="gwcgi" value="_gwcgi_">
     129         <param name="collection" value="_cgiargc_">
     130         <param name="classifier" value="_cgiargcl_.1">
     131       
     132         <param name="hrefMustHave" value="cl=_cgiargcl_.1">
     133         <param name="imageMustNotHave" value="hl=%x=%gt=%gc=%.pr">
     134
     135     <param name="imageType" value=".jpg%.png"> 
     136     <param name="verbosity" value="5">
     137     <param name="maxDepth" value="3">
     138     <param name="refreshDelay" value="1500">
     139     <param name="isJava2" value="auto">
     140
     141 </applet>
     142}
     143
    120144
    121145#######################################################################
     
    129153height="_heighthtitle_">}
    130154_iconTitlepage_ [v=1] {<h2>_texticonhtitle_</h2>}
     155
     156_iconCollagepage_ {<img src="_httpiconhcoll_" width="_widthhcoll_"
     157height="_heighthcoll_">}
     158_iconCollagepage_ [v=1] {<h2>_texticonhcoll_</h2>}
    131159
    132160_iconDescriptionpage_ {<img src="_httpiconhdescription_" width="_widthhdesc_"
Note: See TracChangeset for help on using the changeset viewer.