Diff for /rat/client/Attic/code.html between versions 1.61 and 1.64

version 1.61, 2002/11/03 19:07:18 version 1.64, 2003/02/25 14:42:02
Line 37  YEAR 2000 Line 37  YEAR 2000
 5/2,5/3,5/4,5/5,5/6,5/8,5/9,5/13,5/18,5/20,5/22,5/24,5/25,  5/2,5/3,5/4,5/5,5/6,5/8,5/9,5/13,5/18,5/20,5/22,5/24,5/25,
 6/7,6/8,6/9,6/10,6/12,6/15,7/4,7/26,7/28,7/31,8/5,8/19,8/24,  6/7,6/8,6/9,6/10,6/12,6/15,7/4,7/26,7/28,7/31,8/5,8/19,8/24,
 YEAR 2001  YEAR 2001
 01/17/01,03/03,03/05 Gerd Kortemeyer with Scott Harrison  01/17/01,03/03,03/05 Gerd Kortemeyer
 March/April 01 Scott Harrison  
 04/20 Gerd Kortemeyer  04/20 Gerd Kortemeyer
 04/30 Scott Harrison  
 05/31 Scott Harrison  
 06/11,06/25,06/27,06/28,06/29,07/04 Gerd Kortemeyer  06/11,06/25,06/27,06/28,06/29,07/04 Gerd Kortemeyer
 07/24,8/6,8/7,10/16 Scott Harrison  
 03/01/02 Matthew Hall  03/01/02 Matthew Hall
 -->  -->
   
