source: branches/New_Config_Format-branch/gsdl/macros/about.dm@ 1279

Last change on this file since 1279 was 1279, checked in by sjboddie, 24 years ago

merged changes to trunk into New_Config_Format branch

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 973 bytes
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_query:queryform_
25<p>_iconblankbar_
26<p>_textabout_
27_textsubcollections_
28<h3>_help:textsimplehelpheading_</h3>
29_help:simplehelp_
30}
31
32_textabout_ {
33<h3>_textabcol_</h3>
34_Global:collectionextra_
35}
36
37# set from within server
38_textsubcollections_ {}
39
40
41
42
43
44
Note: See TracBrowser for help on using the repository browser.