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

Last change on this file since 10029 was 9879, checked in by mdewsnip, 19 years ago

Various macros for the new tutorial exercises package.

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