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
RevLine 
[128]1package home
2
[736]3_httpmusiclibrary_ {http://www.nzdl.org/cgi-bin/gwmm?c=meldex&a=page&p=coltitle}
[276]4
5#######################################################################
[283]6# java images/scripts
[276]7#######################################################################
8
[283]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'
[644]11# links on this page
[276]12
[602]13_javalinks_ {}
14_javalinks_ [v=1] {}
[276]15
[602]16
[644]17
[276]18#######################################################################
[644]19# icons
20#######################################################################
21
[666]22_iconnzdl_ {
23<img src="_httpiconnzdl_" width=_widthnzdl_ height=_heightnzdl_>}
[644]24_icongbull_ {<img src="_httpicongbull_">}
25_iconpdf_ {<img src="_httpiconpdf_">}
26_iconselectcollection_ {<img src="_httpiconselcolgr_" width=_widthselcolgr_ height=_heightselcolgr_>}
[916]27_iconmusiclibrary_ {<img src="_httpicontmusic_" border=1 alt="meldex music library">}
[644]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}
[647]38_httpiconnzdl_ {_httpimg_/nzdl2gr.gif}
[644]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
[666]50_httpicontmusic_ {_httpimg_/meldexsm.gif}
[644]51
52#######################################################################
[283]53# page content
[276]54#######################################################################
55
[876]56_pagetitle_ {_textpagetitle_}
[647]57_imagethispage_ {}
58_imagecollection_ {<center>_iconnzdl_</center>}
[276]59
[283]60_content_ {
[644]61<center>_iconselectcollection_</center><br>
[283]62_homeextra_
[666]63<center>_iconblankbar_</center>
[644]64
[666]65<p>
[644]66<table>
[666]67<tr><td colspan=2><center><h2>_textprojhead_</h2></center></td></tr>
[644]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>
[666]80<tr valign=top><td colspan=2><a href="_httppagestatus_"><img src="_httpimg_/tabspace.gif" width=60 height=20 border=0></a></td></tr>
[644]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>
[876]92_textotherinfo_
[647]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>
[276]101}
102
103
104#######################################################################
[283]105# English language text macros
[276]106#######################################################################
107
[876]108# moved to english.dm
[276]109
110
[644]111
112
113
114
115
Note: See TracBrowser for help on using the repository browser.