✏️ 正在编辑: index.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/simulacao-aberta/index.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<section id="sc_form_simulacao"> <div id="content_externo"> <?php switch ($this->tipo) { case 'inss': case 'gov_ba': echo $this->render('simulacao-aberta/lp-inss.phtml'); break; case 'siape': echo $this->render('simulacao-aberta/lp-siape.phtml'); break; case 'fgts': echo $this->render('simulacao-aberta/form-fgts.phtml'); break; case 'auxilio': echo $this->render('simulacao-aberta/lp-auxilio-brasil.phtml'); break; case 'cartao_beneficio': echo $this->render('simulacao-aberta/lp-cartao-beneficio.phtml'); break; case 'credcesta': echo $this->render('simulacao-aberta/lp-credcesta.phtml'); break; default: echo $this->render('simulacao-aberta/simulacao-chat.phtml'); } ?> <div class="clear"></div> <div id="conclusao" style="display: none"> </div> <div class="clear"></div> </div> </section>
💾 保存文件
← 返回文件管理器