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

Last change on this file since 2718 was 2664, checked in by sjboddie, 23 years ago

Re-introduced the old "u" cgi argument for suppressing certain parts of
the Greenstone interface (like searching) for use when generating static
collections.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1023 bytes
RevLine 
[129]1package about
2
[283]3#######################################################################
[129]4# Icons
[283]5#######################################################################
[129]6
[283]7_imagethispage_ {<img src="_httpiconhabout_" width=_widthhabout_ height=_heighthabout_>}
[129]8
[548]9# don't want link to 'about' page
[725]10_imagecollection_ {_If_("_iconcollection_" ne "",
[1263]11 <img src="_iconcollection_" border=0>,<br><br><h2>_collectionname_</h2>)}
12_imagecollection_ [v=1] {<br><br><h2>_collectionname_</h2>}
[129]13
[283]14#######################################################################
[876]15# about page content
[283]16#######################################################################
17
[876]18_pagetitle_ {_collectionname_}
[129]19
[876]20_content_ {
21<center>
22_navigationbar_
23</center>
[2664]24_If_("_cgiargu_" ne "1",_query:queryform_
25<p>_iconblankbar_)
[2310]26_If_(_Global:collectionextra_,<p>_textabout_)
[876]27_textsubcollections_
28<h3>_help:textsimplehelpheading_</h3>
29_help:simplehelp_
30}
[129]31
[644]32_textabout_ {
33<h3>_textabcol_</h3>
34_Global:collectionextra_
[129]35}
36
[876]37# set from within server
38_textsubcollections_ {}
Note: See TracBrowser for help on using the repository browser.