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

Last change on this file since 891 was 891, checked in by sjboddie, 24 years ago

Initial revision

  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
Line 
1package document
2
3_pagetitle_ [c=cstr] {_collectionname_}
4
5_javapostscript_ [c=cstr] {
6 ps\_on = new Image(_widthepsx_, _heightepsx_);
7 ps\_on.src = "_httpiconepson_";
8 ps\_off = new Image(_widthepsx_, _heightepsx_);
9 ps\_off.src = "_httpiconepsof_";
10}
11
12_javaviewtext_ [c=cstr] {
13 viewtext\_on = new Image(_widthetextx_, _heightetextx_);
14 viewtext\_on.src = "_httpiconetexton_";
15 viewtext\_off = new Image(_widthetextx_, _heightetextx_);
16 viewtext\_off.src = "_httpiconetextof_";
17}
18
19_javaabstract_ [c=cstr] {
20 abstract\_on = new Image(_widtheabstrx_, _heighteabstrx_);
21 abstract\_on.src = "_httpiconeabstron_";
22 abstract\_off = new Image(_widtheabstrx_, _heighteabstrx_);
23 abstract\_off.src = "_httpiconeabstrof_";
24}
25
26_javafigures_ [c=cstr] {
27 figures\_on = new Image(_widthefigx_, _heightefigx_);
28 figures\_on.src = "_httpiconefigon_";
29 figures\_off = new Image(_widthefigx_, _heightefigx_);
30 figures\_off.src = "_httpiconefigof_";
31}
32
33
34_iconpostscript_ [c=cstr] {<img name="ps" src="_httpiconepsof_" width=_widthepsx_ height=_heightepsx_ alt="_texticonpostscript_" border=0>}
35_iconpostscript_ [c=cstr,v=1] {_texticonpostscript_}
36
37_iconviewtext_ [c=cstr] {<img name="viewtext" src="_httpiconetextof_" width="_widthetextx_" height="_heightetextx_" alt="_texticonviewtext_" border="0">}
38_iconviewtext_ [c=cstr,v=1] {_texticonviewtext_}
39
40_iconabstract_ [c=cstr] {<img name="abstract" src="_httpiconeabstrof_" width="_widtheabstrx_" height="_heighteabstrx_" alt="_texticonabstract_" border="0">}
41_iconabstract_[c=cstr,v=1] {_texticonabstract_}
42
43_iconfigures_ [c=cstr] {<img name="figures" src="_httpiconefigof_" width="_widthefigx_" height="_heightefigx_" alt="_texticonfigures_" border="0">}
44_iconfigures_ [c=cstr,v=1] {_texticonfigures_}
45
46
47_imagepostscript_ [c=cstr] {<a href="_httpcurrentdocument_&gg=postscript&gga=_1_" onMouseover = "img\_on('ps')"
48onMouseout = "img\_off('ps')">_iconpostscript_</a>}
49_imagepostscript_ [c=cstr,v=1] {<a href="_httpcurrentdocument_&gg=postscript&gga=_1_">_texticonpostscript_</a><br>}
50
51_imageviewtext_ [c=cstr] {<a href="_httpcurrentdocument_&gg=text" onMouseover = "img\_on('viewtext')"
52onMouseout = "img\_off('viewtext')">_iconviewtext_</a>}
53_imageviewtext_ [c=cstr,v=1] {<a href="_httpcurrentdocument_&gg=text">_texticonviewtext_</a><br>}
54
55_imageabstract_ [c=cstr] {<a href="_httpcurrentdocument_&gg=abstract" onMouseover = "img\_on('abstract')"
56onMouseout = "img\_off('abstract')">_iconabstract_</a>}
57_imageabstract_ [c=cstr,v=1] {<a href="_httpcurrentdocument_&gg=abstract">_texticonabstract_</a><br>}
58
59_imagefigures_ [c=cstr] {<a href="_httpcurrentdocument_&gg=figures" onMouseover = "img\_on('figures')"
60onMouseout = "img\_off('figures')">_iconfigures_</a>}
61_imagefigures_ [c=cstr,v=1] {<a href="_httpcurrentdocument_&gg=figures">_texticonfigures_</a><br>}
62
63
64_httpiconepsof_ [c=cstr] {_httpimg_/epsof.gif}
65_httpiconepson_ [c=cstr] {_httpimg_/epson.gif}
66_widthepsx_ [c=cstr] {64}
67_heightepsx_ [c=cstr] {30}
68
69_httpiconetextof_ [c=cstr] {_httpimg_/etextof.gif}
70_httpiconetextof_ [c=cstr,l=mi] {_httpimg_/metextof.gif}
71_httpiconetexton_ [c=cstr] {_httpimg_/etexton.gif}
72_httpiconetexton_ [c=cstr,l=mi] {_httpimg_/metexton.gif}
73_widthetextx_ [c=cstr] {30}
74_widthetextx_ [c=cstr,l=mi] {31}
75_widthetextx_ [c=cstr] {30}
76_heightetextx_ [c=cstr] {30}
77
78_httpiconeabstrof_ [c=cstr] {_httpimg_/eabstrof.gif}
79_httpiconeabstron_ [c=cstr] {_httpimg_/eabstron.gif}
80_widtheabstrx_ [c=cstr] {59}
81_heighteabstrx_ [c=cstr] {30}
82
83_httpiconefigof_ [c=cstr] {_httpimg_/efigof.gif}
84_httpiconefigon_ [c=cstr] {_httpimg_/efigon.gif}
85_widthefigx_ [c=cstr] {47}
86_heightefigx_ [c=cstr] {30}
87
88
89_texticonpostscript_ [c=cstr] {Download postscript of this document}
90_texticonviewtext_ [c=cstr] {View the text of this page}
91_texticonabstract_ [c=cstr] {View the abstract of this document}
92_texticonfigures_ [c=cstr] {View figures extracted from document postscript}
93
94_texticonviewtext_ [c=cstr,l=mi] {Titiro ki ng&auml; kupu kua tuhia k&euml; ki te rorohiko}
Note: See TracBrowser for help on using the repository browser.