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

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

Added link to manuals from home page

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