✏️ 正在编辑: relatorio-pdf-layout.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/relatorio/relatorio-pdf-layout.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<!DOCTYPE html> <html> <head> <style> <?php echo $this->style; ?> </style> </head> <body style="background-color: #FFFFFF !important;"> <div> <table> <tbody class="header-pdf-table"> <tr style="background-color: rgba(255, 255, 255, 1)"> <td rowspan="4" width="200px" style="padding: 10px;"> <img class="header-pdf-table" src="<?php echo publicPath("/specific/logo-impressao.png"); ?>"/> </td> </tr> <tr> <td><b>Relatório:</b></td> <td><?php echo $this->relatorio;?></td> </tr> <tr> <td><b>Gerado em:</b></td> <td><?php echo $this->dataGeracao;?></td> </tr> <tr> <td><b>Referente a data:</b></td> <td><?php echo $this->referenteData;?></td> </tr> </tbody> </table> </div> <?php echo $this->content; ?> </body> </html>
💾 保存文件
← 返回文件管理器