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

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

updated links to 2.63, added classic interface pack link

  • Property svn:keywords set to Author Date Id Revision
File size: 4.5 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.63-win32.exe}
6_versionwindistro_ {2.63}
7_sizewindistro_ {36MB}
8_httpunixdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.63-unix.tar.gz}
9_versionunixdistro_ {2.63}
10_sizeunixdistro_ {43MB}
11_httpmacdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.63-macOSx.tar.gz}
12_versionmacdistro_ {2.63}
13_sizemacdistro_ {34MB}
14_httpsrcdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.63-src.tar.gz}
15_versionsrcdistro_ {2.63}
16_sizesrcdistro_ {19MB}
17
18_versionlangpack_ {2.62}
19_httpunixlangpackdistro_ {http://prdownloads.sourceforge.net/greenstone/glp-2.62-linux.bin}
20_sizeunixlangpackdistro_ {13MB}
21_httpwin32langpackdistro_ {http://prdownloads.sourceforge.net/greenstone/glp-2.62-win32.exe}
22_sizewin32langpackdistro_ {13MB}
23_httpmaclangpackdistro_ {http://prdownloads.sourceforge.net/greenstone/glp-2.62-macOSx.command}
24_sizemaclangpackdistro_ {13MB}
25
26_versionclassicpack_ {2.63}
27_httpclassicpackdistro_ {http://prdownloads.sourceforge.net/greenstone/gcip-2.63.zip}
28_sizeclassicpackdistro_ {6MB}
29
30_versionexportdistro_ {2.63}
31_httpexportdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.63-export.zip}
32_sizeexportdistro_ {19MB}
33_httpteachingmaterialdistro1day_ {http://prdownloads.sourceforge.net/greenstone/gsdl-workshop-materials-1day-jun2004.zip}
34_sizeteachingmaterialdistro1day_ {80MB}
35_httpteachingmaterialdistro3day_ {http://prdownloads.sourceforge.net/greenstone/gsdl-workshop-materials-3day-nov2003.zip}
36_sizeteachingmaterialdistro3day_ {55MB}
37_httpteachingmaterialdistro4day_ {http://prdownloads.sourceforge.net/greenstone/gsdl-workshop-materials-4day-sep2005.zip}
38_sizeteachingmaterialdistro4day_ {62MB}
39_httpdocumentedexamplecollectionsdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-documented-collections-aug2005.zip}
40_sizedocumentedexamplecollectionsdistro_ {41MB}
41_httptutorialexercisesdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-tutorial-exercises-may2005.zip}
42_sizetutorialexercisesdistro_ {37MB}
43_httptutorialexercisesmultimediafilesdistro_ {http://prdownloads.sourceforge.net/greenstone/multimedia-files-may2005.zip}
44_sizetutorialexercisesmultimediafilesdistro_ {62MB}
45_httporgdistro_ {http://prdownloads.sourceforge.net/greenstone/Organizer_v1.1.1.2.exe}
46_sizeorgdistro_ {3.5MB}
47
48_httpdocsdir_ {_httpprefix_/docs}
49
50_pagewidth_ {537}
51
52_httppagex_ {_gwcgi_?e=_compressedoptions_&a=p&p=_1_}
53
54_iconew_ {<img src="_httpimg_/new.gif">}
55
56_pageheading_ {<p class="title">_1_</p>}
57
58_subheading_ {<p class="subheading">_1_</p>}
59
60_pagescriptextra_ {}
61
62# gsimage should be used to define an instance of a flashy image
63# parameters are:
64# 1. the url to go to when the button is clicked
65# 2. the url of the "off" image
66# 3. the url of the "on" image
67# 4. the name of the image (must be unique)
68# 5. image alt text
69_gsimage_ {<a href="_1_" onMouseover="roll('_4_',1);" onMouseOut="roll('_4_',0);"><img
70name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border="0" alt="_5_" title="_5_"></a>}
71_gsimage_ [v=1] {<a href="_1_">_5_</a><br>}
72
73_imagepref_ {_gsimage_(_httppagex_(homepref),_httpiconcprefof_,_httpiconcprefon_,pref,_textimagepref_)}
74
75_javalinks_ {_imagepref_}
76_javalinks_ [v=1] {_imagepref_}
77
78_imagedocs_ {_gsimage_(_httppagex_(docs),_httpicontdocsof_,_httpicontdocson_,docs,_textimagedocs_)}
79_imagedownload_ {_gsimage_(_httppagex_(download),_httpicontdlof_,_httpicontdlon_,download,_textimagedownload_)}
80_imageexamples_ {_gsimage_(_httppagex_(examples),_httpicontexmplof_,_httpicontexmplon_,examples,_textimageexamples_)}
81_imagefaq_ {_gsimage_(_httppagex_(faq),_httpicontfaqof_,_httpicontfaqon_,faq,_textimagefaq_)}
82_imagesupport_ {_gsimage_(_httppagex_(support),_httpicontsupof_,_httpicontsupon_,support,_textimagesupport_)}
83
84_new_ {
85<table class="default">
86<tr>
87<td valign="top">_iconew_</td>
88<td>_1_</td>
89</tr>
90</table>
91}
92_newnoimg_ {
93<table class="default">
94<tr>
95<td valign="top" width="43"></td>
96<td>_1_</td>
97</tr>
98</table>
99}
100
101
102_content_ {
103<p><b>Error!!</b></p>
104}
105
106_sf_ {
107<p><img src="_httpimg_/tspace.gif" height="17" width="_pagewidth_"></p>
108<p><table border="0" width="_pagewidth_"><tr valign="top">
109<td>
110<a href="http://sourceforge.net"><img
111src="http://sflogo.sourceforge.net/sflogo.php?group_id=12123&type=1" width="88"
112height="31" border="0" alt="SourceForge Logo"></a></td>
113<td><font size="-1">_t17_</font></td>
114</tr></table>
115}
116
117
118
119
Note: See TracBrowser for help on using the repository browser.