✏️ 正在编辑: acompanhar-portabilidade.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/contrato/acompanhar-portabilidade.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Acompanhamento de Portabilidade</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('controller' => 'contrato', 'action' => 'salvar-notificar-portabilidade', 'acompanhamento-portabilidade' => true)); ?>" method="post" onsubmit="return validarChecks(this)"> <table class="relatorio"> <thead style="display:none;"> <tr class="top_list"> <th colspan="19" style="text-align: right"> <input style="display: block;float:right;margin: 0 2px" type="checkbox" name="control" id="toggle_checkboxes" value="1" /> <label for="control">Selecionar Todos</label> </th> </tr> </thead> <tbody></tbody> <tfoot style="display:none;"> <tr class="top_list"> <th colspan="19" style="text-align: right"> <button type="submit" name="salvar" value="-1" class="bt_save"> Salvar selecionados </button> <button type="submit" name="notificar" value="-1" class="bt_email"> Notificar corretores</button> <button type="submit" name="resolver" value="-1" class="bt_apply"> Resolver selecionadas</button> </th> </tr> </tfoot> </table> </form> </div> <ul class="legenda"> <li>Legenda:</li> <li class="bg_vermelho">Simulação recusada</li> <li class="bg_verde">Simulação aprovada</li> <li class="bg_amarelo">Aguardando resposta do corretor</li> <li class="bg_azul">Sem simulação</li> <li class="clear"></li> </ul> <div class="clear"></div> <div id="historico-portabilidade" style="display: none;"> <div id="modal-historico"> <div class="clear"></div> </div> </div> <style> div#view-content table.relatorio { border-collapse: collapse; } .aprovacao-corretor button.bt_save, .aprovacao-corretor button.bt_apply, .aprovacao-corretor button.bt_email{ padding:12px 10px; background-color: transparent; border:none; } div#view-content table th.aprovacao-corretor{ border-width: 1px 0 1px 1px; border-color: #fff; border-style: solid; text-align:center; } div#view-content table td.aprovacao-corretor { border-width: 1px 0 1px 1px; border-color: #fff; border-style: solid; } div#view-content table.relatorio td input, div#view-content table.relatorio td textarea, div#view-content table.relatorio td select { max-width: 92%; } div#view-content table.relatorio th, div#view-content table.relatorio td { word-wrap: break-word; white-space: normal; } input[readonly], textarea[readonly] { border: none; background: transparent; color: inherit; } </style>
💾 保存文件
← 返回文件管理器