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

Last change on this file since 2330 was 2330, checked in by sjboddie, 23 years ago

* empty log message *

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 4.5 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_iconselectcollection_ {<img align=texttop src="_httpiconselcolgr_" width=_widthselcolgr_ height=_heightselcolgr_ alt=_altselcolgr_>}
19_iconmusiclibrary_ {<img align=texttop src="_httpicontmusic_" border=1 alt="meldex music library">}
20
21#######################################################################
22# http macros
23#
24# These contain the url without any quotes
25#######################################################################
26
27_httppagegsdl_ {_httppagex_(gsdl)}
28
29#######################################################################
30# images
31#######################################################################
32
33
34_imagecollector_ {_gsimage_(_httppagecollector_,_httpimg_/ccolof.gif,_httpimg_/ccolon.gif,col,The Collector)}
35_imageadmin_ {_gsimage_(_httppagestatus_,_httpimg_/cadminof.gif,_httpimg_/cadminon.gif,admin,Administration Page)}
36_imagegogreenstone_ {_gsimage_(_home:httppagegsdl_,_httpimg_/cabgsof.gif,_httpimg_/cabgson.gif,gogs,About Greenstone)}
37_imagegohelp_ {_gsimage_(_home:httppagehomehelp_,_httpimg_/choheof.gif,_httpimg_/choheon.gif,hohe,Help)}
38
39#######################################################################
40# page content
41#######################################################################
42
43
44_header_ {_cgihead_
45<html>
46<head>
47<META HTTP-EQUIV="Window-target" CONTENT="_top">
48<title>_textpagetitle_</title>
49_globalscripts_
50</head>
51<body bgcolor="\#ffffff" text="\#000000" link="\#006666"
52 alink="\#cc9900" vlink="\#666633" background="_httpiconchalk_">
53_startspacer_
54}
55
56_content_ {
57<center>
58<p>_iconselectcollection_
59</center>
60<p>_homeextra_
61
62<center>
63<p>_iconblankbar_
64</center>
65<p><table>
66_textgocollector_
67_textgoadmin_
68_textgogreenstone_
69_textgohelp_
70</table>
71<center>
72<p>_iconblankbar_
73</center>
74}
75
76# the _textgocollector_ and _textgoadmin_ macros may be overridden
77# to be empty from within the receptionist if the collector or admin
78# facilities are disabled
79_textgocollector_ {
80<tr valign=top>
81<td valign=top>_imagecollector_</td>
82<td>Helps you create new collections, modify or add to existing ones, or
83delete collections</td>
84</tr>
85}
86
87_textgoadmin_ {
88<tr valign=top>
89<td valign=top>_imageadmin_</td>
90<td>Allows you to add new users, summarizes the collections in the system,
91gives technical information on the Greenstone installation</td>
92</tr>
93}
94
95_textgogreenstone_ {
96<tr valign=top>
97<td valign=top>_imagegogreenstone_</td>
98<td>Tells you about the Greenstone software and the New Zealand Digital
99Library Project where it originated</td>
100</tr>
101}
102
103_textgohelp_ {
104<tr valign=top>
105<td valign=top>_imagegohelp_</td>
106<td>Help about this Greenstone installation</td>
107</tr>
108}
109
110
111
112package homehelp
113
114_collectionlist_ {}
115
116_javalinks_ {_imagehome_}
117_javalinks_ [v=1] {
118_imagehome_<br>
119}
120
121_content_ {
122<center>
123<p>_iconblankbar_
124</center>
125<p>
126<table border=0 cellspacing=0 cellpadding=0>
127 <tr>
128 <td valign=top align=center>_imagegreenstone_</td>
129 <td valign=top>
130 Greenstone is a suite of software which has the ability to serve digital
131 library collections and build new collections. It provides a new way of
132 organizing information and publishing it on the Internet or on CD-ROM.
133 Greenstone is produced by the New Zealand Digital Library Project at the
134 University of Waikato, and distributed in cooperation with UNESCO and the
135 Humanities Library Project. It is open-source software, available from
136 <i>http://nzdl.org</i> under the terms of the GNU General Public License.
137 <br><br>
138 </td>
139 </tr>
140</table>
141
142<center>
143<p>_iconblankbar_
144</center>
145_If_(_collectionlist_,_collectionlist_,
146<p>There are currently no collections available to this Greenstone installation.
147To add some collections you may either
148<ul><li>Use <a href="_httppagecollector_">The Collector</a> to build new collections
149 <li>If you have a Greenstone cd-rom you may install collections from cd-rom
150</ul>)
151
152<center>
153<p>_iconblankbar_
154</center>
155<p>There are three further buttons on the home page
156<p><table>
157_home:textgocollector_
158_home:textgoadmin_
159_home:textgogreenstone_
160</table>
161<center>
162<p>_iconblankbar_
163</center>
164}
Note: See TracBrowser for help on using the repository browser.