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

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

lots of changes - including separating out all language strings
into separate files.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 913 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 "",
[876]11 <img src="_iconcollection_" border=0>, <br><br><h2>_collectionname_</h2>}
[129]12
[283]13#######################################################################
[876]14# about page content
[283]15#######################################################################
16
[876]17_pagetitle_ {_collectionname_}
[129]18
[876]19_content_ {
20<center>
21_navigationbar_
22</center>
23_query:queryform_
24<p>_iconblankbar_
25<p>_textabout_
26_textsubcollections_
27<h3>_help:textsimplehelpheading_</h3>
28_help:simplehelp_
29}
[129]30
[644]31_textabout_ {
32<h3>_textabcol_</h3>
33_Global:collectionextra_
[129]34}
35
[876]36# set from within server
37_textsubcollections_ {}
[129]38
[644]39
40
[129]41
42
[644]43
Note: See TracBrowser for help on using the repository browser.