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

Last change on this file since 1592 was 1592, checked in by sjboddie, 24 years ago

removed quotes from default home page

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 3.4 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# images
38#######################################################################
39
40_imagecollector_ {_gsimage_(_httppagecollector_,_httpimg_/ccolof.gif,_httpimg_/ccolon.gif,col,The Collector)}
41_imageadmin_ {_gsimage_(_httppagestatus_,_httpimg_/cadminof.gif,_httpimg_/cadminon.gif,admin,Administration Page)}
42
43#######################################################################
44# page content
45#######################################################################
46
47_pagetitle_ {_textpagetitle_}
48_imagethispage_ {}
49_imagecollection_ { }
50
51_content_ {
52<center>
53<p>_iconselectcollection_
54</center>
55<p>_homeextra_
56
57<center>
58<p>_iconblankbar_
59</center>
60<p><table>
61<tr valign=middle>
62<td>_imagecollector_</td>
63<td>Helps you create new collections, modify or add to existing ones, or
64delete collections</td>
65</tr>
66<tr valign=middle>
67<td>_imageadmin_</td>
68<td>Allows you to add new users, summarizes the collections in the system,
69gives technical information on the Greenstone installation</td>
70</tr>
71</table>
72<center>
73<p>_iconblankbar_
74</center>
75
76<p><center><h2>_textprojhead_</h2></center>
77
78<table border=0 cellpadding=5>
79<tr valign=top>
80<td>
81<table><tr valign=middle><td>_icongbull_</td><td><a href="mailto:_mailaddr_">_textfb_</a></td></tr></table>
82<table><tr valign=middle><td>_icongbull_</td><td><a href="http://www.nzdl.org">NZDL</a></td></tr></table>
83<table><tr valign=middle><td>_icongbull_</td><td><a href="_httppagex_(gsdl)">Greenstone</a></td></tr></table>
84<table><tr valign=middle><td>_iconpdf_</td><td><a href="_gsdl:httpgsdlmanual_">Manual</a></i></td></tr></table>
85<table><tr valign=middle><td>_iconpdf_</td><td><a href="_httppublications_/NZDLtext.pdf">_textinfosheet_</a></td></tr></table>
86</td>
87<td>_textprojinfo_</td>
88</tr></table>
89
90<p>_iconblankbar_
91<table>
92<tr valign=top>
93<td>_textpoem_</td>
94<td>_imagegreenstone_</td>
95</tr></table>
96<p>_textgreenstone_
97<p>_iconblankbar_
98<p>Greenstone software by <a href="http://www.nzdl.org">The New Zealand Digital Library Project</a>,
99<br><a href="http://www.cs.waikato.ac.nz/cs">Department of Computer Science</a>,
100<a href="http://www.waikato.ac.nz">University of Waikato</a>,
101New Zealand
102}
103
Note: See TracBrowser for help on using the repository browser.