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

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

extracted remaining English text from various macro files (into english2.dm)

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 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,_collector:textcollector_)}
37_imageadmin_ {_gsimage_(_httppagestatus_,_httpimg_/cadminof.gif,_httpimg_/cadminon.gif,admin,_textadmin_)}
38_imagegogreenstone_ {_gsimage_(_home:httppagegsdl_,_httpimg_/cabgsof.gif,_httpimg_/cabgson.gif,gogs,_textabgs_)}
39_imagegodocs_ {_gsimage_(_home:httppagedocs_,_httpimg_/cgsdocof.gif,_httpimg_/cgsdocon.gif,docs,_textgsdocs_)}
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>_textimagecollector_</td>
73</tr>
74}
75
76_textgoadmin_ {
77<tr valign=top>
78<td valign=top>_imageadmin_</td>
79<td>_textimageadmin_</td>
80</tr>
81}
82
83_textgogreenstone_ {
84<tr valign=top>
85<td valign=top>_imagegogreenstone_</td>
86<td>_textimagegogreenstone_</td>
87</tr>
88}
89
90_textgodocs_ {
91<tr valign=top>
92<td valign=top>_imagegodocs_</td>
93<td>Greenstone manuals</td>
94</tr>
95}
96
97package homehelp
98
99_collectionlist_ {}
100
101_javalinks_ {_imagehome_}
102_javalinks_ [v=1] {
103_imagehome_<br>
104}
105
106_content_ {
107<center>
108<p>_iconblankbar_
109</center>
110<p>
111<table border=0 cellspacing=0 cellpadding=0>
112 <tr>
113 <td valign=top align=center>_imagegreenstone_</td>
114 <td valign=top>_gsdl:textgreenstone1_
115 <br><br>
116 </td>
117 </tr>
118</table>
119
120<center>
121<p>_iconblankbar_
122</center>
123_If_(_collectionlist_,_collectionlist_,_textnocollections_)
124
125<center>
126<p>_iconblankbar_
127</center>
128<p>_text4buts_
129<p><table>
130_home:textgocollector_
131_home:textgoadmin_
132_home:textgogreenstone_
133_home:textgodocs_
134</table>
135<center>
136<p>_iconblankbar_
137</center>
138}
Note: See TracBrowser for help on using the repository browser.