dbms_primeidc_init...1
This commit is contained in:
parent
acb7afb8dc
commit
809936a483
@ -42,20 +42,14 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>테스트</th>
|
<th>테스트</th>
|
||||||
<th>대체</th>
|
<th>대체</th>
|
||||||
<th><a href="/IdcCouponUseMK.cup?client_code=<?= $this->client_code ?>" style=" cursor: pointer;">쿠폰</a></th>
|
<th>쿠폰</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->dashboard['test'] ?></td>
|
<td><?= $this->dashboard['test'] ?></td>
|
||||||
<td class=" "><?= $this->dashboard['substitution'] ?></td>
|
<td class=" "><?= $this->dashboard['substitution'] ?></td>
|
||||||
<td>
|
<td><a href="/IdcCouponUseMK.cup?client_code=<?= $this->client_code ?>" style=" cursor: pointer;"><?= $this->dashboard['coupon'] ?></a></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>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user