source: trunk/gsdl/macros/gli.dm@ 8444

Last change on this file since 8444 was 7763, checked in by davidb, 20 years ago

additional macro for applet version of GLI.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1# this file must be UTF-8 encoded
2
3package gli
4
5#######################################################################
6# java images/scripts
7#######################################################################
8
9# the _javalinks_ macros are the flashy image links at the top right of
10# the page.
11
12_javalinks_ {_imagehome_}
13_javalinks_ [v=1] {
14_imagehome_<br>
15}
16#######################################################################
17# page content
18#######################################################################
19
20_icongligr_ {<img src="_httpicongligr_">}
21
22_pagetitle_ {_textgli_}
23
24_content_ {
25_icongligr_
26
27<p>_gliapplet_
28
29<p>
30_textglihelp_
31
32_nzdlpagefooter_
33}
34
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 TracBrowser for help on using the repository browser.