source: trunk/gsdl/macros/home.dm@ 128

Last change on this file since 128 was 128, checked in by rjmcnab, 25 years ago

Moved from collection's directory.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1002 bytes
Line 
1package home
2
3#################
4# Icons
5#################
6
7_imagethispage_ {}
8
9#########################
10# English language text #
11#########################
12
13
14
15_homeextra_ {
16<_font_>
17<center><h2>_collectionname_</h2></center>
18</font>
19
20<_font_>
21This collection contains _numdocs_ documents.
22
23<h3>How to find information</h3>
24
25<p>
26<table cellpadding="3" cellspacing="0" border="0">
27<tr valign="top"><td><img src="_httpimg_/helpon.gif"></td>
28<td><_font_><i>For help at any time, press this button at the top of the page</i></font>
29</td></tr></table>
30</font>
31
32_help:simplehelp_
33}
34
35
36_homeextra_ [version=text] {
37<_font_>
38<h2>_collectionname_</h2>
39
40This collection contains _numdocs_ documents.
41
42<h3>How to find information</h3>
43
44<_font_>
45<p><i>For help at any time, press the </i>help<i> button at the top of the page</i>
46</font>
47
48_help:simplehelp_
49}
50
51
52
53##############
54# home page #
55##############
56
57_pagetitle_ {_collectionname_: Home}
58
59_content_ {
60_query:queryform_
61
62<p>
63_iconblankbar_<br>
64
65_homeextra_
66}
67
Note: See TracBrowser for help on using the repository browser.