调整显示次序
This commit is contained in:
parent
dfc4ec37a4
commit
29311fede4
|
@ -23,6 +23,14 @@
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<?php echo $this->form; ?>
|
||||||
|
<?php if ($this->test) : ?>
|
||||||
|
<div>测试结果:<br />
|
||||||
|
<?= $this->escape($this->test) ?>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if ($this->deal) : ?>
|
<?php if ($this->deal) : ?>
|
||||||
<div id="mdlist">
|
<div id="mdlist">
|
||||||
已处理数据:
|
已处理数据:
|
||||||
|
@ -33,11 +41,4 @@
|
||||||
</ul>
|
</ul>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
<?php echo $this->form; ?>
|
|
||||||
<?php if ($this->test) : ?>
|
|
||||||
<div>测试结果:<br />
|
|
||||||
<?= $this->escape($this->test) ?>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
Loading…
Reference in New Issue