dbms_primeidc/extdbms/writeable/cache/dbms.client.dashboard.totalcount_df99a41286e5f24a3806ac32d28ff4a78c890656.bladec
2025-04-23 14:09:36 +09:00

56 lines
1.9 KiB
Plaintext

<div class="col-lg-2 col-md-2 col-xs-4" style="padding:3px">
<table class="table table-bordered table-condensed info_table">
<thead>
<tr>
<th>도쿄</th>
<th class=" ">치바</th>
<th class=" ">VPN</th>
</tr>
</thead>
<tbody>
<tr>
<td><?php echo \htmlentities($dashboard['Tokyo']??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td><?php echo \htmlentities($dashboard['Chiba']??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td><?php echo \htmlentities($dashboard['vpn']??'', ENT_QUOTES, 'UTF-8', false); ?></td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-2 col-md-4 col-xs-5" style="padding:3px">
<table class="table table-bordered table-condensed info_table">
<thead>
<tr>
<th>일반</th>
<th class=" ">방어</th>
<th class=" ">전용</th>
<th class=" ">이벤트</th>
</tr>
</thead>
<tbody>
<tr>
<td><?php echo \htmlentities($dashboard['normal']??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td class=" "><?php echo \htmlentities($dashboard['defence']??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td class=" "><?php echo \htmlentities($dashboard['solo']??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td class=" "><?php echo \htmlentities($dashboard['event']??'', ENT_QUOTES, 'UTF-8', false); ?></td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-2 col-md-3 col-xs-3" style="padding:3px">
<table class="table table-bordered table-condensed info_table">
<thead>
<tr>
<th>테스트</th>
<th>대체</th>
<th>쿠폰</th>
</tr>
</thead>
<tbody>
<tr>
<td><?php echo \htmlentities($dashboard['test']??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td class=" "><?php echo \htmlentities($dashboard['substitution']??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td><a href="/IdcCouponUseMK.cup?client_code=<?php echo \htmlentities($client_code??'', ENT_QUOTES, 'UTF-8', false); ?>" style=" cursor: pointer;"><?php echo \htmlentities($dashboard['coupon']??'', ENT_QUOTES, 'UTF-8', false); ?></a></td>
</tr>
</tbody>
</table>
</div>