dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-11 09:14:16 +09:00
parent acb7afb8dc
commit 809936a483

View File

@ -42,20 +42,14 @@
<tr>
<th>테스트</th>
<th>대체</th>
<th><a href="/IdcCouponUseMK.cup?client_code=<?= $this->client_code ?>" style=" cursor: pointer;">쿠폰</a></th>
<th>쿠폰</th>
</tr>
</thead>
<tbody>
<tr>
<td><?= $this->dashboard['test'] ?></td>
<td class=" "><?= $this->dashboard['substitution'] ?></td>
<td>
<?php if (!$this->dashboard['coupon']) { ?>
<?= $this->dashboard['coupon'] ?>
<?php } else { ?>
<a href="/IdcCouponUseMK.cup?client_code=<?= $this->client_code ?>" style=" cursor: pointer;"><?= $this->dashboard['coupon'] ?></a>
<?php } ?>
</td>
<td><a href="/IdcCouponUseMK.cup?client_code=<?= $this->client_code ?>" style=" cursor: pointer;"><?= $this->dashboard['coupon'] ?></a></td>
</tr>
</tbody>
</table>