source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Scanned-Img-Advanced/macros/extra.dm@ 28009

Last change on this file since 28009 was 28009, checked in by ak19, 11 years ago

Adding in the two Paged Img (Scanned Img) tutorial 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/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.