调整显示次序

This commit is contained in:
wlx 2011-10-20 06:22:19 +00:00
parent dfc4ec37a4
commit 29311fede4
1 changed files with 8 additions and 7 deletions

View File

@ -23,6 +23,14 @@
</div>
<?php endif; ?>
</div>
<?php echo $this->form; ?>
<?php if ($this->test) : ?>
<div>测试结果:<br />
<?= $this->escape($this->test) ?>
</div>
<?php endif; ?>
<?php if ($this->deal) : ?>
<div id="mdlist">
已处理数据:
@ -33,11 +41,4 @@
</ul>
<?php endforeach; ?>
</div>
<?php endif; ?>
</div>
<?php echo $this->form; ?>
<?php if ($this->test) : ?>
<div>测试结果:<br />
<?= $this->escape($this->test) ?>
</div>
<?php endif; ?>