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
RevLine 
[128]1package home
2
[276]3#######################################################################
[283]4# java images/scripts
[276]5#######################################################################
6
[283]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'
[644]9# links on this page
[276]10
[2340]11_javalinks_ {_imagehelp_}
12_javalinks_ [v=1] {_imagehelp_}
[276]13
14#######################################################################
[644]15# icons
16#######################################################################
17
[1957]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">}
[644]20
21#######################################################################
22# http macros
23#
24# These contain the url without any quotes
25#######################################################################
26
[1975]27_httppagegsdl_ {_httppagex_(gsdl)}
[2340]28_httppagehomehelp_ {_httppagex_(homehelp)}
[644]29
[2340]30
[644]31#######################################################################
[1479]32# images
33#######################################################################
34
[1759]35
[2777]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_)}
[2340]40_imagehelp_ {_gsimage_(_home:httppagehomehelp_,_httpiconchelpof_,_httpiconchelpon_,help,_textimagehelp_)}
[1479]41
42#######################################################################
[283]43# page content
[276]44#######################################################################
45
[283]46_content_ {
[1116]47<center>
[1092]48<p>_iconselectcollection_
[1116]49</center>
[1092]50<p>_homeextra_
[644]51
[1116]52<center>
[1092]53<p>_iconblankbar_
[1116]54</center>
[1479]55<p><table>
[1759]56_textgocollector_
57_textgoadmin_
[1975]58_textgogreenstone_
[2562]59_textgodocs_
[1479]60</table>
61<center>
62<p>_iconblankbar_
[1975]63</center>
[276]64}
[1390]65
[1759]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_ {
[1957]70<tr valign=top>
71<td valign=top>_imagecollector_</td>
[2777]72<td>_textimagecollector_</td>
[1759]73</tr>
74}
75
76_textgoadmin_ {
[1957]77<tr valign=top>
78<td valign=top>_imageadmin_</td>
[2777]79<td>_textimageadmin_</td>
[1759]80</tr>
[1975]81}
82
83_textgogreenstone_ {
84<tr valign=top>
85<td valign=top>_imagegogreenstone_</td>
[2777]86<td>_textimagegogreenstone_</td>
[1975]87</tr>
88}
[2329]89
[2562]90_textgodocs_ {
91<tr valign=top>
92<td valign=top>_imagegodocs_</td>
93<td>Greenstone manuals</td>
94</tr>
95}
96
[2329]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>
[2777]114 <td valign=top>_gsdl:textgreenstone1_
[2329]115 <br><br>
116 </td>
117 </tr>
118</table>
119
120<center>
121<p>_iconblankbar_
122</center>
[2777]123_If_(_collectionlist_,_collectionlist_,_textnocollections_)
[2329]124
125<center>
126<p>_iconblankbar_
127</center>
[2777]128<p>_text4buts_
[2329]129<p><table>
130_home:textgocollector_
131_home:textgoadmin_
132_home:textgogreenstone_
[2562]133_home:textgodocs_
[2329]134</table>
135<center>
136<p>_iconblankbar_
137</center>
138}
Note: See TracBrowser for help on using the repository browser.