...
|
...
|
@@ -279,17 +279,21 @@ |
|
|
|
|
|
<!--<div class="col-lg-12">-->
|
|
|
<!--</div>-->
|
|
|
<?php foreach ($row as $info) { ?>
|
|
|
|
|
|
|
|
|
<!--<?php foreach ($row as $info) { ?>-->
|
|
|
{foreach name="typeList" item="vo"}
|
|
|
<div class="col-xs-6 col-md-3">
|
|
|
<div class="panel bg-blue">
|
|
|
<div class="panel-body" onmouseover="func()" onmouseout="func1()" id="open" onclick="">
|
|
|
<div class="panel-title">
|
|
|
<span class="label label-success pull-right">{:__('Real time')}</span>
|
|
|
<h5><?= $info["zhandian_name"]?></h5>
|
|
|
<input type="text" value="<?= $info[" zhandian_name"]?>">
|
|
|
<!--<h5><?= $info["zhandian_name"]?></h5>-->
|
|
|
<h5>{$vo.zhandian_name}</h5>
|
|
|
</div>
|
|
|
<div class="panel-content">
|
|
|
<h1 class="no-margins"><?= $info["baoxiu_num"]?></h1>
|
|
|
<!--<h1 class="no-margins"><?= $info["baoxiu_num"]?></h1>-->
|
|
|
<h1>{$vo.baoxiu_num}</h1>
|
|
|
<!--<div class="stat-percent font-bold text-gray"><i class="fa fa-commenting"></i>-->
|
|
|
<!--1234-->
|
|
|
<!--</div>-->
|
...
|
...
|
@@ -298,7 +302,8 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<?php } ?>
|
|
|
<!--<?php } ?>-->
|
|
|
{/foreach}
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
|