source: documentation/trunk/tutorial_sample_files/niupepa/macros/extra.dm@ 18423

Last change on this file since 18423 was 18423, checked in by kjdon, 15 years ago

added teh sample files into svn. I got these files from the releases on sourceforge, jun2006 release with the october extra files.

File size: 1.2 KB
Line 
1package document
2
3_textfullsize_ {FULLSIZE}
4_textpreview_ {PREVIEW}
5_textfulltext_ {TEXT}
6
7_textviewfullsize_ {View the fullsize image of this page}
8_textviewpreview_ {View the preview image of this page}
9_textviewfulltext_ {View the text of this page}
10
11_viewfullsize_ {<div class="button"><span class="button"><a href="_httpcurrentdocument_&p=fullsize" title="_textviewfullsize_">_textfullsize_</a></span></div>}
12_viewpreview_ {<div class="button"><span class="button"><a href="_httpcurrentdocument_&p=preview" title="_textviewpreview_">_textpreview_</a></span></div>}
13_viewtext_ {<div class="button"><span class="button"><a href="_httpcurrentdocument_&p=text" title="_textviewfulltext_">_textfulltext_</a></span></div>}
14
15# Greenstone 2.62 and earlier
16#_viewfullsize_{_gsimage_(_httpcurrentdocument_&p=fullsize,_httpcollection_/images/efiof.gif,_httpcollection_/images/efion.gif,fi,_document:textviewfullsize_)}
17#_viewpreview_ {_gsimage_(_httpcurrentdocument_&p=preview,_httpcollection_/images/epiof.gif,_httpcollection_/images/epion.gif,pi,_document:textviewpreview_)}
18#_viewtext_ {_gsimage_(_httpcurrentdocument_&p=text,_httpcollection_/images/etextof.gif,_httpcollection_/images/etexton.gif,text,_document:textviewfulltext_)}
19
20
Note: See TracBrowser for help on using the repository browser.