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

Last change on this file since 1092 was 1092, checked in by gwp, 24 years ago

This file now defines the standard home page for any site using Greenstone. It used to specifically apply to the NZDL homepage; this is now the function of nzdlhome.dm.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1package home
2
3#######################################################################
4# java images/scripts
5#######################################################################
6
7# the _javalinks_ macros are the flashy image links at the top right of
8# the page. this is overridden here as we don't want 'home'
9# links on this page
10
11_javalinks_ {}
12_javalinks_ [v=1] {}
13
14#######################################################################
15# icons
16#######################################################################
17
18_iconnzdl_ {<img src="_httpiconnzdl_" width=_widthnzdl_ height=_heightnzdl_ alt="The New Zealand Digital Library">}
19_icongbull_ {<img src="_httpicongbull_">}
20_iconpdf_ {<img src="_httpiconpdf_">}
21_iconselectcollection_ {<img src="_httpiconselcolgr_" width=_widthselcolgr_ height=_heightselcolgr_ alt=_altselcolgr_>}
22_iconmusiclibrary_ {<img src="_httpicontmusic_" border=1 alt="meldex music library">}
23
24#######################################################################
25# http macros
26#
27# These contain the url without any quotes
28#######################################################################
29
30_httpicongbull_ {_httpimg_/gbull.gif}
31
32_httpiconpdf_ {_httpimg_/pdf.gif}
33
34_httpicontmusic_ {_httpimg_/meldexsm.gif}
35
36#######################################################################
37# page content
38#######################################################################
39
40_pagetitle_ {_textpagetitle_}
41_imagethispage_ {}
42_imagecollection_ {<center>_iconnzdl_</center>}
43
44_content_ {
45<p>_iconselectcollection_
46<p>_homeextra_
47
48<p>_iconblankbar_
49
50<p><center><h2>_textprojhead_</h2></center>
51
52<table border=0 cellpadding=5>
53
54<tr valign=top>
55<td>
56<p>_icongbull_ <a href="mailto:_mailaddr_">_textfb_</a>
57<p>_icongbull_ <a href="http://www.nzdl.org">NZDL</a>
58<p>_icongbull_ <a href="_httppagex_(gsdl)">Greenstone</a>
59<p>_iconpdf_ <a href="_gsdl:httpgsdlmanual_">Manual</a></i>
60<p>_iconpdf_ <a href="_httppublications_/NZDLtext.pdf">_textinfosheet_</a>
61<p><a href="_httppagestatus_"><img src="_httpimg_/tabspace.gif" width=60 height=20 border=0></a>
62</td>
63<td>_textprojinfo_</td>
64</tr></table>
65
66<p>_iconblankbar_
67<table>
68<tr valign=top>
69<td>_textpoem_</td>
70<td>_imagegreenstone_</td>
71</tr></table>
72<p>_textgreenstone_
73
74<p>
75<p>_iconblankbar_
76<p>Greenstone software by The <a href="_gwcgi_">New Zealand Digital Library Project</a>,
77<br><a href="http://www.cs.waikato.ac.nz/cs">Department of Computer Science</a>,
78<a href="http://www.waikato.ac.nz">University of Waikato</a>,
79New Zealand
80}
81
82
83
84#######################################################################
85# English language text macros
86#######################################################################
87
88# These appear in english2.dm
89
90
91
92
93
94
95
96
97
98
99
100
Note: See TracBrowser for help on using the repository browser.