✏️ 正在编辑: index.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/contrato-juridico/index.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Ações Judiciais</h1> <div id="filter"> <?php echo $this->form; ?> <div class="clear"></div> </div> <div class="progress"> <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"> </div> </div> <div id="view-content"> <form action="<?php echo $this->url(array('action' => 'selecionar-acao')); ?>" method="post"> <table summary="AcoesJudiciais" class="relatorio tablesorter" id="sortedTable"> <thead> <tr class="top_list"> <th>Banco</th> <th>Cliente</th> <th>CPF</th> <th>Corretor</th> <th>Nº Contrato</th> <th>Nº ADE</th> <th>Dt/Local Audiência</th> <th>Res. Análise</th> <th>Nº Processo</th> <th>Dt. Recebimento</th> <th>Dt. Notificação</th> <th>Envío Físico</th> <th>Dt. Pagamento</th> <th>Rota</th> <th>Vl. Pago</th> <th colspan="4"></th> </tr> </thead> <tbody> <tr> <td colspan="15">Nenhum registro encontrado.</td> </tr> </tbody> </table> <select name="acao" id="acao" class="select-acao"> <option disabled selected value></option> <option value="NotificarAnaliseSF">Notificação de Análise SF</option> <option value="NotificarAnaliseCF">Notificação de Análise CF</option> <option value="RespostaAnaliseOPV">Resposta de Análise OPV</option> <option value="RespostaAnaliseOPF">Resposta de Análise OPF</option> </select> <input type="submit" value="Ok" /> </form> <ul class="legenda"> <li style="width:160px !important;">Legenda:</li> <li style="width:160px!important" class="">OPV (Operação Verdadeira)</li> <li style="width:160px!important" class="">OPF (Operação Fraude)</li> <li style="width:160px!important" class="clear"></li> </ul> <div class="clear"></div> </div>
💾 保存文件
← 返回文件管理器