You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by ne...@apache.org on 2002/02/05 18:09:02 UTC

cvs commit: xml-site/targets/xerces2-j/resources bottom.gif button-asf-hi.gif button-asf-lo.gif button-w3c-hi.gif button-w3c-lo.gif button-xml-hi.gif button-xml-lo.gif changes-add.jpg changes-fix.jpg changes-remove.jpg changes-update.jpg close.gif dot.gif join.gif line.gif logo.gif note.gif right.gif script.js separator.gif void.gif

neilg       02/02/05 09:09:02

  Added:       targets/xerces2-j/resources bottom.gif button-asf-hi.gif
                        button-asf-lo.gif button-w3c-hi.gif
                        button-w3c-lo.gif button-xml-hi.gif
                        button-xml-lo.gif changes-add.jpg changes-fix.jpg
                        changes-remove.jpg changes-update.jpg close.gif
                        dot.gif join.gif line.gif logo.gif note.gif
                        right.gif script.js separator.gif void.gif
  Log:
  adding files for Xerces-J 2 site
  
  Revision  Changes    Path
  1.1                  xml-site/targets/xerces2-j/resources/bottom.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/button-asf-hi.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/button-asf-lo.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/button-w3c-hi.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/button-w3c-lo.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/button-xml-hi.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/button-xml-lo.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/changes-add.jpg
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/changes-fix.jpg
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/changes-remove.jpg
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/changes-update.jpg
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/close.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/dot.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/join.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/line.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/logo.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/note.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/right.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/script.js
  
  Index: script.js
  ===================================================================
  rolloverImagesOn=new Array();
  rolloverImagesOff=new Array();
  
  function rolloverOn(name) {
    if(rolloverImagesOn[name]){
      document.images[name].src=rolloverImagesOn[name].src;
    }
  }
  
  function rolloverOff(name) {
    if(rolloverImagesOff[name]){
        document.images[name].src=rolloverImagesOff[name].src;
    }
  }
  
  function rolloverLoad(name,on,off) {
    rolloverImagesOn[name]=new Image();
    rolloverImagesOn[name].src=on;
    rolloverImagesOff[name]=new Image();
    rolloverImagesOff[name].src=off;
  }
  
  
  
  1.1                  xml-site/targets/xerces2-j/resources/separator.gif
  
  	<<Binary file>>
  
  
  1.1                  xml-site/targets/xerces2-j/resources/void.gif
  
  	<<Binary file>>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: general-cvs-help@xml.apache.org