✏️ 正在编辑: meus-parceiros.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/corretor/meus-parceiros.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Meus Parceiros</h1> <div id="view-content" class=""> <table class="relatorio"> <thead> <tr class="top_list"> <th>ID | Nome</th> </tr> </thead> <tbody> <?php if (!empty($this->parceiros)): $cont = 0; foreach ($this->parceiros as $parceiro): $cont++; ?> <tr> <td><?php echo $parceiro ?></td> </tr> <?php endforeach; endif; ?> </tbody> </table> </div>
💾 保存文件
← 返回文件管理器