✏️ 正在编辑: view.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/corretor/view.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Corretor - Visualização</h1> <div id="view-content"> <?php $this->tabPane("mytabcontainer", $this->form, array( 'title' => 'Identificação' )); if( $this->form->getValue('id') > 0 ): $this->tabPane("mytabcontainer", $this->render('corretor/add-documento.phtml'), array( 'title' => 'Documentos' )); $this->tabPane("mytabcontainer", $this->render('corretor/add-senha.phtml'), array( 'title' => 'Código Usuário' )); $this->tabPane("mytabcontainer", $this->render('corretor/protocolos.phtml'), array( 'title' => 'Pagamentos' )); $this->tabPane("mytabcontainer", $this->render('corretor/campanhas.phtml'), array( 'title' => 'Saldo de Campanha' )); endif; echo $this->tabContainer("mytabcontainer" , array( 'selected' => 0 ), array( 'class' => 'start', 'width' => '300' )) ?> <div class="clear"></div> <input type="text" id="link_proposta_corretor" style="color: white; border: none; height: 0px" value='<?php echo Core_Link::criaLink("http://{$_SERVER['HTTP_HOST']}{$this->baseURL()}/proposta-cliente", "corretor_id={$this->form->getValue('id')}"); ?>'> </div>
💾 保存文件
← 返回文件管理器