source: main/trunk/greenstone2/macros/gsdl.dm@ 32187

Last change on this file since 32187 was 31946, checked in by kjdon, 7 years ago

changed logos on this page

  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 KB
Line 
1# this file must be UTF-8 encoded
2
3package gsdl
4
5
6#######################################################################
7# global navigation links
8#######################################################################
9
10_globallinks_ {_homelink_}
11
12#######################################################################
13# page content
14#######################################################################
15
16_pagetitle_ {_textdescrgreenstone_}
17
18_content_ {
19<div id="content">
20
21<div class="divbar">
22<p class="navbar">
23_textaboutgslong_
24</p>
25</div>
26
27
28<table border="0" class="about-gs">
29 <tr>
30 <td valign="top"><a href="http://www.greenstone.org">_imagelogo_</a></td>
31 <td valign="top">_textgreenstone1_(http://greenstone.org/download)</td>
32 </tr>
33 <tr>
34 <td valign="top" align="left"><h2>_textexamplestitle_</h2></td>
35 <td valign="top">_textgreenstone2_(http://nzdl.org,http://nzdl.org/hdl,http://www.greenstone.org/examples)</td>
36 </tr>
37 <tr>
38 <td valign="top" align="left"><h2>_texttechnicaltitle_</h2></td>
39 <td valign="top">_texttechnical_(http://www.greenstone.org/factsheet)</td>
40 </tr>
41 <tr>
42 <td valign="top" align="left"><h2>_textcustomisationtitle_</h2></td>
43 <td valign="top">_textgreenstone5_(http://wiki.greenstone.org)</td>
44 </tr>
45 <tr>
46 <td valign="top" align="left">
47 <h2>_textdocumentationtitle_</h2>
48 </td>
49 <td valign="top">_textdocuments_(http://wiki.greenstone.org, http://wiki.greenstone.org/doku.php?id=en:tutorials)</td>
50</tr>
51 <tr>
52 <td valign="top" align="left"><h2>_textsupporttitle_</h2></td>
53 <td valign="top">_textsupport_(http://www.greenstone.org/support)</td>
54 </tr>
55 <tr>
56 <td valign="top" align="left"><h2>_textbugstitle_</h2></td>
57 <td valign="top">_textreport_(mailto:[email protected])</td>
58 </tr>
59
60</table>
61
62<div class="divbar">&nbsp;</div>
63
64<table>
65<tr valign="top">
66<td>_textpoem_</td>
67<td style="padding-left:2cm; padding-top:2em;"><a href="_httpimg_/toki.png">_imagetoki_</a></td>
68</tr></table>
69
70_textgreenstone_
71_texttoki_
72
73_nzdlpagefooter_
74
75</div>
76}
77
78_imagelogo_ {<img src="_httpimg_/logo.png" width="120" alt="_textdescrgreenstone_" title="_textdescrgreenstone_">}
79_imagelogo_ [v=1] {_textdescrgreenstone_}
80_imagetoki_ {<img src="_httpimg_/toki_sm.png" alt="_texttokilink_" title="_texttokilink_">}
81_imagetoki_[v=1] {_texttokilink_}
82
83_textpoem_ {
84<br><h2>Kia papapounamu te moana</h2>
85
86<p>kia hora te marino,
87<br>kia tere te karohirohi,
88<br>kia papapounamu te moana
89
90<p>may peace and calmness surround you,
91<br>may you reside in the warmth of a summer's haze,
92<br>may the ocean of your travels be as smooth as the polished greenstone.
93}
94
95_texttoki_ {
96<h3>Toki Pou Hinengaro</h3>
97<p><i>'The adze that shapes the excellence of thought'</i>
98
99<p>_texttokidesc1_(http://nzdl.org/niupepa)
100<p>_texttokidescr2_
101
102<p><i>Haramai te toki, haumi e, hui e, tāiki e!</i>
103
104}
105_contributorlist_ {<ul><li>David Bainbridge, Sam Bartels, George Buchanan,
106Hong Chen, Michael Dewsnip, Katherine Don, Elke Duncker, Oran Fry, Carl
107Gutwin, Geoff Holmes, Anna Huang, Chi-Yu Huang, Jeffrey Ke, Anupama
108Krishnan, Veronica Liesaputra, Sam McIntosh, Dana McKay, John McPherson,
109Richard Managh, Olena Medelyan, David Milne, Craig Nevill-Manning, Wendy
110Osborn, Dynal Patel, Gordon Paynter, Bernhard Pfahringer, Todd Reed, Bill
111Rogers, Diego Spano, Hussein Suleman, John Thompson, Shaoqun Wu, Stuart
112Yeates, Xiaofeng Yu.</li></ul>}
113
114_inspirationlist_ {<ul><li>Mark Apperley, Sally Jo Cunningham, Matt Jones,
115Steve Jones, Te Taka Keegan, Michel Loots, Malika Mahoui, Gary Marsden,
116Dave Nichols, Lloyd Smith.</li></ul>}
117
118_gnupackagelist_ {<ul><li>Apache, Expat, HTML-Tidy, ISIS_GDL, Kea, MG, GDBM, JDBM, Lucene, PDFTOHTML, PERL,
119SqLite, WGET, WVWARE, XLHTML.</li></ul>}
Note: See TracBrowser for help on using the repository browser.