re
This commit is contained in:
+2
-1
@@ -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>';
|
||||||
|
|||||||
+2
-1
@@ -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>';
|
||||||
|
|||||||
Reference in New Issue
Block a user