source: trunk/cstr/macros/cstr.dm@ 2485

Last change on this file since 2485 was 2485, checked in by sjboddie, 23 years ago

Rewound cstr to use the old browsetools etc approach rather than the
LeftColumn etc methods

  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1package Global
2
3_httppagehome_ [c=cstr] {/cgi-bin/library?a=p&p=home}
4
5package document
6
7_pagetitle_ [c=cstr] {_collectionname_}
8
9
10_iconpostscript_ [c=cstr] {<img name="ps" src="_httpiconepsof_" width=_widthepsx_ height=_heightepsx_ alt="_texticonpostscript_" border=0>}
11_iconpostscript_ [c=cstr,v=1] {_texticonpostscript_}
12
13_iconviewtext_ [c=cstr] {<img name="viewtext" src="_httpiconetextof_" width="_widthetextx_" height="_heightetextx_" alt="_texticonviewtext_" border="0">}
14_iconviewtext_ [c=cstr,v=1] {_texticonviewtext_}
15
16_iconabstract_ [c=cstr] {<img name="abstract" src="_httpiconeabstrof_" width="_widtheabstrx_" height="_heighteabstrx_" alt="_texticonabstract_" border="0">}
17_iconabstract_[c=cstr,v=1] {_texticonabstract_}
18
19_iconfigures_ [c=cstr] {<img name="figures" src="_httpiconefigof_" width="_widthefigx_" height="_heightefigx_" alt="_texticonfigures_" border="0">}
20_iconfigures_ [c=cstr,v=1] {_texticonfigures_}
21
22
23
24_imagepostscript_ [c=cstr] {_gsimage_(_httpcurrentdocument_&gg=postscript&gga=_1_,_document:httpiconepsof_,_document:httpiconepson_,ps,_document:texticonpostscript_)}
25
26_imageviewtext_ [c=cstr] {_gsimage_(_httpcurrentdocument_&gg=text,_document:httpiconetextof_,_document:httpiconetexton_,etext,_document:texticonviewtext_)}
27
28_imageabstract_ [c=cstr] {_gsimage_(_httpcurrentdocument_&gg=abstract,_document:httpiconeabstrof_,_document:httpiconeabstron_,eabstr,_document:texticonabstract_)}
29
30_imagefigures_ [c=cstr] {_gsimage_(_httpcurrentdocument_&gg=figures,_document:httpiconefigof_,_document:httpiconefigon_,fig,_document:texticonfigures_)}
31
32_httpiconepsof_ [c=cstr] {_httpprefix_/collect/cstr/images/epsof.gif}
33_httpiconepson_ [c=cstr] {_httpprefix_/collect/cstr/images/epson.gif}
34_widthepsx_ [c=cstr] {64}
35_heightepsx_ [c=cstr] {30}
36
37_httpiconetextof_ [c=cstr] {_httpprefix_/collect/cstr/images/etextof.gif}
38_httpiconetexton_ [c=cstr] {_httpprefix_/collect/cstr/images/etexton.gif}
39_widthetextx_ [c=cstr] {65}
40_heightetextx_ [c=cstr] {30}
41
42_httpiconeabstrof_ [c=cstr] {_httpprefix_/collect/cstr/images/eabstrof.gif}
43_httpiconeabstron_ [c=cstr] {_httpprefix_/collect/cstr/images/eabstron.gif}
44_widtheabstrx_ [c=cstr] {65}
45_heighteabstrx_ [c=cstr] {30}
46
47_httpiconefigof_ [c=cstr] {_httpprefix_/collect/cstr/images/efigof.gif}
48_httpiconefigon_ [c=cstr] {_httpprefix_/collect/cstr/images/efigon.gif}
49_widthefigx_ [c=cstr] {47}
50_heightefigx_ [c=cstr] {30}
51
52_texticonpostscript_ [c=cstr] {Download postscript of this document}
53_texticonviewtext_ [c=cstr] {View the text of this page}
54_texticonabstract_ [c=cstr] {View the abstract of this document}
55_texticonfigures_ [c=cstr] {View figures extracted from document postscript}
Note: See TracBrowser for help on using the repository browser.