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

Last change on this file since 2244 was 2244, 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: 2.9 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
43_header_ {_cgihead_
44<html>
45<head>
46<META HTTP-EQUIV="Window-target" CONTENT="_top">
47<title>_textpagetitle_</title>
48_globalscripts_
49</head>
50<body bgcolor="\#ffffff" text="\#000000" link="\#006666"
51 alink="\#cc9900" vlink="\#666633" background="_httpiconchalk_">
52_startspacer_
53}
54
55_content_ {
56<center>
57<p>_iconselectcollection_
58</center>
59<p>_homeextra_
60
61<center>
62<p>_iconblankbar_
63</center>
64<p><table>
65_textgocollector_
66_textgoadmin_
67_textgogreenstone_
68</table>
69<center>
70<p>_iconblankbar_
71</center>
72}
73
74# the _textgocollector_ and _textgoadmin_ macros may be overridden
75# to be empty from within the receptionist if the collector or admin
76# facilities are disabled
77_textgocollector_ {
78<tr valign=top>
79<td valign=top>_imagecollector_</td>
80<td>Helps you create new collections, modify or add to existing ones, or
81delete collections</td>
82</tr>
83}
84
85_textgoadmin_ {
86<tr valign=top>
87<td valign=top>_imageadmin_</td>
88<td>Allows you to add new users, summarizes the collections in the system,
89gives technical information on the Greenstone installation</td>
90</tr>
91}
92
93_textgogreenstone_ {
94<tr valign=top>
95<td valign=top>_imagegogreenstone_</td>
96<td>Tells you about the Greenstone software and the New Zealand Digital
97Library Project where it originated</td>
98</tr>
99}
Note: See TracBrowser for help on using the repository browser.