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

Last change on this file since 3271 was 3250, checked in by jrm21, 22 years ago

The about page now won't display a query box if the collection type (argct) is
anything other than 0, and mgpp's query form relies on a bit of stuff that is
only generated by queryaction.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 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>,<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",_query:queryform_<p>_iconblankbar_),
27 <!-- no query form for mgpp - doesn\'t work from p=about -->
28 )
29_If_(_Global:collectionextra_,<p>_textabout_)
30_textsubcollections_
31<h3>_help:textsimplehelpheading_</h3>
32_help:simplehelp_
33}
34
35_textabout_ {
36<h3>_textabcol_</h3>
37_Global:collectionextra_
38}
39
40# set from within server
41_textsubcollections_ {}
Note: See TracBrowser for help on using the repository browser.