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

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

updated to reflect version 2.50 being released

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