✏️ 正在编辑: index.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/consulta/index.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<style> @media print { th { background-color:#4b5056 !important; color:#ffffff !important; } ul { display: none; } .consulta_beneficiado dt{ float:left; } dd, dt{ border:solid transparent 3px; font-size:12px; } h1, h2, h3, h4, h5, h6 { font-size:15px; } tr, td, span{ font-size:12px; } .print{ display:block !important; } } .print{ display:none; } </style> <div class="print"> <img src="<?php echo $this->baseUrl('/specific/logo-impressao.png'); ?>"></img> <hr></hr> </div> <h1 class="tit_local no-print">Consulta Dados</h1> <?php if (isset($this->creditosRestantes)): ?> <div id="messages"> <p class="alert">Você tem <span class="negrito"><?php echo $this->creditosRestantes; ?></span> créditos restantes para consulta.</p> </div> <?php endif; ?> <div id="view-content"> <?php echo $this->tabPane('mytabcontainer', $this->render('consulta/_consulta_beneficio.phtml'), array('title' => 'INSS')); ?> <?php echo $this->tabPane('mytabcontainer', $this->formSiape, array('title' => 'Siape')); ?> <?php echo $this->tabPane('mytabcontainer', $this->render('consulta/_consulta_fgts.phtml'), array('title' => 'FGTS')); ?> <?php echo $this->tabPane('mytabcontainer', $this->render('consulta/_consulta_telefones.phtml'), array('title' => 'Telefones')); ?> <?php echo $this->tabPane('mytabcontainer', $this->render('consulta/_consulta_blacklist_naoperturbe.phtml'), array('title' => 'Não Perturbe')); ?> <?php echo $this->tabPane('mytabcontainer', $this->render('consulta/_consulta_in100_master.phtml'), array('title' => 'IN 100')); ?> <?php echo $this->tabContainer('mytabcontainer', array('selected' => $this->tab), array('class' => 'start', 'width' => '300')); ?> <div class="clear"></div> </div>
💾 保存文件
← 返回文件管理器