Changeset 1489


Ignore:
Timestamp:
2000-09-01T13:11:31+12:00 (24 years ago)
Author:
nzdl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cstr/macros/cstr.dm

    r1052 r1489  
     1package Global
     2
     3_httppagehome_ [c=cstr] {/fast-cgi-bin/library?a=p&p=home}
     4
    15package document
    26
    37_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 }
    328
    339
     
    4521
    4622
    47 _imagepostscript_ [c=cstr] {<a href="_httpcurrentdocument_&gg=postscript&gga=_1_" onMouseover = "img\_on('ps')"
    48 onMouseout = "img\_off('ps')">_iconpostscript_</a>}
    49 _imagepostscript_ [c=cstr,v=1] {<a href="_httpcurrentdocument_&gg=postscript&gga=_1_">_texticonpostscript_</a><br>}
    5023
    51 _imageviewtext_ [c=cstr] {<a href="_httpcurrentdocument_&gg=text" onMouseover = "img\_on('viewtext')"
    52 onMouseout = "img\_off('viewtext')">_iconviewtext_</a>}
    53 _imageviewtext_ [c=cstr,v=1] {<a href="_httpcurrentdocument_&gg=text">_texticonviewtext_</a><br>}
     24_imagepostscript_ [c=cstr] {_gsimage_(_httpcurrentdocument_&gg=postscript&gga=_1_,_document:httpiconepsof_,_document:httpiconepson_,ps,_document:texticonpostscript_)}
    5425
    55 _imageabstract_ [c=cstr] {<a href="_httpcurrentdocument_&gg=abstract" onMouseover = "img\_on('abstract')"
    56 onMouseout = "img\_off('abstract')">_iconabstract_</a>}
    57 _imageabstract_ [c=cstr,v=1] {<a href="_httpcurrentdocument_&gg=abstract">_texticonabstract_</a><br>}
     26_imageviewtext_ [c=cstr] {_gsimage_(_httpcurrentdocument_&gg=text,_document:httpiconetextof_,_document:httpiconetexton_,etext,_document:texticonviewtext_)}
    5827
    59 _imagefigures_ [c=cstr] {<a href="_httpcurrentdocument_&gg=figures" onMouseover = "img\_on('figures')"
    60 onMouseout = "img\_off('figures')">_iconfigures_</a>}
    61 _imagefigures_ [c=cstr,v=1] {<a href="_httpcurrentdocument_&gg=figures">_texticonfigures_</a><br>}
     28_imageabstract_ [c=cstr] {_gsimage_(_httpcurrentdocument_&gg=abstract,_document:httpiconeabstrof_,_document:httpiconeabstron_,eabstr,_document:texticonabstract_)}
    6229
     30_imagefigures_ [c=cstr] {_gsimage_(_httpcurrentdocument_&gg=figures,_document:httpiconefigof_,_document:httpiconefigon_,fig,_document:texticonfigures_)}
    6331
    6432_httpiconepsof_ [c=cstr] {_httpcollection_/images/epsof.gif}
Note: See TracChangeset for help on using the changeset viewer.