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

Last change on this file since 644 was 644, 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.6 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_texthelpexpl_ {For help at any time, press this button at the top of the page}
17
18_textretabout_ {To return to this "about" page, click the "collection"
19icon at the top left of the page.}
20
21_textabcol_ {About this collection}
22
23_textabout_ {
24<h3>_textabcol_</h3>
25_Global:collectionextra_
26}
27
28#######################################################################
29# Maori language text
30#######################################################################
31
32_texthelpexpl_ [l=mi] {Kia titiro ki ng&auml; kupu &auml;whina p&auml;whiritia t&euml;nei
33p&auml;tene kei runga r&auml; o te wh&auml;rangi}
34
35_textabcol_ [l=mi] {He kupu whakam&auml;rama i te kohikohinga niupepa}
36
37##############
38# about page #
39##############
40
41_pagetitle_ {_collectionname_: About this collection}
42
43_content_ {
44<center>
45_navigationbar_
46</center>
47_query:queryform_
48<p>
49_iconblankbar_<br>
50<i>_textretabout_</i>
51<table cellpadding=3 cellspacing=0 border=0>
52<tr valign=bottom><td><img src="_httpiconchelpon_" width=_widthchelpx_ height=_heightchelpx_></td>
53<td><i>_texthelpexpl_</i>
54</td></tr></table>
55_iconblankbar_
56<p>
57_textabout_
58<h3>_help:textsimplehelpheading_</h3>
59_help:simplehelp_
60}
61
Note: See TracBrowser for help on using the repository browser.