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

Last change on this file since 6542 was 6542, checked in by kjdon, 20 years ago

put mgpp search form on the about page - but only if plain form is the default

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1package about
2
3#######################################################################
4# Icons
5#######################################################################
6
7_imagethispage_ {<img src="_httpiconhabout_" width=_widthhabout_ height=_heighthabout_>}
8
9# don't want link to 'about' page
10_imagecollection_ {_If_("_iconcollection_" ne "",
11 <img src="_iconcollection_" border=0 title="_collectionname_">,<br><br><h2>_collectionname_</h2>)}
12_imagecollection_ [v=1] {<br><br><h2>_collectionname_</h2>}
13
14#######################################################################
15# about page content
16#######################################################################
17
18_pagetitle_ {_collectionname_}
19
20_content_ {
21<center>
22_navigationbar_
23</center>
24
25_If_("_cgiargct_" eq "0",
26 _If_("_cgiargu_" ne "1",_aboutqueryform_)
27 )
28_If_("_cgiargct__cgiargqto_" eq "11",
29 _If_("_cgiargu_" ne "1",_aboutqueryform_)
30 )
31
32_If_("_cgiargct__cgiargqto__cgiargqt_" eq "130",
33 _If_("_cgiargu_" ne "1",_aboutqueryform_)
34 )
35_If_(_Global:collectionextra_,<p>_textabout_)
36_textsubcollections_
37<h3>_help:textsimplehelpheading_</h3>
38_help:simplehelp_
39}
40
41# _aboutqueryform_ is reset to "" in the server if the collection isn't
42# searchable
43_aboutqueryform_ {
44_query:queryform_
45<p>_iconblankbar_</p>
46}
47
48_textabout_ {
49<h3>_textabcol_</h3>
50_Global:collectionextra_
51}
52
53# set from within server
54_textsubcollections_ {}
Note: See TracBrowser for help on using the repository browser.