Merge branch 'hylee' into advc
This commit is contained in:
commit
5a0af17376
@ -51,7 +51,7 @@
|
||||
var _orgnFileForm = new Array();
|
||||
function orgnlFileUpload(files,obj) //업로드 function
|
||||
{
|
||||
var limitsize = 100*1024*1024; //파일 제한 체크(10개, 10MB)
|
||||
var limitsize = 100*1024*1024; //파일 제한 체크(10개, 100MB)
|
||||
var limitcount = $("input[name=orgnl_limitcount]").val()*1 ;
|
||||
var allrowFileExtsn = $("input[name=orgnl_allrowFileExtsn]").val();
|
||||
|
||||
@ -177,7 +177,7 @@
|
||||
var _cpyFileForm = new Array();
|
||||
function cpyFileUpload(files,obj) //업로드 function
|
||||
{
|
||||
var limitsize = 100*1024*1024; //파일 제한 체크(10개, 10MB)
|
||||
var limitsize = 100*1024*1024; //파일 제한 체크(10개, 100MB)
|
||||
var limitcount = $("input[name=cpy_limitcount]").val()*1 ;
|
||||
var allrowFileExtsn = $("input[name=cpy_allrowFileExtsn]").val();
|
||||
|
||||
@ -304,7 +304,7 @@
|
||||
var _evdncFileForm = new Array();
|
||||
function evdncFileUpload(files,obj) //업로드 function
|
||||
{
|
||||
var limitsize = 100*1024*1024; //파일 제한 체크(10개, 10MB)
|
||||
var limitsize = 100*1024*1024; //파일 제한 체크(10개, 100MB)
|
||||
var limitcount = $("input[name=evdnc_limitcount]").val()*1 ;
|
||||
var allrowFileExtsn = $("input[name=evdnc_allrowFileExtsn]").val();
|
||||
|
||||
@ -433,7 +433,7 @@
|
||||
var _rmtTrnFileForm = new Array();
|
||||
function rmtTrnFileUpload(files,obj) //업로드 function
|
||||
{
|
||||
var limitsize = 100*1024*1024; //파일 제한 체크(10개, 10MB)
|
||||
var limitsize = 100*1024*1024; //파일 제한 체크(10개, 100MB)
|
||||
var limitcount = $("input[name=rmtTrn_limitcount]").val()*1 ;
|
||||
var allrowFileExtsn = $("input[name=rmtTrn_allrowFileExtsn]").val();
|
||||
|
||||
@ -698,7 +698,7 @@
|
||||
<input type="hidden" name="orgnl_allrowFileExtsn" id="orgnl_allrowFileExtsn" value="" /><!-- 허용 확장자 -->
|
||||
<div class="cf_left">
|
||||
<p>최대 <span class="orgnl_limitFileCount">1</span>개</p>
|
||||
<p><span>10MB</span>제한</p>
|
||||
<p><span>100MB</span>제한</p>
|
||||
</div>
|
||||
<div class="cf_right">
|
||||
<p>등록된 파일 <span class="upload_number orgnl_totalfileCount">0</span>개</p>
|
||||
@ -778,7 +778,7 @@
|
||||
<input type="hidden" name="cpy_allrowFileExtsn" id="cpy_allrowFileExtsn" value="" /><!-- 허용 확장자 -->
|
||||
<div class="cf_left">
|
||||
<p>최대 <span class="cpy_limitFileCount">1</span>개</p>
|
||||
<p><span>10MB</span>제한</p>
|
||||
<p><span>100MB</span>제한</p>
|
||||
</div>
|
||||
<div class="cf_right">
|
||||
<p>등록된 파일 <span class="upload_number cpy_totalfileCount">0</span>개</p>
|
||||
@ -857,7 +857,7 @@
|
||||
<input type="hidden" name="evdnc_allrowFileExtsn" id="evdnc_allrowFileExtsn" value="ZIP" /><!-- 허용 확장자 -->
|
||||
<div class="cf_left">
|
||||
<p>최대 <span class="evdnc_limitFileCount">1</span>개</p>
|
||||
<p><span>10MB</span>제한</p>
|
||||
<p><span>100MB</span>제한</p>
|
||||
</div>
|
||||
<div class="cf_right">
|
||||
<p>등록된 파일 <span class="upload_number evdnc_totalfileCount">0</span>개</p>
|
||||
@ -936,7 +936,7 @@
|
||||
<input type="hidden" name="rmtTrn_allrowFileExtsn" id="rmtTrn_allrowFileExtsn" value="" /><!-- 허용 확장자 -->
|
||||
<div class="cf_left">
|
||||
<p>최대 <span class="rmtTrn_limitFileCount">1</span>개</p>
|
||||
<p><span>10MB</span>제한</p>
|
||||
<p><span>100MB</span>제한</p>
|
||||
</div>
|
||||
<div class="cf_right">
|
||||
<p>등록된 파일 <span class="upload_number rmtTrn_totalfileCount">0</span>개</p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user