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

Last change on this file since 590 was 590, checked in by sjboddie, 25 years ago

* empty log message *

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
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_ {<img src="_iconcollection_" border=0>}
11
12#######################################################################
13# English language text
14#######################################################################
15
16_Global:aboutextra_ {
17_collectionextra_
18
19<h3>How to find information</h3>
20
21<p>
22<table cellpadding=3 cellspacing=0 border=0>
23<tr valign=top><td><img src="_httpiconchelpon_" width=_widthchelpx_ height=_heightchelpx_></td>
24<td><i>For help at any time, press this button at the top of the page</i>
25</td></tr></table>
26
27_help:simplehelp_
28}
29
30
31##############
32# about page #
33##############
34
35_pagetitle_ {_collectionname_: About this collection}
36
37_content_ {
38<center>
39_navigationbar_
40</center>
41_query:queryform_
42<p>
43_iconblankbar_<br>
44_aboutextra_
45}
Note: See TracBrowser for help on using the repository browser.