source: trunk/gsdl/macros/about.dm@ 9667

Last change on this file since 9667 was 9533, checked in by davidb, 19 years ago

Addtional entries to _content_ for lucene query support.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1# this file must be UTF-8 encoded
2package about
3
4#######################################################################
5# Icons
6#######################################################################
7
8_imagethispage_ {<img src="_httpiconhabout_" width=_widthhabout_ height=_heighthabout_>}
9
10# don't want link to 'about' page
11_imagecollection_ {_If_("_iconcollection_" ne "",
12 <img src="_iconcollection_" border=0 title="_collectionname_">,<br><br><h2>_collectionname_</h2>)}
13_imagecollection_ [v=1] {<br><br><h2>_collectionname_</h2>}
14
15#######################################################################
16# about page content
17#######################################################################
18
19_pagetitle_ {_collectionname_}
20
21_content_ {
22<center>
23_optnavigationbar_
24</center>
25
26_If_("_cgiargct_" eq "0",
27 _If_("_cgiargu_" ne "1",_aboutqueryform_)
28 )
29_If_("_cgiargct__cgiargqto_" eq "11",
30 _If_("_cgiargu_" ne "1",_aboutqueryform_)
31 )
32_If_("_cgiargct__cgiargqto_" eq "21",
33 _If_("_cgiargu_" ne "1",_aboutqueryform_)
34 )
35
36_If_("_cgiargct__cgiargqto__cgiargqt_" eq "130",
37 _If_("_cgiargu_" ne "1",_aboutqueryform_)
38 )
39_If_("_cgiargct__cgiargqto__cgiargqt_" eq "230",
40 _If_("_cgiargu_" ne "1",_aboutqueryform_)
41 )
42_If_(_Global:collectionextra_,<p>_textabout_)
43_textsubcollections_
44<h3>_help:textsimplehelpheading_</h3>
45_help:simplehelp_
46}
47
48# _aboutqueryform_ is reset to "" in the server if the collection isn't
49# searchable
50_aboutqueryform_ {
51_query:queryform_
52<p>_iconblankbar_</p>
53}
54
55_textabout_ {
56<h3>_textabcol_</h3>
57_Global:collectionextra_
58}
59
60# set from within server
61_textsubcollections_ {}
62
63_aboutCollage_ {}
64_classifier_ {}
65_collageempty_ {There is no collage classifier defined for this collection!}
66_collageapplet_ {
67
68 <p>
69 <center>
70
71 <applet CODEBASE="_httpprefix_/bin/java" code="org.nzdl.gsdl.GsdlCollageApplet.GsdlCollageApplet.class"
72 archive="GsdlCollageApplet.jar" width="445" height="250">
73
74 <param name="gwcgi" value="_gwcgi_">
75 <param name="collection" value="_cgiargc_">
76 <param name="classifier" value="CL_classifier_.1">
77
78 <param name="hrefMustHave" value="cl=CL_classifier_.1">
79 <param name="imageMustNotHave" value="hl=%x=%gt=%gc=%.pr">
80
81 <param name="imageType" value=".jpg%.png">
82 <param name="verbosity" value="5">
83 <param name="maxDepth" value="3">
84 <param name="refreshDelay" value="1500">
85 <param name="isJava2" value="auto">
86
87 </applet>
88
89 </center>
90 <p>
91}
Note: See TracBrowser for help on using the repository browser.