version 1.39, 2001/06/29 21:57:46
|
version 1.41, 2001/07/04 19:59:24
|
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+ |
Line 1986 function tabledraw() {
|
Line 2038 function tabledraw() {
|
var condid; |
var condid; |
var url=''; |
var url=''; |
var mime=''; |
var mime=''; |
|
var ext=''; |
var urlparts=new Array; |
var urlparts=new Array; |
var sortstr=sortobjs(); |
var sortstr=sortobjs(); |
insrestab(1,-1,-1,''); |
insrestab(1,-1,-1,''); |
Line 2007 function tabledraw() {
|
Line 2060 function tabledraw() {
|
ck=rescolor(data1[2],data1[3]); |
ck=rescolor(data1[2],data1[3]); |
parent.mapout.document.write('<tr><td bgcolor="'+ck+'">'); |
parent.mapout.document.write('<tr><td bgcolor="'+ck+'">'); |
url=data1[1]; |
url=data1[1]; |
|
ext=data1[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 (mime!='') { |
if ((mime!='') && (ext!='true')) { |
parent.mapout.document.write |
parent.mapout.document.write |
('<a target="preview" align="right" href="'+url+'.meta'+ |
('<a target="preview" align="right" href="'+url+'.meta'+ |
'"><img src="'+iconpath+'meta.gif"></a><p>'+ |
'"><img src="'+iconpath+'meta.gif"></a><p>'+ |
Line 2201 function simpletabledraw() {
|
Line 2255 function simpletabledraw() {
|
var nr; |
var nr; |
var ck; |
var ck; |
var cck; |
var cck; |
|
var mime; |
|
var ext; |
|
var url; |
|
var urlparts=new Array; |
var condid; |
var condid; |
var sortstr=sortobjs(); |
var sortstr=sortobjs(); |
if ((sortstr!='') && (sortstr!=undefined)) { |
if ((sortstr!='') && (sortstr!=undefined)) { |
Line 2221 function simpletabledraw() {
|
Line 2279 function simpletabledraw() {
|
ck=rescolor(data1[2],data1[3]); |
ck=rescolor(data1[2],data1[3]); |
parent.mapout.document.write('<tr><td bgcolor="'+ck+'">'); |
parent.mapout.document.write('<tr><td bgcolor="'+ck+'">'); |
url=data1[1]; |
url=data1[1]; |
|
ext=data1[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 (mime!='') { |
if ((mime!='') && (ext!='true')) { |
parent.mapout.document.write |
parent.mapout.document.write |
('<a target="preview" align="right" href="'+url+'.meta'+ |
('<a target="preview" align="right" href="'+url+'.meta'+ |
'"><img src="'+iconpath+'meta.gif"></a><p>'+ |
'"><img src="'+iconpath+'meta.gif"></a><p>'+ |
Line 2472 function finishload() {
|
Line 2531 function finishload() {
|
data1=inputstr.split('<&>'); |
data1=inputstr.split('<&>'); |
var k; |
var k; |
for (k=0;k<data1.length;k++) { |
for (k=0;k<data1.length;k++) { |
data2=data1[k].split('<:>'); |
data2=data1[k].split(':').join(':').split('<:>'); |
if (data2[0]=='graphdef') { graphdef=data2[1]; } |
if (data2[0]=='graphdef') { graphdef=data2[1]; } |
if (data2[0]=='maxcol') { maxcol=1*data2[1]; } |
if (data2[0]=='maxcol') { maxcol=1*data2[1]; } |
if (data2[0]=='maxrow') { maxrow=1*data2[1]; } |
if (data2[0]=='maxrow') { maxrow=1*data2[1]; } |