修复IE下显示问题

This commit is contained in:
wlx 2011-10-26 02:07:01 +00:00
parent 9ed87f2891
commit bbd6a44ec5
4 changed files with 18 additions and 19 deletions

View File

@ -22,7 +22,7 @@
<?php endforeach;endif; ?>
</div>
<?php endif; ?>
<?php echo $this->form; ?>
<?php if ($this->deal) : ?>
<div id="mdlist">
已处理数据:
@ -34,10 +34,10 @@
<?php endforeach; ?>
</div>
<?php endif; ?>
</div>
<?php echo $this->form; ?>
<?php if ($this->test) : ?>
<div>测试结果:<br />
<?= $this->escape($this->test) ?>
</div>
<?php endif; ?>
<?php endif; ?>
</div>

View File

@ -23,13 +23,7 @@
</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">
@ -41,4 +35,10 @@
</ul>
<?php endforeach; ?>
</div>
<?php endif; ?>
<?php endif; ?>
<?php if ($this->test) : ?>
<div>测试结果:<br />
<?= $this->escape($this->test) ?>
</div>
<?php endif; ?>
</div>

View File

@ -22,7 +22,7 @@
<?php endforeach;endif; ?>
</div>
<?php endif; ?>
<?php echo $this->form; ?>
<?php if ($this->deal) : ?>
<div id="mdlist">
已处理数据:
@ -34,11 +34,10 @@
<?php endforeach; ?>
</div>
<?php endif; ?>
</div>
<?php echo $this->form; ?>
<?php if ($this->test) : ?>
<div>测试结果:<br />
<?= $this->escape($this->test) ?>
</div>
<?php endif; ?>
<?php endif; ?>
</div>

View File

@ -22,7 +22,7 @@
<?php endforeach;endif; ?>
</div>
<?php endif; ?>
<?php echo $this->form; ?>
<?php if ($this->deal) : ?>
<div id="mdlist">
已处理数据:
@ -34,10 +34,10 @@
<?php endforeach; ?>
</div>
<?php endif; ?>
</div>
<?php echo $this->form; ?>
<?php if ($this->test) : ?>
<div>测试结果:<br />
<?= $this->escape($this->test) ?>
</div>
<?php endif; ?>
<?php endif; ?>
</div>