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

version 1.61, 2002/11/03 19:07:18 version 1.62, 2003/01/23 20:23:07
Line 974  function drawcell (rtype,ctype,what,cm,o Line 974  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 993  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 1014  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 1033  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 1050  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 1069  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]

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


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