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

Last change on this file since 8377 was 8377, checked in by nzdl, 20 years ago

moved the gs3 new item to the top

  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1package home
2
3_content_ {
4
5_pageheading_(_home:t1_)
6
7<p>_t2_</p>
8
9_new_(_home:gs3proto_)
10
11_new_(_home:support_)
12
13_new_(_home:gsdl251_)
14
15_new_(_home:upgradeyourgreenstoneinstallation_)
16
17_new_(_home:glp251_)
18
19
20<p>_home:cdrom_</p>
21
22<p>_t7_</p>
23
24<p>_t5_ _t8_</p>
25
26<p>_t9_ _t6_</p>
27
28<table border="0" class="default">
29<tr valign="top">
30<td>
31<a href="http://nzdl.org"><b>_t10_</b></a>
32<br>
33_t11_
34<br>
35_namur_
36</td>
37<td></td>
38</tr>
39<tr valign="top">
40<td>
41<a href="http://www.unesco.org"><b>_t12_</b></a>
42<br>
43_t13_
44<br>
45_t3_
46</td>
47<td><a href="http://www.unesco.org"><img src="_httpimg_/unesco.gif" border="0"></a></td>
48</tr>
49<tr valign="top">
50<td>
51<a href="http://humaninfo.org"><b>_t14_</b></a>
52<br>
53_t15_
54</td>
55<td><a href="http://humaninfo.org"><img src="_httpimg_/ghproj.jpg" border="0"></a></td>
56</tr>
57</table>
58
59<p>_t16_</p>
60
61_sf_
62
63}
64
65
66
67package homepref
68
69_javalinks_ {}
70_javalinks_ [v=1] {}
71
72_pagescriptextra_ {_preferences:pagescriptextra_}
73
74_content_ {
75<form name=PrefForm method=get action="_gwcgi_">
76<h3>_preferences:textpresentationprefs_</h3>
77
78<table border="0">
79<tr>
80<td>_preferences:textlanguage_</td>
81<td>_languageoption_</td>
82</tr>
83<!-- <tr valign="top">
84<td>_preferences:textencoding_</td>
85<td>_encodingoption_</td>
86</tr>
87<tr valign="top">
88_preferences:formatoption_
89</tr> -->
90</table>
91<p>
92}
Note: See TracBrowser for help on using the repository browser.