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
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 "",
[1279]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>
24_query:queryform_
25<p>_iconblankbar_
26<p>_textabout_
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_ {}
[129]39
[644]40
41
[129]42
43
[644]44
Note: See TracBrowser for help on using the repository browser.