修复IE下显示问题
This commit is contained in:
parent
9ed87f2891
commit
bbd6a44ec5
|
@ -22,7 +22,7 @@
|
||||||
<?php endforeach;endif; ?>
|
<?php endforeach;endif; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<?php echo $this->form; ?>
|
||||||
<?php if ($this->deal) : ?>
|
<?php if ($this->deal) : ?>
|
||||||
<div id="mdlist">
|
<div id="mdlist">
|
||||||
已处理数据:
|
已处理数据:
|
||||||
|
@ -34,10 +34,10 @@
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
|
||||||
<?php echo $this->form; ?>
|
|
||||||
<?php if ($this->test) : ?>
|
<?php if ($this->test) : ?>
|
||||||
<div>测试结果:<br />
|
<div>测试结果:<br />
|
||||||
<?= $this->escape($this->test) ?>
|
<?= $this->escape($this->test) ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
</div>
|
|
@ -23,13 +23,7 @@
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
</div>
|
|
||||||
<?php echo $this->form; ?>
|
<?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">
|
||||||
|
@ -41,4 +35,10 @@
|
||||||
</ul>
|
</ul>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<?php if ($this->test) : ?>
|
||||||
|
<div>测试结果:<br />
|
||||||
|
<?= $this->escape($this->test) ?>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
</div>
|
|
@ -22,7 +22,7 @@
|
||||||
<?php endforeach;endif; ?>
|
<?php endforeach;endif; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<?php echo $this->form; ?>
|
||||||
<?php if ($this->deal) : ?>
|
<?php if ($this->deal) : ?>
|
||||||
<div id="mdlist">
|
<div id="mdlist">
|
||||||
已处理数据:
|
已处理数据:
|
||||||
|
@ -34,11 +34,10 @@
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php echo $this->form; ?>
|
|
||||||
<?php if ($this->test) : ?>
|
<?php if ($this->test) : ?>
|
||||||
<div>测试结果:<br />
|
<div>测试结果:<br />
|
||||||
<?= $this->escape($this->test) ?>
|
<?= $this->escape($this->test) ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
</div>
|
|
@ -22,7 +22,7 @@
|
||||||
<?php endforeach;endif; ?>
|
<?php endforeach;endif; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<?php echo $this->form; ?>
|
||||||
<?php if ($this->deal) : ?>
|
<?php if ($this->deal) : ?>
|
||||||
<div id="mdlist">
|
<div id="mdlist">
|
||||||
已处理数据:
|
已处理数据:
|
||||||
|
@ -34,10 +34,10 @@
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
|
||||||
<?php echo $this->form; ?>
|
|
||||||
<?php if ($this->test) : ?>
|
<?php if ($this->test) : ?>
|
||||||
<div>测试结果:<br />
|
<div>测试结果:<br />
|
||||||
<?= $this->escape($this->test) ?>
|
<?= $this->escape($this->test) ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
</div>
|
Loading…
Reference in New Issue