修改文字说明

This commit is contained in:
wlx 2015-02-01 05:46:31 +00:00
parent 087f4ef037
commit 2231a2fb82
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ $this->headTitle()->setSeparator(' - ');
<h5>文件信息</h5> <h5>文件信息</h5>
<ul> <ul>
<li>文件行:<?= $this->Count ?></li> <li>文件行:<?= $this->Count ?></li>
<li>文件大小:<?= $this->Size ?></li> <li>文件大小:<?= $this->Size ?></li>
<li>文件类型:<?= $this->Type ?></li> <li>文件类型:<?= $this->Type ?></li>
</ul> </ul>
@ -47,7 +47,7 @@ $this->headTitle()->setSeparator(' - ');
{ {
$('#clt-next').removeClass('disabled'); $('#clt-next').removeClass('disabled');
$('#clt-next').attr('href','/admin/data/dataimport/ac/target?file=<?= $this->file ?>'); $('#clt-next').attr('href','/admin/data/dataimport/ac/target?file=<?= $this->file ?>');
alert("數據完整性檢查成功,可以進行下一步"); alert("数据完整性检查成功,可以进行下一步");
return true; return true;
} }
$('.error-alerts').show(); $('.error-alerts').show();
@ -60,7 +60,7 @@ $this->headTitle()->setSeparator(' - ');
}, },
'timeout': 30000, 'timeout': 30000,
'beforeSend' : function(){ 'beforeSend' : function(){
$('#error-loading').html("正在對文件進行初始化檢查......"); $('#error-loading').html("正在对文件进行初始化检查......");
$('#error-loading').show(); $('#error-loading').show();
}, },
'complete' : function(){ 'complete' : function(){

View File

@ -14,7 +14,7 @@ $theme->AppendPlus($this,"jquery-fileupload");
<h3>数据导入</h3> <h3>数据导入</h3>
<hr /> <hr />
<label>上传文件,请选择Excel文件进行上传</label> <label>上传文件请选择CSV格式文件可以用EXCEL导出进行上传</label>
<span class="btn btn-success fileinput-button file-upload-ctls">上传文件<input id="fileupload" type="file" name="FileData"></span> <span class="btn btn-success fileinput-button file-upload-ctls">上传文件<input id="fileupload" type="file" name="FileData"></span>
<a href="javascript:void(0);" class="btn btn-info" id="ctl-show-files">查看已上传的文件</a> <a href="javascript:void(0);" class="btn btn-info" id="ctl-show-files">查看已上传的文件</a>