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

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