dbms_primeidc/extdbms/writeable/cache/dbms.service.extra_ecdf5220be695b4a8306093867dba883dfc53853.bladec
2025-04-23 16:34:53 +09:00

36 lines
1.3 KiB
Plaintext

<style>
table {
border-collapse: collapse;
}
table,
td,
th {
border: 1px solid black;
text-align: center;
}
</style>
<table class="table table-bordered table-hover table-striped">
<thead>
<tr>
<td>고객명</td>
<td>장비명</td>
<td>IP</td>
<td>사용OS</td>
<td>위치</td>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $entities; $this->addLoop($__currentLoopData);$this->getFirstLoop();
foreach($__currentLoopData as $key => $entity): $loop = $this->incrementLoopIndices(); ?>
<tr>
<td><?php echo \htmlentities($clients[$entity->getClientCode()]->getTitle()??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td><?php echo \htmlentities($entity->getServerCode()??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td><?php echo \htmlentities($entity->service_ip??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td><?php echo \htmlentities($entity->service_os??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td><?php echo \htmlentities($entity->service_sw??'', ENT_QUOTES, 'UTF-8', false); ?></td>
</tr>
<?php endforeach; $this->popLoop(); $loop = $this->getFirstLoop(); ?>
</tbody>
</table>
<div align='center'><?php echo \htmlentities($pagination->render("/dbms/service/extra/adddb_code/", ['adddb_code' => $adddb_code, 'curPage' => $curPage, 'perPage' => $perPage])??'', ENT_QUOTES, 'UTF-8', false); ?></div>