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

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

Tidied up default home and gsdl pages some more

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.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_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
38#######################################################################
39# page content
40#######################################################################
41
42_pagetitle_ {_textpagetitle_}
43_imagethispage_ {}
44_imagecollection_ { }
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</table>
60<center>
61<p>_iconblankbar_
62</center>
63}
64
65# the _textgocollector_ and _textgoadmin_ macros may be overridden
66# to be empty from within the receptionist if the collector or admin
67# facilities are disabled
68_textgocollector_ {
69<tr valign=top>
70<td valign=top>_imagecollector_</td>
71<td>Helps you create new collections, modify or add to existing ones, or
72delete collections</td>
73</tr>
74}
75
76_textgoadmin_ {
77<tr valign=top>
78<td valign=top>_imageadmin_</td>
79<td>Allows you to add new users, summarizes the collections in the system,
80gives technical information on the Greenstone installation</td>
81</tr>
82}
83
84_textgogreenstone_ {
85<tr valign=top>
86<td valign=top>_imagegogreenstone_</td>
87<td>Tells you about the Greenstone software and the New Zealand Digital
88Library Project where it originated</td>
89</tr>
90}
Note: See TracBrowser for help on using the repository browser.