✏️ 正在编辑: corretores-certificado-a-vencer.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/index/corretores-certificado-a-vencer.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h2>Corretores com certificado à vencer</h2> <div class="container-box certificados-vencer"> <table> <thead> <tr class="top_list"> <th style="text-align: left">ID</th> <th style="text-align: left">Nome</th> <th>Validade</th> <th>Dias restantes</th> </tr> </thead> <tbody> <?php foreach ($this->certificados_a_vencer as $corretor): ?> <tr> <td><?php echo $corretor['id']; ?></td> <td><?php echo $corretor['nome']; ?></td> <td style="text-align: center"><?php echo $this->dateFormat($corretor['validade_certificado']); ?></td> <td style="text-align: center"><?php echo $corretor['dias_restantes']; ?></td> </tr> <?php endforeach; ?> </tbody> <tfoot> <tr> <td colspan="4">Total: <?php echo count($this->certificados_a_vencer); ?></td> </tr> </tfoot> </table> </div>
💾 保存文件
← 返回文件管理器