source: trunk/greenorg/macros/base.dm@ 7936

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

Updated the workshop materials text and links.

  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 KB
Line 
1package Global
2
3_httpguide_ {http://prdownloads.sourceforge.net/greenstone/_1_-_2_.pdf}
4_http239guide_ {http://prdownloads.sourceforge.net/greenstone/_1_-2.39-_2_.pdf}
5_httpwindistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.51-win32.exe}
6_sizewindistro_ {29MB}
7_httpunixdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.51-unix.tar.gz}
8_sizeunixdistro_ {30MB}
9_httpmacdistro_ {http://prdownloads.sourceforge.net/greenstone/greenstone-2.51-osx.zip}
10_sizemacdistro_ {22MB}
11_httpsrcdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.51-src.tar.gz}
12_sizesrcdistro_ {14MB}
13_httpunixlangpackdistro_ {http://prdownloads.sourceforge.net/greenstone/glp-2.51-linux}
14_sizeunixlangpackdistro_ {10MB}
15_httpwin32langpackdistro_ {http://prdownloads.sourceforge.net/greenstone/glp-2.51-win32.exe}
16_sizewin32langpackdistro_ {10MB}
17_httpexportdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.51-export.zip}
18_sizeexportdistro_ {20MB}
19_httpteachingmaterialdistro1day_ {http://prdownloads.sourceforge.net/greenstone/gsdl-workshop-materials-1day-jun2004.zip}
20_sizeteachingmaterialdistro1day_ {80MB}
21_httpteachingmaterialdistro3day_ {http://prdownloads.sourceforge.net/greenstone/gsdl-workshop-materials-3day-nov2004.zip}
22_sizeteachingmaterialdistro3day_ {55MB}
23_httporgdistro_ {http://prdownloads.sourceforge.net/greenstone/Organizer_v1.1.1.2.exe}
24_sizeorgdistro_ {3.5MB}
25
26_httpdocsdir_ {_httpprefix_/docs}
27
28_pagewidth_ {537}
29
30_httppagex_ {_gwcgi_?e=_compressedoptions_&a=p&p=_1_}
31
32_iconew_ {<img src="_httpimg_/new.gif">}
33
34_pageheading_ {<p class="title">_1_</p>}
35
36_subheading_ {<p class="subheading">_1_</p>}
37
38_pagescriptextra_ {}
39
40# gsimage should be used to define an instance of a flashy image
41# parameters are:
42# 1. the url to go to when the button is clicked
43# 2. the url of the "off" image
44# 3. the url of the "on" image
45# 4. the name of the image (must be unique)
46# 5. image alt text
47_gsimage_ {<a href="_1_" onMouseover="roll('_4_',1);" onMouseOut="roll('_4_',0);"><img
48name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border="0" alt="_5_" title="_5_"></a>}
49_gsimage_ [v=1] {<a href="_1_">_5_</a><br>}
50
51_imagepref_ {_gsimage_(_httppagex_(homepref),_httpiconcprefof_,_httpiconcprefon_,pref,_textimagepref_)}
52
53_javalinks_ {_imagepref_}
54_javalinks_ [v=1] {_imagepref_}
55
56_imagedocs_ {_gsimage_(_httppagex_(docs),_httpicontdocsof_,_httpicontdocson_,docs,_textimagedocs_)}
57_imagedownload_ {_gsimage_(_httppagex_(download),_httpicontdlof_,_httpicontdlon_,download,_textimagedownload_)}
58_imageexamples_ {_gsimage_(_httppagex_(examples),_httpicontexmplof_,_httpicontexmplon_,examples,_textimageexamples_)}
59_imagefaq_ {_gsimage_(_httppagex_(faq),_httpicontfaqof_,_httpicontfaqon_,faq,_textimagefaq_)}
60_imagesupport_ {_gsimage_(_httppagex_(support),_httpicontsupof_,_httpicontsupon_,support,_textimagesupport_)}
61
62_new_ {
63<table class="default">
64<tr>
65<td valign="top">_iconew_</td>
66<td>_1_</td>
67</tr>
68</table>
69}
70
71
72_content_ {
73<p><b>Error!!</b></p>
74}
75
76_sf_ {
77<p><img src="_httpimg_/tspace.gif" height="17" width="_pagewidth_"></p>
78<p><table border="0" width="_pagewidth_"><tr valign="top">
79<td>
80<a href="http://sourceforge.net"><img
81src="http://sourceforge.net/sflogo.php?group_id=12123&type=1" width="88"
82height="31" border="0" alt="SourceForge Logo"></a></td>
83<td><font size="-1">_t17_</font></td>
84</tr></table>
85}
86
87
88
89
Note: See TracBrowser for help on using the repository browser.