Line 974  function drawcell (rtype,ctype,what,cm,o Line 970  function drawcell (rtype,ctype,what,cm,o
             urlparts=url.split('.');              urlparts=url.split('.');
             mime=urlparts[urlparts.length-1];              mime=urlparts[urlparts.length-1];
             if (typeof(mime)=="undefined") { mime=''; }              if (typeof(mime)=="undefined") { mime=''; }
               mime=mime.toLowerCase();
         }          }
         parent.mapout.document.write          parent.mapout.document.write
          ('<img border=0 width='+cw[ctype]+' height='+rh[1]           ('<img border=0 width='+cw[ctype]+' height='+rh[1]
           +' src="'+raticons+'resource.gif">');            +' src="'+raticons+'resource.gif">');
          if (zscale==3) {
         if ((mime!='') && (ext!='true')) {          if ((mime!='') && (ext!='true')) {
            parent.mapout.document.write             parent.mapout.document.write
            ('<br><img border=0 src="'+raticons+'left.gif"></a><a target="preview" href="'+             ('<br><img border=0 src="'+raticons+'left.gif"></a><a target="preview" href="'+
Line 991  function drawcell (rtype,ctype,what,cm,o Line 989  function drawcell (rtype,ctype,what,cm,o
         }          }
         parent.mapout.document.write          parent.mapout.document.write
            ('<br><img border=0 src="'+raticons+'bottom.gif">');             ('<br><img border=0 src="'+raticons+'bottom.gif">');
          } else {
           parent.mapout.document.write
              ('<br><img border=0  width='+cw[ctype]+' height='+rh[1]
             +' src="'+raticons+'bottom.gif">');
          }
      } else {       } else {
         if (what=='c:') {          if (what=='c:') {
            parent.mapout.document.write             parent.mapout.document.write
Line 1007  function drawcell (rtype,ctype,what,cm,o Line 1010  function drawcell (rtype,ctype,what,cm,o
             urlparts=url.split('.');              urlparts=url.split('.');
             mime=urlparts[urlparts.length-1];              mime=urlparts[urlparts.length-1];
             if (typeof(mime)=="undefined") { mime=''; }              if (typeof(mime)=="undefined") { mime=''; }
               mime=mime.toLowerCase();
         }          }
               parent.mapout.document.write                parent.mapout.document.write
                ('<img border=0 width='+cw[ctype]+' height='+rh[1]                 ('<img border=0 width='+cw[ctype]+' height='+rh[1]
                +' src="'+raticons+'start.gif">');                 +' src="'+raticons+'start.gif">');
          if (zscale==3) {
         if ((mime!='') && (ext!='true')) {          if ((mime!='') && (ext!='true')) {
            parent.mapout.document.write             parent.mapout.document.write
            ('<br><img border=0 src="'+raticons+'left.gif"></a><a target="preview" href="'+             ('<br><img border=0 src="'+raticons+'left.gif"></a><a target="preview" href="'+
Line 1024  function drawcell (rtype,ctype,what,cm,o Line 1029  function drawcell (rtype,ctype,what,cm,o
         }          }
         parent.mapout.document.write          parent.mapout.document.write
            ('<br><img border=0 src="'+raticons+'bottom.gif">');             ('<br><img border=0 src="'+raticons+'bottom.gif">');
          } else {
           parent.mapout.document.write
              ('<br><img border=0  width='+cw[ctype]+' height='+rh[1]
             +' src="'+raticons+'bottom.gif">');
          }
   
            } else {             } else {
              if (what=='rf:') {               if (what=='rf:') {
Line 1036  function drawcell (rtype,ctype,what,cm,o Line 1046  function drawcell (rtype,ctype,what,cm,o
             urlparts=url.split('.');              urlparts=url.split('.');
             mime=urlparts[urlparts.length-1];              mime=urlparts[urlparts.length-1];
             if (typeof(mime)=="undefined") { mime=''; }              if (typeof(mime)=="undefined") { mime=''; }
               mime=mime.toLowerCase();
         }          }
                 parent.mapout.document.write                  parent.mapout.document.write
                 ('<img border=0 width='+cw[ctype]+' height='+rh[1]                  ('<img border=0 width='+cw[ctype]+' height='+rh[1]
                 +' src="'+raticons+'finish.gif">');                  +' src="'+raticons+'finish.gif">');
          if (zscale==3) {
         if ((mime!='') && (ext!='true')) {          if ((mime!='') && (ext!='true')) {
            parent.mapout.document.write             parent.mapout.document.write
            ('<br><img border=0 src="'+raticons+'left.gif"></a><a target="preview" href="'+             ('<br><img border=0 src="'+raticons+'left.gif"></a><a target="preview" href="'+
Line 1053  function drawcell (rtype,ctype,what,cm,o Line 1065  function drawcell (rtype,ctype,what,cm,o
         }          }
         parent.mapout.document.write          parent.mapout.document.write
            ('<br><img border=0 src="'+raticons+'bottom.gif">');             ('<br><img border=0 src="'+raticons+'bottom.gif">');
          } else {
           parent.mapout.document.write
              ('<br><img border=0  width='+cw[ctype]+' height='+rh[1]
             +' src="'+raticons+'bottom.gif">');
          }
   
              } else {               } else {
                 parent.mapout.document.write                  parent.mapout.document.write
                 ('<img border=0 width='+cw[ctype]+' height='+rh[rtype]                  ('<img border=0 width='+cw[ctype]+' height='+rh[rtype]
Line 2546  function finishload() { Line 2564  function finishload() {
    objcont.length=0;     objcont.length=0;
    for (k=0;k<objlinks.length;k++) { objlinks[k]=''; }     for (k=0;k<objlinks.length;k++) { objlinks[k]=''; }
    objlinks.length=0;     objlinks.length=0;
      for (k=0;k<objparms.length;k++) { objparms[k]=''; }
      objparms.length=0;
    objlinks[0]='';     objlinks[0]='';
    objcont[0]='';     objcont[0]='';
    editmode=0;     editmode=0;
Line 2568  function finishload() { Line 2588  function finishload() {
           if (typeof(objparms[data2[1]])=="undefined") {            if (typeof(objparms[data2[1]])=="undefined") {
              objparms[data2[1]]=data2[2];               objparms[data2[1]]=data2[2];
           } else {            } else {
              objparms[data2[1]]+=':'+data2[2];               if (objparms[data2[2]]=='') {
                    objparms[data2[1]]=data2[2];
                } else {
                    objparms[data2[1]]+=':'+data2[2];
                }
           }            }
        }         }
        if (data2[0]=='rowcont') { rowcont[data2[1]]=data2[2]; }         if (data2[0]=='rowcont') { rowcont[data2[1]]=data2[2]; }

Removed from v.1.61  
changed lines
  Added in v.1.64


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>