✏️ 正在编辑: importar.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/corretor/importar.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Importar Corretores</h1> <div id="filter"> <?php echo $this->form; ?> <div class="clear"></div> </div> <span style="margin-left: 7px;"> Modelos:<a class="link_excel" style="color: #4d4f4f;" href="https://yuppiecred.s3.sa-east-1.amazonaws.com/IMPORTAR_CORRETORES.csv"> PLANILHA CORRETORES</a> </span> <?php if (count($this->nao_importados)): ?> <div class="view-content" style="margin-top: 30px; padding: 10px"> <h2 class="tit_local">Corretores/Códigos não importados</h2> <table class="result_content" style="margin-top: 15px;"> <thead> <tr class="top_list"> <th>Corretor</th> <th>CPF</th> <th>Banco</th> <th>Código</th> <th>Motivo</th> </tr> </thead> <tbody> <?php foreach ($this->nao_importados as $corretor): ?> <tr> <td><?php echo $corretor['dados']['nome']; ?></td> <td><?php echo $corretor['dados']['cpf']; ?></td> <td><?php echo $corretor['dados']['banco']; ?></td> <td><?php echo $corretor['dados']['senha']; ?></td> <td><?php echo $corretor['motivo']; ?></td> </tr> <?php endforeach; ?> </tbody> <tfoot> <tr> <td class='total_registros'>Total: <?php echo count($this->nao_importados); ?></td> </tr> </tfoot> </table> </div> <?php endif; ?>
💾 保存文件
← 返回文件管理器