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

Last change on this file since 876 was 876, checked in by sjboddie, 24 years ago

lots of changes - including separating out all language strings
into separate files.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1package home
2
3_httpmusiclibrary_ {http://www.nzdl.org/cgi-bin/gwmm?c=meldex&a=page&p=coltitle}
4_httpchineselibrary_ {_gwcgi_?a=p&p=about&c=chinese&l=zh&nw=u}
5
6#######################################################################
7# java images/scripts
8#######################################################################
9
10# the _javalinks_ macros are the flashy image links at the top right of
11# the page. this is overridden here as we don't want 'home'
12# links on this page
13
14_javalinks_ {}
15_javalinks_ [v=1] {}
16
17
18
19#######################################################################
20# icons
21#######################################################################
22
23_iconnzdl_ {
24<img src="_httpiconnzdl_" width=_widthnzdl_ height=_heightnzdl_>}
25_icongbull_ {<img src="_httpicongbull_">}
26_iconpdf_ {<img src="_httpiconpdf_">}
27_iconselectcollection_ {<img src="_httpiconselcolgr_" width=_widthselcolgr_ height=_heightselcolgr_>}
28_iconmusiclibrary_ {<img src="_httpicontmusic_" border=1>}
29
30#######################################################################
31# http macros
32#
33# These contain the url without any quotes
34#######################################################################
35
36#_httpiconnzdl_ {_httpimg_/nzdl.gif}
37#_widthnzdl_ {400}
38#_heightnzdl_ {112}
39_httpiconnzdl_ {_httpimg_/nzdl2gr.gif}
40_widthnzdl_ {457}
41_heightnzdl_ {181}
42
43_httpicongbull_ {_httpimg_/gbull.gif}
44
45_httpiconpdf_ {_httpimg_/pdf.gif}
46
47_httpiconselcolgr_ {_httpimg_/selcolgr.gif}
48_widthselcolgr_ {537}
49_heightselcolgr_ {17}
50
51_httpicontmusic_ {_httpimg_/meldexsm.gif}
52
53#######################################################################
54# page content
55#######################################################################
56
57_pagetitle_ {_textpagetitle_}
58_imagethispage_ {}
59_imagecollection_ {<center>_iconnzdl_</center>}
60
61_content_ {
62<center>_iconselectcollection_</center><br>
63_homeextra_
64<center>_iconblankbar_</center>
65
66<p>
67<table>
68<tr><td colspan=2><center><h2>_textprojhead_</h2></center></td></tr>
69<tr valign=top><td>
70
71<table border=0 cellpadding=5>
72<tr valign=top><td rowspan=10 width=32> </td>
73<tr valign=top><td>_icongbull_</td><td><a href="mailto:_mailaddr_">_textfb_</a></td></tr>
74<tr valign=top><td>_icongbull_</td><td><a href="_httppagex_(people)">_textpeople_</a><br></td></tr>
75<tr valign=top><td>_icongbull_</td><td><a href="_httpprefix_/html/pub.htm">_textpub_</a><br></td></tr>
76<tr valign=top><td>_icongbull_</td><td><a href="_httppagex_(rw)">_textrw_</a><br></td></tr>
77<tr valign=top><td>_icongbull_</td><td><a href="_httppagex_(technology)">_texttec_</a><br></td></tr>
78<tr valign=top><td>_iconpdf_</td><td><a href="http://www.nzdl.org/publications/NZDLtext.pdf">_textinfosheet_</a></td></tr>
79<tr valign=top><td>_iconpdf_</td><td><a href="http://www.nzdl.org/publications/NZDLpictures.pdf">_textscreenshots_</a></td></tr>
80<tr valign=top><td>_iconpdf_</td><td><a href="http://www.nzdl.org/publications/Niupepa.pdf">_textnpepainfosheet_</a></td></tr>
81<tr valign=top><td colspan=2><a href="_httppagestatus_"><img src="_httpimg_/tabspace.gif" width=60 height=20 border=0></a></td></tr>
82
83</table>
84
85</td>
86<td>
87
88<table border=0 cellpadding=5>
89<tr><td>
90_textprojinfo_
91</td></tr></table>
92</td></tr></table>
93_textotherinfo_
94_iconblankbar_
95<table><tr valign=top>
96<td>_textpoem_</td>
97<td>_imagegreenstone_</td>
98</tr>
99<tr><td colspan=2>_textgreenstone_</td>
100</tr>
101</table>
102}
103
104
105#######################################################################
106# English language text macros
107#######################################################################
108
109# moved to english.dm
110
111
112
113
114
115
116
Note: See TracBrowser for help on using the repository browser.