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

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

Made a start on tidying up the main.cfg configuration file and adding a
few more options to it. Some of the options I've added to the file but
have yet to implement.

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