✏️ 正在编辑: tipos-de-operacao.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/relatorio/tipos-de-operacao.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Tipos de Operação</h1> <div id="filter"> <?php echo $this->form; ?> <div class="clear"></div> </div> <div id="view-content"> <table> <?php ?> <thead> <tr class="top_list"> <td>Tipo</td> <td>Qtd.</td> <td>Porcentagem</td> </tr> <tbody> <?php foreach($this->statusTiposDeOperacao as $tipo => $qtde): ?> <tr> <td><?php echo $tipo; ?></td> <td><?php echo $qtde; ?></td> <td><?php echo number_format($qtde * 100 / $this->total, 2, ',', '.'); ?> %</td> </tr> <?php endforeach; ?> </tbody> </table> </div>
💾 保存文件
← 返回文件管理器