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

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

Made navigation bar buttons (download, examples, docs, faq, support) multilingualizable by moving their definitions in the language macrofiles.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 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_imagedocs_ {_gsimage_(_httppagex_(docs),_httpicontdocsof_,_httpicontdocson_,docs,_textimagedocs_)}
48_imagedownload_ {_gsimage_(_httppagex_(download),_httpicontdlof_,_httpicontdlon_,download,_textimagedownload_)}
49_imageexamples_ {_gsimage_(_httppagex_(examples),_httpicontexmplof_,_httpicontexmplon_,examples,_textimageexamples_)}
50_imagefaq_ {_gsimage_(_httppagex_(faq),_httpicontfaqof_,_httpicontfaqon_,faq,_textimagefaq_)}
51_imagesupport_ {_gsimage_(_httppagex_(support),_httpicontsupof_,_httpicontsupon_,support,_textimagesupport_)}
52
53_new_ {
54<table class="default">
55<tr>
56<td valign="top">_iconew_</td>
57<td>_1_</td>
58</tr>
59</table>
60}
61
62
63_content_ {
64<p><b>Error!!</b></p>
65}
66
67_sf_ {
68<p><img src="_httpimg_/tspace.gif" height="17" width="_pagewidth_"></p>
69<p><table border="0" width="_pagewidth_"><tr valign="top">
70<td>
71<a href="http://sourceforge.net"><img
72src="http://sourceforge.net/sflogo.php?group_id=12123&type=1" width="88"
73height="31" border="0" alt="SourceForge Logo"></a></td>
74<td><font size="-1">_t17_</font></td>
75</tr></table>
76}
Note: See TracBrowser for help on using the repository browser.