dbms_primeidc/extdbms/lib/Views/dbms/client/dashboard/totalcount.php
2025-04-22 08:59:50 +09:00

56 lines
1.8 KiB
PHP

<div class="col-lg-2 col-md-2 col-xs-4" style="padding:3px">
<table width="100%" border="0" align="left" class="table table-bordered table-condensed info_table" style="margin-bottom:0px">
<thead>
<tr>
<th>도쿄</th>
<th class=" ">치바</th>
<th class=" ">VPN</th>
</tr>
</thead>
<tbody>
<tr>
<td><?= $this->dashboard['Tokyo'] ?></td>
<td><?= $this->dashboard['Chiba'] ?></td>
<td><?= $this->dashboard['vpn'] ?></td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-2 col-md-4 col-xs-5" style="padding:3px">
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="table table-bordered table-condensed info_table" style="margin-bottom:0px">
<thead>
<tr>
<th>일반</th>
<th class=" ">방어</th>
<th class=" ">전용</th>
<th class=" ">이벤트</th>
</tr>
</thead>
<tbody>
<tr>
<td><?= $this->dashboard['normal'] ?></td>
<td class=" "><?= $this->dashboard['defence'] ?></td>
<td class=" "><?= $this->dashboard['solo'] ?></td>
<td class=" "><?= $this->dashboard['event'] ?></td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-2 col-md-3 col-xs-3" style="padding:3px">
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="table table-bordered table-condensed info_table" style="margin-bottom:0px">
<thead>
<tr>
<th>테스트</th>
<th>대체</th>
<th>쿠폰</th>
</tr>
</thead>
<tbody>
<tr>
<td><?= $this->dashboard['test'] ?></td>
<td class=" "><?= $this->dashboard['substitution'] ?></td>
<td><a href="/IdcCouponUseMK.cup?client_code=<?= $this->client_code ?>" style=" cursor: pointer;"><?= $this->dashboard['coupon'] ?></a></td>
</tr>
</tbody>
</table>
</div>