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

Last change on this file since 2340 was 2340, 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.2 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_ {_imagehelp_}
12_javalinks_ [v=1] {_imagehelp_}
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_httppagehomehelp_ {_httppagex_(homehelp)}
29
30
31#######################################################################
32# images
33#######################################################################
34
35
36_imagecollector_ {_gsimage_(_httppagecollector_,_httpimg_/ccolof.gif,_httpimg_/ccolon.gif,col,The Collector)}
37_imageadmin_ {_gsimage_(_httppagestatus_,_httpimg_/cadminof.gif,_httpimg_/cadminon.gif,admin,Administration Page)}
38_imagegogreenstone_ {_gsimage_(_home:httppagegsdl_,_httpimg_/cabgsof.gif,_httpimg_/cabgson.gif,gogs,About Greenstone)}
39_imagehelp_ {_gsimage_(_home:httppagehomehelp_,_httpiconchelpof_,_httpiconchelpon_,help,_textimagehelp_)}
40
41#######################################################################
42# page content
43#######################################################################
44
45_content_ {
46<center>
47<p>_iconselectcollection_
48</center>
49<p>_homeextra_
50
51<center>
52<p>_iconblankbar_
53</center>
54<p><table>
55_textgocollector_
56_textgoadmin_
57_textgogreenstone_
58</table>
59<center>
60<p>_iconblankbar_
61</center>
62}
63
64# the _textgocollector_ and _textgoadmin_ macros may be overridden
65# to be empty from within the receptionist if the collector or admin
66# facilities are disabled
67_textgocollector_ {
68<tr valign=top>
69<td valign=top>_imagecollector_</td>
70<td>Helps you create new collections, modify or add to existing ones, or
71delete collections</td>
72</tr>
73}
74
75_textgoadmin_ {
76<tr valign=top>
77<td valign=top>_imageadmin_</td>
78<td>Allows you to add new users, summarizes the collections in the system,
79gives technical information on the Greenstone installation</td>
80</tr>
81}
82
83_textgogreenstone_ {
84<tr valign=top>
85<td valign=top>_imagegogreenstone_</td>
86<td>Tells you about the Greenstone software and the New Zealand Digital
87Library Project where it originated</td>
88</tr>
89}
90
91package homehelp
92
93_collectionlist_ {}
94
95_javalinks_ {_imagehome_}
96_javalinks_ [v=1] {
97_imagehome_<br>
98}
99
100_content_ {
101<center>
102<p>_iconblankbar_
103</center>
104<p>
105<table border=0 cellspacing=0 cellpadding=0>
106 <tr>
107 <td valign=top align=center>_imagegreenstone_</td>
108 <td valign=top>
109 Greenstone is a suite of software which has the ability to serve digital
110 library collections and build new collections. It provides a new way of
111 organizing information and publishing it on the Internet or on CD-ROM.
112 Greenstone is produced by the New Zealand Digital Library Project at the
113 University of Waikato, and distributed in cooperation with UNESCO and the
114 Humanities Library Project. It is open-source software, available from
115 <i>http://nzdl.org</i> under the terms of the GNU General Public License.
116 <br><br>
117 </td>
118 </tr>
119</table>
120
121<center>
122<p>_iconblankbar_
123</center>
124_If_(_collectionlist_,_collectionlist_,
125<p>There are currently no collections available to this Greenstone installation.
126To add some collections you may either
127<ul><li>Use <a href="_httppagecollector_">The Collector</a> to build new collections
128 <li>If you have a Greenstone cd-rom you may install collections from cd-rom
129</ul>)
130
131<center>
132<p>_iconblankbar_
133</center>
134<p>There are three further buttons on the home page
135<p><table>
136_home:textgocollector_
137_home:textgoadmin_
138_home:textgogreenstone_
139</table>
140<center>
141<p>_iconblankbar_
142</center>
143}
Note: See TracBrowser for help on using the repository browser.