source: trunk/greenorg/macros/home.dm@ 10902

Last change on this file since 10902 was 10902, checked in by kjdon, 18 years ago

added in a new entry for new gs3 release, as per Ian's instructions

  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1package home
2
3_content_ {
4
5_pageheading_(_home:t1_)
6
7<p>_t2_</p>
8
9_new_(_home:greenstone301_)
10
11_new_(_home:remotegreenstone_)
12
13_new_(_home:gsdl262_)
14
15_new_(_home:glp262_)
16
17<!-- _new_(_home:gsdl261_) -->
18
19_newnoimg_(_home:cdrom260_)
20
21_newnoimg_(_docs:tutorialexercisesdesc_)
22
23<!--_new_(_home:spanishusersgroup_)-->
24
25<p><a href="http://greenstone.docunautica.com">Grupo de Usuarios Españoles de Greenstone</a>
26 <br><a href="http://edu.greenstone.fr">Greenstone en Français</a>
27</p>
28
29<!-- _new_(_home:support_) -->
30
31
32<p>_t7_</p>
33
34<p>_t5_ _t8_</p>
35
36<p>_t9_ _t6_</p>
37
38<table border="0" class="default">
39<tr valign="top">
40<td>
41<a href="http://nzdl.org"><b>_t10_</b></a>
42<br>
43_t11_
44<br>
45_namur_
46</td>
47<td></td>
48</tr>
49<tr valign="top">
50<td>
51<a href="http://www.unesco.org"><b>_t12_</b></a>
52<br>
53_t13_
54<br>
55_t3_
56</td>
57<td><a href="http://www.unesco.org"><img src="_httpimg_/unesco.gif" border="0"></a></td>
58</tr>
59<tr valign="top">
60<td>
61<a href="http://humaninfo.org"><b>_t14_</b></a>
62<br>
63_t15_
64</td>
65<td><a href="http://humaninfo.org"><img src="_httpimg_/ghproj.jpg" border="0"></a></td>
66</tr>
67</table>
68
69<p>_t16_</p>
70
71_subheading_(User Survey)
72
73_home:survey_
74
75_subheading_(Greenstone 3)
76
77_home:gs3proto_
78
79_sf_
80
81}
82
83
84
85package homepref
86
87_javalinks_ {}
88_javalinks_ [v=1] {}
89
90_pagescriptextra_ {_preferences:pagescriptextra_}
91
92_content_ {
93<form name=PrefForm method=get action="_gwcgi_">
94<h3>_preferences:textpresentationprefs_</h3>
95
96<table border="0">
97<tr>
98<td>_preferences:textlanguage_</td>
99<td>_languageoption_</td>
100</tr>
101<!-- <tr valign="top">
102<td>_preferences:textencoding_</td>
103<td>_encodingoption_</td>
104</tr>
105<tr valign="top">
106_preferences:formatoption_
107</tr> -->
108</table>
109<p>
110}
Note: See TracBrowser for help on using the repository browser.