remove label
This commit is contained in:
parent
9a63ab891c
commit
729219c5be
|
@ -48,7 +48,7 @@ $this->theme->AppendPlus($this,'colorbox');
|
||||||
<li class="well well-small">
|
<li class="well well-small">
|
||||||
<p><span class="title"><?php echo $item['title'];?></span></p>
|
<p><span class="title"><?php echo $item['title'];?></span></p>
|
||||||
<p>
|
<p>
|
||||||
编号:<label><?= $item['code'];?></label> |
|
编号:<?= $item['code'];?> |
|
||||||
负责人:<?= $item['name'];?> |
|
负责人:<?= $item['name'];?> |
|
||||||
开始时间:<?= $item['pstart'];?> |
|
开始时间:<?= $item['pstart'];?> |
|
||||||
状态:<?= $item['status'];?>
|
状态:<?= $item['status'];?>
|
||||||
|
@ -79,4 +79,4 @@ $this->theme->AppendPlus($this,'colorbox');
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});
|
$(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue