change the text on dataimport templates

This commit is contained in:
Li Jianxuan 2015-01-29 02:22:44 +00:00
parent 469d0bdb20
commit 67e76f0713
3 changed files with 16 additions and 16 deletions

View File

@ -9,21 +9,21 @@ $this->headTitle()->setSeparator(' - ');
</div>
<div class="span10">
<h3>數據導入<small>文件預處</small></h3>
<h3>数据导入<small>文件预处</small></h3>
<hr />
理文件:<?= $this->file ?>...
理文件:<?= $this->file ?>...
<h5>文件信息</h5>
<ul>
<li>文件行數:<?= $this->Count ?></li>
<li>文件大小:<?= $this->Size ?></li>
<li>文件型:<?= $this->Type ?></li>
<li>文件型:<?= $this->Type ?></li>
</ul>
<hr />
<h5 class="error-alerts" style="display: none;">錯誤消息</h5>
<h5 class="error-alerts" style="display: none;">错误消息</h5>
<ul id="errors" class="error-alerts" style="display: none;">
</ul>

View File

@ -9,21 +9,21 @@ $this->headTitle()->setSeparator(' - ');
</div>
<div class="span10">
<h3>數據導入<small>選擇導入目標</small></h3>
<h3>数据导入<small>选择导入目标</small></h3>
<hr />
入文件:<?= $this->file ?>
入文件:<?= $this->file ?>
<h5>選擇數據庫</h5>
<ul class="unstyled">
<?php foreach($this->schema as $v){ ?>
<li><input type="radio" class="ctl-table-btn" value="<?= $v ?>"> <?= $v ?></li>
<?php } ?>
</ul>
<h5>选择数据库</h5>
<?php foreach($this->schema as $v){ ?>
<label class="radio">
<input type="radio" class="ctl-table-btn" value="<?= $v ?>" name="schema"> <?= $v ?>
</label>
<?php } ?>
<hr />
<h5 class="error-alerts" style="display: none;">錯誤消息</h5>
<h5 class="error-alerts" style="display: none;">错误消息</h5>
<ul id="errors" class="error-alerts" style="display: none;">
</ul>

View File

@ -11,12 +11,12 @@ $theme->AppendPlus($this,"jquery-fileupload");
</div>
<div class="span10">
<h3>數據導</h3>
<h3>数据导</h3>
<hr />
<label>傳文件,請選擇Excel文件進行上傳</label>
<label>传文件,请选择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>
<div class="progress" id="pdf-upload-progress" style="display: none;">
<div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">