version 1.7, 2007/07/12 19:54:40
|
version 1.8, 2009/03/23 22:25:19
|
Line 1004 function drawcell (rtype,ctype,what,cm,o
|
Line 1004 function drawcell (rtype,ctype,what,cm,o
|
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="'+ |
url+'.meta"><img border=0 src="'+iconpath+ |
url+'.meta"><img border=0 width=20 src="'+iconpath+ |
'meta.gif"><a target="preview" href="'+url+ |
'meta.gif"><a target="preview" href="'+url+ |
'"><img border=0 src="'+iconpath+mime+'.gif">'+ |
'"><img border=0 width=20 src="'+iconpath+mime+'.gif">'+ |
'<img border=0 src="'+raticons+'right.gif">'); |
'<img border=0 src="'+raticons+'right.gif">'); |
} else { |
} else { |
parent.mapout.document.write |
parent.mapout.document.write |
Line 1044 function drawcell (rtype,ctype,what,cm,o
|
Line 1044 function drawcell (rtype,ctype,what,cm,o
|
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="'+ |
url+'.meta"><img border=0 src="'+iconpath+ |
url+'.meta"><img border=0 width=20 src="'+iconpath+ |
'meta.gif"><a target="preview" href="'+url+ |
'meta.gif"><a target="preview" href="'+url+ |
'"><img border=0 src="'+iconpath+mime+'.gif">'+ |
'"><img border=0 width=20 src="'+iconpath+mime+'.gif">'+ |
'<img border=0 src="'+raticons+'right.gif">'); |
'<img border=0 src="'+raticons+'right.gif">'); |
} else { |
} else { |
parent.mapout.document.write |
parent.mapout.document.write |
Line 1080 function drawcell (rtype,ctype,what,cm,o
|
Line 1080 function drawcell (rtype,ctype,what,cm,o
|
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="'+ |
url+'.meta"><img border=0 src="'+iconpath+ |
url+'.meta"><img border=0 width=20 src="'+iconpath+ |
'meta.gif"><a target="preview" href="'+url+ |
'meta.gif"><a target="preview" href="'+url+ |
'"><img border=0 src="'+iconpath+mime+'.gif">'+ |
'"><img border=0 width=20 src="'+iconpath+mime+'.gif">'+ |
'<img border=0 src="'+raticons+'right.gif">'); |
'<img border=0 src="'+raticons+'right.gif">'); |
} else { |
} else { |
parent.mapout.document.write |
parent.mapout.document.write |
Line 1504 function info(infostr) {
|
Line 1504 function info(infostr) {
|
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+ |
'"><img border=0 src="'+iconpath+mime+'.gif"></a> '); |
'"><img border=0 width=20 src="'+iconpath+mime+'.gif"></a> '); |
} |
} |
inf.document.write('<b>'); |
inf.document.write('<b>'); |
if (data2[2]=='true') { inf.document.write('External '); } |
if (data2[2]=='true') { inf.document.write('External '); } |
Line 2158 function tabledraw() {
|
Line 2158 function tabledraw() {
|
if ((mime!='') && (ext!='true')) { |
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 width=20 src="'+iconpath+'meta.gif"></a><p>'+ |
'<a target="preview" align="right"href="'+url+ |
'<a target="preview" align="right"href="'+url+ |
'"><img src="'+iconpath+mime+'.gif"></a><p>'); |
'"><img width=20 src="'+iconpath+mime+'.gif"></a><p>'); |
} |
} |
parent.mapout.document.write( |
parent.mapout.document.write( |
'<b><a href="javascript:if (parent.code.linkmode!=0) { ' |
'<b><a href="javascript:if (parent.code.linkmode!=0) { ' |
Line 2376 function simpletabledraw() {
|
Line 2376 function simpletabledraw() {
|
if ((mime!='') && (ext!='true')) { |
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 width=20 src="'+iconpath+'meta.gif"></a><p>'+ |
'<a target="preview" align="right"href="'+url+ |
'<a target="preview" align="right"href="'+url+ |
'"><img src="'+iconpath+mime+'.gif"></a><p>'); |
'"><img width=20 src="'+iconpath+mime+'.gif"></a><p>'); |
} |
} |
parent.mapout.document.write('<b>'+k+'</b></td><td bgcolor="'+ck+'">'); |
parent.mapout.document.write('<b>'+k+'</b></td><td bgcolor="'+ck+'">'); |
data2=obj[i].split('&'); |
data2=obj[i].split('&'); |