source: collections/documented-examples/trunk/pagedimg-e/macros/extra.dm@ 19165

Last change on this file since 19165 was 18738, checked in by oranfry, 15 years ago

the rest of the documented example collections

  • Property svn:executable set to *
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/en/efion.gif,fi,_document:textviewfullsize_)}
17#_viewpreview_ {_gsimage_(_httpcurrentdocument_&p=preview,_httpcollection_/images/epiof.gif,_httpcollection_/images/en/epion.gif,pi,_document:textviewpreview_)}
18#_viewtext_ {_gsimage_(_httpcurrentdocument_&p=text,_httpcollection_/images/etextof.gif,_httpcollection_/images/en/etexton.gif,text,_document:textviewfulltext_)}
19
20
Note: See TracBrowser for help on using the repository browser.