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

Last change on this file since 876 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
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
13#######################################################################
14# about page content
15#######################################################################
16
17_pagetitle_ {_collectionname_}
18
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}
30
31_textabout_ {
32<h3>_textabcol_</h3>
33_Global:collectionextra_
34}
35
36# set from within server
37_textsubcollections_ {}
38
39
40
41
42
43
Note: See TracBrowser for help on using the repository browser.