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

Last change on this file since 6778 was 6778, checked in by mdewsnip, 20 years ago

Extra macros necessary to support the "PREFERENCES" button.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1package Global
2
3_httpguide_ {http://prdownloads.sourceforge.net/greenstone/_1_-2.39-_2_.pdf}
4_httpwindistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.41-win32.exe}
5_sizewindistro_ {26Mb}
6_httpunixdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.41-unix.tar.gz}
7_sizeunixdistro_ {27MB}
8_httpmacdistro_ {http://prdownloads.sourceforge.net/greenstone/Greenstone-2.41-macosx.zip}
9_sizemacdistro_ {18MB}
10_httpsrcdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.41-src.tar.gz}
11_sizesrcdistro_ {13MB}
12_httpexportdistro_ {http://prdownloads.sourceforge.net/greenstone/gsdl-2.35-export.zip}
13_sizeexportdistro_ {20Mb}
14_httporgdistro_ {http://prdownloads.sourceforge.net/greenstone/Organizer_v1.1.1.2.exe}
15_sizeorgdistro_ {3.5Mb}
16
17_httpdocsdir_ {_httpprefix_/docs}
18
19_pagewidth_ {537}
20
21_httppagex_ {_gwcgi_?e=_compressedoptions_&a=p&p=_1_}
22
23_iconew_ {<img src="_httpimg_/new.gif">}
24
25_pageheading_ {<p class="title">_1_</p>}
26
27_subheading_ {<p class="subheading">_1_</p>}
28
29_pagescriptextra_ {}
30
31# gsimage should be used to define an instance of a flashy image
32# parameters are:
33# 1. the url to go to when the button is clicked
34# 2. the url of the "off" image
35# 3. the url of the "on" image
36# 4. the name of the image (must be unique)
37# 5. image alt text
38_gsimage_ {<a href="_1_" onMouseover="roll('_4_',1);" onMouseOut="roll('_4_',0);"><img
39name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border=0 alt="_5_" title="_5_"></a>}
40_gsimage_ [v=1] {<a href="_1_">_5_</a><br>}
41
42_imagepref_ {_gsimage_(_httppagex_(homepref),_httpiconcprefof_,_httpiconcprefon_,pref,_textimagepref_)}
43
44_javalinks_ {_imagepref_}
45_javalinks_ [v=1] {_imagepref_}
46
47_new_ {
48<table class="default">
49<tr>
50<td valign="top">_iconew_</td>
51<td>_1_</td>
52</tr>
53</table>
54}
55
56
57_content_ {
58<p><b>Error!!</b></p>
59}
60
61_sf_ {
62<p><img src="_httpimg_/tspace.gif" height="17" width="_pagewidth_"></p>
63<p><table border="0" width="_pagewidth_"><tr valign="top">
64<td>
65<a href="http://sourceforge.net"><img
66src="http://sourceforge.net/sflogo.php?group_id=12123&type=1" width="88"
67height="31" border="0" alt="SourceForge Logo"></a></td>
68<td><font size="-1">_t17_</font></td>
69</tr></table>
70}
Note: See TracBrowser for help on using the repository browser.