pull/216/head
BingoKingo 2020-05-02 16:41:29 +08:00
parent 8e071e991e
commit b1170c7456
3 changed files with 6 additions and 3 deletions

View File

@ -893,12 +893,13 @@ echo '</script>';
var td1=document.createElement('td');
tr1.appendChild(td1);
td1.setAttribute('style','width:24%');
td1.setAttribute('style','overflow:auto');
td1.setAttribute('id','upfile_td1_'+timea+'_'+i);
td1.innerHTML=file.name+'&nbsp;'+size_format(file.size);
var td2=document.createElement('td');
tr1.appendChild(td2);
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
td2.setAttribute('style','width:71%');
td2.setAttribute('style','white-space:nowrap');
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
if (file.size>100*1024*1024*1024) {
td2.innerHTML='<font color="red"><?php echo getconstStr('UpFileTooLarge'); ?></font>';

View File

@ -893,12 +893,13 @@ echo '</script>';
var td1=document.createElement('td');
tr1.appendChild(td1);
td1.setAttribute('style','width:24%');
td1.setAttribute('style','overflow:auto');
td1.setAttribute('id','upfile_td1_'+timea+'_'+i);
td1.innerHTML=file.name+'&nbsp;'+size_format(file.size);
var td2=document.createElement('td');
tr1.appendChild(td2);
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
td2.setAttribute('style','width:71%');
td2.setAttribute('style','white-space:nowrap');
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
if (file.size>100*1024*1024*1024) {
td2.innerHTML='<font color="red"><?php echo getconstStr('UpFileTooLarge'); ?></font>';

View File

@ -893,12 +893,13 @@ echo '</script>';
var td1=document.createElement('td');
tr1.appendChild(td1);
td1.setAttribute('style','width:24%');
td1.setAttribute('style','overflow:auto');
td1.setAttribute('id','upfile_td1_'+timea+'_'+i);
td1.innerHTML=file.name+'&nbsp;'+size_format(file.size);
var td2=document.createElement('td');
tr1.appendChild(td2);
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
td2.setAttribute('style','width:71%');
td2.setAttribute('style','white-space:nowrap');
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
if (file.size>100*1024*1024*1024) {
td2.innerHTML='<font color="red"><?php echo getconstStr('UpFileTooLarge'); ?></font>';