pull/216/head
parent
8e071e991e
commit
b1170c7456
|
@ -893,12 +893,13 @@ echo '</script>';
|
||||||
var td1=document.createElement('td');
|
var td1=document.createElement('td');
|
||||||
tr1.appendChild(td1);
|
tr1.appendChild(td1);
|
||||||
td1.setAttribute('style','width:24%');
|
td1.setAttribute('style','width:24%');
|
||||||
td1.setAttribute('style','overflow:auto');
|
|
||||||
td1.setAttribute('id','upfile_td1_'+timea+'_'+i);
|
td1.setAttribute('id','upfile_td1_'+timea+'_'+i);
|
||||||
td1.innerHTML=file.name+' '+size_format(file.size);
|
td1.innerHTML=file.name+' '+size_format(file.size);
|
||||||
var td2=document.createElement('td');
|
var td2=document.createElement('td');
|
||||||
tr1.appendChild(td2);
|
tr1.appendChild(td2);
|
||||||
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
||||||
|
td2.setAttribute('style','width:71%');
|
||||||
|
td2.setAttribute('style','white-space:nowrap');
|
||||||
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
||||||
if (file.size>100*1024*1024*1024) {
|
if (file.size>100*1024*1024*1024) {
|
||||||
td2.innerHTML='<font color="red"><?php echo getconstStr('UpFileTooLarge'); ?></font>';
|
td2.innerHTML='<font color="red"><?php echo getconstStr('UpFileTooLarge'); ?></font>';
|
||||||
|
|
|
@ -893,12 +893,13 @@ echo '</script>';
|
||||||
var td1=document.createElement('td');
|
var td1=document.createElement('td');
|
||||||
tr1.appendChild(td1);
|
tr1.appendChild(td1);
|
||||||
td1.setAttribute('style','width:24%');
|
td1.setAttribute('style','width:24%');
|
||||||
td1.setAttribute('style','overflow:auto');
|
|
||||||
td1.setAttribute('id','upfile_td1_'+timea+'_'+i);
|
td1.setAttribute('id','upfile_td1_'+timea+'_'+i);
|
||||||
td1.innerHTML=file.name+' '+size_format(file.size);
|
td1.innerHTML=file.name+' '+size_format(file.size);
|
||||||
var td2=document.createElement('td');
|
var td2=document.createElement('td');
|
||||||
tr1.appendChild(td2);
|
tr1.appendChild(td2);
|
||||||
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
||||||
|
td2.setAttribute('style','width:71%');
|
||||||
|
td2.setAttribute('style','white-space:nowrap');
|
||||||
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
||||||
if (file.size>100*1024*1024*1024) {
|
if (file.size>100*1024*1024*1024) {
|
||||||
td2.innerHTML='<font color="red"><?php echo getconstStr('UpFileTooLarge'); ?></font>';
|
td2.innerHTML='<font color="red"><?php echo getconstStr('UpFileTooLarge'); ?></font>';
|
||||||
|
|
|
@ -893,12 +893,13 @@ echo '</script>';
|
||||||
var td1=document.createElement('td');
|
var td1=document.createElement('td');
|
||||||
tr1.appendChild(td1);
|
tr1.appendChild(td1);
|
||||||
td1.setAttribute('style','width:24%');
|
td1.setAttribute('style','width:24%');
|
||||||
td1.setAttribute('style','overflow:auto');
|
|
||||||
td1.setAttribute('id','upfile_td1_'+timea+'_'+i);
|
td1.setAttribute('id','upfile_td1_'+timea+'_'+i);
|
||||||
td1.innerHTML=file.name+' '+size_format(file.size);
|
td1.innerHTML=file.name+' '+size_format(file.size);
|
||||||
var td2=document.createElement('td');
|
var td2=document.createElement('td');
|
||||||
tr1.appendChild(td2);
|
tr1.appendChild(td2);
|
||||||
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
||||||
|
td2.setAttribute('style','width:71%');
|
||||||
|
td2.setAttribute('style','white-space:nowrap');
|
||||||
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
||||||
if (file.size>100*1024*1024*1024) {
|
if (file.size>100*1024*1024*1024) {
|
||||||
td2.innerHTML='<font color="red"><?php echo getconstStr('UpFileTooLarge'); ?></font>';
|
td2.innerHTML='<font color="red"><?php echo getconstStr('UpFileTooLarge'); ?></font>';
|
||||||
|
|
Loading…
Reference in New Issue