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

Last change on this file since 1392 was 1390, checked in by say1, 24 years ago

added tip macro file

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 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
[602]11_javalinks_ {}
12_javalinks_ [v=1] {}
[276]13
14#######################################################################
[644]15# icons
16#######################################################################
17
[1092]18_iconnzdl_ {<img src="_httpiconnzdl_" width=_widthnzdl_ height=_heightnzdl_ alt="The New Zealand Digital Library">}
[644]19_icongbull_ {<img src="_httpicongbull_">}
20_iconpdf_ {<img src="_httpiconpdf_">}
[1092]21_iconselectcollection_ {<img src="_httpiconselcolgr_" width=_widthselcolgr_ height=_heightselcolgr_ alt=_altselcolgr_>}
[916]22_iconmusiclibrary_ {<img src="_httpicontmusic_" border=1 alt="meldex music library">}
[644]23
24#######################################################################
25# http macros
26#
27# These contain the url without any quotes
28#######################################################################
29
30_httpicongbull_ {_httpimg_/gbull.gif}
31
32_httpiconpdf_ {_httpimg_/pdf.gif}
33
[666]34_httpicontmusic_ {_httpimg_/meldexsm.gif}
[644]35
36#######################################################################
[283]37# page content
[276]38#######################################################################
39
[876]40_pagetitle_ {_textpagetitle_}
[647]41_imagethispage_ {}
[1100]42_imagecollection_ { }
[276]43
[283]44_content_ {
[1116]45<center>
[1092]46<p>_iconselectcollection_
[1116]47</center>
[1092]48<p>_homeextra_
[644]49
[1116]50<center>
[1092]51<p>_iconblankbar_
[1116]52</center>
[1092]53<p><center><h2>_textprojhead_</h2></center>
54
[644]55<table border=0 cellpadding=5>
[1092]56<tr valign=top>
57<td>
[1289]58<table><tr valign=middle><td>_icongbull_</td><td><a href="mailto:_mailaddr_">_textfb_</a></td></tr></table>
59<table><tr valign=middle><td>_icongbull_</td><td><a href="http://www.nzdl.org">NZDL</a></td></tr></table>
60<table><tr valign=middle><td>_icongbull_</td><td><a href="_httppagex_(gsdl)">Greenstone</a></td></tr></table>
61<table><tr valign=middle><td>_iconpdf_</td><td><a href="_gsdl:httpgsdlmanual_">Manual</a></i></td></tr></table>
62<table><tr valign=middle><td>_iconpdf_</td><td><a href="_httppublications_/NZDLtext.pdf">_textinfosheet_</a></td></tr></table>
[1092]63<p><a href="_httppagestatus_"><img src="_httpimg_/tabspace.gif" width=60 height=20 border=0></a>
[644]64</td>
[1092]65<td>_textprojinfo_</td>
66</tr></table>
[644]67
[1092]68<p>_iconblankbar_
69<table>
70<tr valign=top>
[647]71<td>_textpoem_</td>
72<td>_imagegreenstone_</td>
[1092]73</tr></table>
74<p>_textgreenstone_
75
76<p>
77<p>_iconblankbar_
[1390]78_tip:thistip_
79<p>_iconblankbar_
[1275]80<p>Greenstone software by <a href="http://www.nzdl.org">The New Zealand Digital Library Project</a>,
[1092]81<br><a href="http://www.cs.waikato.ac.nz/cs">Department of Computer Science</a>,
82<a href="http://www.waikato.ac.nz">University of Waikato</a>,
83New Zealand
[276]84}
[1390]85
Note: See TracBrowser for help on using the repository browser.