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

Last change on this file since 725 was 725, checked in by davidb, 25 years ago

Macros to support webpage based collection building
and internal and external links in collection documents

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