Diff for /rat/client/Attic/code.html between versions 1.39 and 1.40

version 1.39, 2001/06/29 21:57:46 version 1.40, 2001/07/04 18:19:53
Line 15  March/April 01 Scott Harrison Line 15  March/April 01 Scott Harrison
 04/20 Gerd Kortemeyer  04/20 Gerd Kortemeyer
 04/30 Scott Harrison  04/30 Scott Harrison
 05/31 Scott Harrison  05/31 Scott Harrison
 06/11,06/25,06/27,06/28,06/29 Gerd Kortemeyer  06/11,06/25,06/27,06/28,06/29,07/04 Gerd Kortemeyer
 -->  -->
   
   
Line 941  function drawcell (rtype,ctype,what,cm,o Line 941  function drawcell (rtype,ctype,what,cm,o
  var bgcolor;   var bgcolor;
  var url='';   var url='';
  var urlparts=new Array;   var urlparts=new Array;
  var mimetype;   var mime;
    var ext;
  var objref;   var objref;
  var objnum;   var objnum;
   
Line 961  function drawcell (rtype,ctype,what,cm,o Line 962  function drawcell (rtype,ctype,what,cm,o
         if (objcont[objnum]!=undefined) {          if (objcont[objnum]!=undefined) {
             urlparts=objcont[objnum].split(':');              urlparts=objcont[objnum].split(':');
             url=urlparts[1];              url=urlparts[1];
               ext=urlparts[2];
             urlparts=url.split('.');              urlparts=url.split('.');
             mime=urlparts[urlparts.length-1];              mime=urlparts[urlparts.length-1];
             if (mime==undefined) { mime=''; }              if (mime==undefined) { mime=''; }
Line 968  function drawcell (rtype,ctype,what,cm,o Line 970  function drawcell (rtype,ctype,what,cm,o
         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="resource.gif">');            +' src="resource.gif">');
         if (mime!='') {          if ((mime!='') && (ext!='true')) {
            parent.mapout.document.write             parent.mapout.document.write
            ('<br><img border=0 src="left.gif"></a><a target="preview" href="'+             ('<br><img border=0 src="left.gif"></a><a target="preview" href="'+
            url+'.meta"><img border=0 src="'+iconpath+             url+'.meta"><img border=0 src="'+iconpath+
Line 988  function drawcell (rtype,ctype,what,cm,o Line 990  function drawcell (rtype,ctype,what,cm,o
              +' src="condition.gif">');                         +' src="condition.gif">');          
         } else {          } else {
            if (what=='rs:') {             if (what=='rs:') {
           mime='';
           objnum=(obj1.split('&'))[1];
           if (objcont[objnum]!=undefined) {
               urlparts=objcont[objnum].split(':');
               url=urlparts[1];
               ext=urlparts[2];
               urlparts=url.split('.');
               mime=urlparts[urlparts.length-1];
               if (mime==undefined) { mime=''; }
           }
               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[1]
                +' src="start.gif">');                 +' src="start.gif">');
           if ((mime!='') && (ext!='true')) {
              parent.mapout.document.write
              ('<br><img border=0 src="left.gif"></a><a target="preview" href="'+
              url+'.meta"><img border=0 src="'+iconpath+
              'meta.gif"><a target="preview" href="'+url+
              '"><img border=0 src="'+iconpath+mime+'.gif">'+
              '<img border=0 src="right.gif">');
           } else {
              parent.mapout.document.write
              ('<br><img border=0 src="middle.gif">');
           }
           parent.mapout.document.write
              ('<br><img border=0 src="bottom.gif">');
   
            } else {             } else {
              if (what=='rf:') {               if (what=='rf:') {
           mime='';
           objnum=(obj1.split('&'))[1];
           if (objcont[objnum]!=undefined) {
               urlparts=objcont[objnum].split(':');
               url=urlparts[1];
               ext=urlparts[2];
               urlparts=url.split('.');
               mime=urlparts[urlparts.length-1];
               if (mime==undefined) { mime=''; }
           }
                 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[1]
                 +' src="finish.gif">');                  +' src="finish.gif">');
           if ((mime!='') && (ext!='true')) {
              parent.mapout.document.write
              ('<br><img border=0 src="left.gif"></a><a target="preview" href="'+
              url+'.meta"><img border=0 src="'+iconpath+
              'meta.gif"><a target="preview" href="'+url+
              '"><img border=0 src="'+iconpath+mime+'.gif">'+
              '<img border=0 src="right.gif">');
           } else {
              parent.mapout.document.write
              ('<br><img border=0 src="middle.gif">');
           }
           parent.mapout.document.write
              ('<br><img border=0 src="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 1371  function infcheck() { Line 1420  function infcheck() {
   
 function info(infostr) {  function info(infostr) {
  var mime='';   var mime='';
    var ext;
  var urlparts=new Array;   var urlparts=new Array;
  var url='';   var url='';
  if ((editmode!=1) && (infostr!=lastinfo)) {   if ((editmode!=1) && (infostr!=lastinfo)) {
Line 1404  function info(infostr) { Line 1454  function info(infostr) {
      if (data1[0]=='r') {       if (data1[0]=='r') {
         data2=objcont[data1[1]].split(':');          data2=objcont[data1[1]].split(':');
         url=data2[1];          url=data2[1];
           ext=data2[2];
         urlparts=url.split('.');          urlparts=url.split('.');
         mime=urlparts[urlparts.length-1];          mime=urlparts[urlparts.length-1];
         if (mime==undefined) { mime=''; }          if (mime==undefined) { mime=''; }
           if (ext=='true') { mime=''; }
         if (mime!='') {          if (mime!='') {
            inf.document.write             inf.document.write
            ('<br><a target="preview" align="right" href="'+url+             ('<br><a target="preview" align="right" href="'+url+

Removed from v.1.39  
changed lines
  Added in v.1.40


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