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