Changeset 7763


Ignore:
Timestamp:
2004-07-19T16:32:58+12:00 (20 years ago)
Author:
davidb
Message:

additional macro for applet version of GLI.

File:
1 edited

Legend:

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

    r7343 r7763  
    2525_icongligr_
    2626
     27<p>_gliapplet_
     28
    2729<p>
    2830_textglihelp_
     
    3133}
    3234
     35
     36
     37_gliapplet_ {
     38
     39<!--
     40 <applet CODEBASE="_httpprefix_/bin/java"
     41    ARCHIVE="SignedGatherer.jar"
     42    CODE = "org.greenstone.gatherer.GathererApplet"
     43    name = "gatherer"
     44    type="application/x-java-applet;version=1.4"
     45    pluginspage="http://java.sun.com/products/plugin/1.4/plugin-install.html"
     46    width = "380"
     47    height = "50" >
     48
     49        <param name="httpprefix" value="_httpprefix_">
     50        <param name="gwcgi" value="_gwcgi_">
     51        <param name="collection" value="_cgiargc_">
     52 </applet>
     53
     54-->
     55
     56
     57<object
     58  classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
     59
     60  width="380" height="50"  name ="gatherer"
     61
     62  codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0"
     63>
     64    <param name="type"   value="application/x-java-applet;version=1.4">
     65    <param name="scriptable" value="false">
     66
     67    <param name=code     value="org.greenstone.gatherer.GathererApplet" >
     68    <param name=archive  value="_httpprefix_/bin/java/SignedGatherer.jar" >
     69    <param name=name     value="gatherer" >
     70
     71    <param name="httpprefix" value="_httpprefix_">
     72    <param name="gwcgi"      value="_gwcgi_">
     73    <param name="collection" value="_cgiargc_">
     74
     75    <comment>
     76
     77      <embed
     78        pluginspage="http://java.sun.com/products/plugin/index.html#download"
     79        type="application/x-java-applet;version=1.4"
     80        scriptable="false"
     81
     82        archive  = "_httpprefix_/bin/java/SignedGatherer.jar"
     83        code     = "org.greenstone.gatherer.GathererApplet"
     84        name     = "gatherer"
     85        width    = "380"
     86        height   = "50"
     87
     88        httpprefix = "_httpprefix_"
     89        gwcgi      = "_gwcgi_"
     90        collection = "_cgiargc_"
     91      >
     92
     93
     94      </embed>
     95      <noembed></noembed>
     96
     97    </comment>
     98</object>
     99
     100}
Note: See TracChangeset for help on using the changeset viewer.