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

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

removed some old macros

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