✏️ 正在编辑: add-documento.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/emprestimo-pessoal/add-documento.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php echo $this->formDocumento ?> <div class="clear"></div> <table> <thead> <tr class="top_list"> <th>Descrição</th> <th width="30"></th> <th width="30"></th> </tr> </thead> <?php foreach ( $this->documentos as $documento ): ?> <tr> <td><?php echo $documento['tipo']?></td> <td align="center"> <a style="text-decoration: none;" href="#" class="glyphicon-reg glyphicon-reg-picture" onclick="window.open('/..' + '<?php echo $this->baseUrl() ."/uploads/". $documento['arquivo']; ?>' );" title="Visualizar <?php echo $documento['tipo']?>"></a> </td> <td align="center"><a href="<?php echo $this->url(array( 'action' => 'delete-documento', 'id' => $documento['id'], 'contrato_id' => $documento['contrato_id'] )) ?>" class="link_remove" onclick="cleanExit()"></a></td> </tr> <?php endforeach; ?> </table>
💾 保存文件
← 返回文件管理器