source: main/tags/2.30/gsdl/macros/phind.dm@ 24143

Last change on this file since 24143 was 1826, checked in by (none), 23 years ago

This commit was manufactured by cvs2svn to create tag
'gsdl-2_30-distribution'.

  • Property svn:keywords set to Author Date Id Revision
File size: 858 bytes
Line 
1package phind
2
3#######################################################################
4# page content
5#######################################################################
6
7_imagethispage_{<img src="_httpimg_/h\_topic.gif">}
8
9_content_ {
10<center>
11_navigationbar_
12<p>
13_phindapplet_
14</center>
15}
16
17
18_phindapplet_ {_If_("_cgiargc_" ne "",
19<APPLET CODEBASE="_httpprefix_/src/phind/client" CODE="Phind.class" WIDTH=500 HEIGHT=400>
20 <PARAM NAME=library VALUE="_gwcgi_">
21 <PARAM NAME=phindcgi VALUE="phindcgi">
22 <PARAM NAME=backdrop VALUE="_httpimg_/phindbg1.jpg">
23 <PARAM NAME=collection VALUE="_cgiargc_">
24 <PARAM NAME=orientation VALUE="vertical">
25 <PARAM NAME=depth VALUE="2">
26 <PARAM NAME=fontsize VALUE="12">
27 <PARAM NAME=blocksize VALUE="10">
28 The Phind java applet.
29</APPLET>,
30The Phind applet requires a collection.}
Note: See TracBrowser for help on using the repository browser.