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

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

added a news item about iMARK online

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