✏️ 正在编辑: portabilidade.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/corretor/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" class="corretor-portabilidade"> <form action="<?php echo $this->url(array('controller' => 'corretor', 'action' => 'validar-portabilidade')); ?>" method="post"> <table class="relatorio"> <thead> <tr> <th style="width:32%"></th> <th style="width:32%"></th> <th style="width:32%"></th> </tr> </thead> <tbody> <?php if( count($this->contratos) > 0 ): echo $this->render("corretor/acompanhar-portabilidade-body.phtml"); endif; ?> </tbody> <tfoot <?php if( count($this->contratos) == 0 ): ?>style="display:none;"<?php endif;?>> <tr class="top_list"> <th colspan="3"> <button type="submit" class="bt_email"> Responder selecionados </button> </th> </tr> </tfoot> </table> </form> </div>
💾 保存文件
← 返回文件管理器