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

Last change on this file since 13038 was 12558, checked in by mdewsnip, 18 years ago

Couple more HTML4/XHTML compliance fixes.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
RevLine 
[7343]1# this file must be UTF-8 encoded
[129]2package about
3
[283]4#######################################################################
[129]5# Icons
[283]6#######################################################################
[129]7
[11156]8# _imagethispage_ set in nav_css/nav_ns4 macro files
[129]9
[548]10# don't want link to 'about' page
[725]11_imagecollection_ {_If_("_iconcollection_" ne "",
[12558]12 <img class="icon" src="_iconcollection_" alt="_collectionname_" title="_collectionname_">,_imagecollectionv_)}
[11775]13_imagecollection_ [v=1] {_imagecollectionv_}
[11820]14_imagecollectionv_ {<p class="collectiontitle">_collectionname_</p>}
[283]15#######################################################################
[876]16# about page content
[283]17#######################################################################
18
[876]19_pagetitle_ {_collectionname_}
[129]20
[876]21_content_ {
[7503]22_optnavigationbar_
[3250]23
[11294]24<div class="document">
[11989]25_If_("_cgiargqt_" ne "1",
26 _If_("_cgiargu_" ne "1",_aboutqueryform_)
27 )
[2310]28_If_(_Global:collectionextra_,<p>_textabout_)
[876]29_textsubcollections_
[10872]30
31<div class="section">
[876]32<h3>_help:textsimplehelpheading_</h3>
33_help:simplehelp_
[10872]34</div>
35
[11294]36</div>
[876]37}
[129]38
[11989]39
[4774]40# _aboutqueryform_ is reset to "" in the server if the collection isn't
[11989]41# searchable or if the search form is a fielded form (and therefore too
42# big to fit)
[4774]43_aboutqueryform_ {
[10872]44<div class="queryform">
[4774]45_query:queryform_
[10872]46</div>
47
48<div class="divbar">&nbsp;</div>
[4774]49}
50
[644]51_textabout_ {
[10872]52<div class="section">
[644]53<h3>_textabcol_</h3>
54_Global:collectionextra_
[10872]55</div>
[129]56}
57
[876]58# set from within server
59_textsubcollections_ {}
[6813]60
61_aboutCollage_ {}
62_classifier_ {}
63_collageempty_ {There is no collage classifier defined for this collection!}
64_collageapplet_ {
65
66 <p>
67 <center>
68
69 <applet CODEBASE="_httpprefix_/bin/java" code="org.nzdl.gsdl.GsdlCollageApplet.GsdlCollageApplet.class"
70 archive="GsdlCollageApplet.jar" width="445" height="250">
71
72 <param name="gwcgi" value="_gwcgi_">
73 <param name="collection" value="_cgiargc_">
74 <param name="classifier" value="CL_classifier_.1">
75
76 <param name="hrefMustHave" value="cl=CL_classifier_.1">
77 <param name="imageMustNotHave" value="hl=%x=%gt=%gc=%.pr">
78
79 <param name="imageType" value=".jpg%.png">
80 <param name="verbosity" value="5">
81 <param name="maxDepth" value="3">
82 <param name="refreshDelay" value="1500">
83 <param name="isJava2" value="auto">
84
85 </applet>
86
87 </center>
88 <p>
89}
Note: See TracBrowser for help on using the repository browser.