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

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

removed teh old button definitions

  • Property svn:executable set to *
File size: 723 bytes
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
Note: See TracBrowser for help on using the repository browser.