✏️ 正在编辑: importar-adiantamentos.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/sincronizacao/importar-adiantamentos.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Importar Adiantamento de Comissão</h1> <div id="view-content"> <?php echo $this->form; ?> <p class="clear"> </p> <?php if( count($this->contratos_baixados) > 0 ): ?> <table> <thead> <tr class="top_list"> <th>Contratos Baixados</th> </tr> </thead> <tbody> <?php foreach( $this->contratos_baixados as $contrato ): ?> <tr> <td><?php echo $contrato; ?></td> </tr> <?php endforeach; ?> </tbody> </table> <?php endif; ?> <table class="result_content"> <thead> <tr class="top_list"> <th>Nº Contrato</th> <th>Motivo</th> </tr> </thead> <tbody> </tbody> </table> </div>
💾 保存文件
← 返回文件管理器