dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-04 14:20:28 +09:00
parent d3a8a6943a
commit a93153d812

View File

@ -9,9 +9,9 @@
</thead>
<tbody>
<tr>
<td><?= $this->totalcount['Tokyo'] ?></td>
<td><?= $this->totalcount['Chiba'] ?></td>
<td><?= $this->totalcount['vpn'] ?></td>
<td><?= $this->dashboard['Tokyo'] ?></td>
<td><?= $this->dashboard['Chiba'] ?></td>
<td><?= $this->dashboard['vpn'] ?></td>
</tr>
</tbody>
</table>
@ -28,10 +28,10 @@
</thead>
<tbody>
<tr>
<td><?= $this->totalcount['normal'] ?></td>
<td class=" "><?= $this->totalcount['defence'] ?></td>
<td class=" "><?= $this->totalcount['solo'] ?></td>
<td class=" "><?= $this->totalcount['event'] ?></td>
<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>
@ -47,9 +47,9 @@
</thead>
<tbody>
<tr>
<td><?= $this->totalcount['test'] ?></td>
<td class=" "><?= $this->totalcount['substitution'] ?></td>
<td onclick="location.href='/IdcCouponUseMK.cup?client_code=<?= $this->client_code ?>'" style="cursor: pointer;"><?= $this->totalcount['coupon'] ?></td>
<td><?= $this->dashboard['test'] ?></td>
<td class=" "><?= $this->dashboard['substitution'] ?></td>
<td onclick="location.href='/IdcCouponUseMK.cup?client_code=<?= $this->client_code ?>'" style="cursor: pointer;"><?= $this->dashboard['coupon'] ?></td>
</tr>
</tbody>
</table>