...
|
...
|
@@ -279,9 +279,8 @@ |
|
|
|
|
|
<div class="col-lg-12">
|
|
|
</div>
|
|
|
|
|
|
<?php foreach ($row as $info) { ?>
|
|
|
<div id="open">
|
|
|
<?php foreach ($row as $info) { ?>
|
|
|
<div class="col-xs-6 col-md-3">
|
|
|
<div class="panel bg-blue">
|
|
|
<div class="panel-body">
|
...
|
...
|
@@ -299,11 +298,11 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<?php } ?>
|
|
|
</div>
|
|
|
<div id="close" style="background-color: red">
|
|
|
|
|
|
</div>
|
|
|
<?php } ?>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
|