✏️ 正在编辑: alteracao-comissao.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/automatizacao/alteracao-comissao.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<div style="margin-bottom: 20px"> <img src="<?php echo $this->serverUrl() . $this->baseUrl('specific/logo-impressao.png'); ?>" /> </div> <div style="font-family: Arial; font-size: 12px;"> <p>Prezado(a) parceiro(a),</p> <p>houve alteração nas suas comissões. Confira a relação abaixo:</p> <p> </p> </div> <h1 style="background-color:#666666;margin: 20px 0 20px 0; border-radius: 5px; color: #FFF; font-size: 21px; padding:10px; text-align: center;">COMISSÕES ALTERADAS</h1> <div style="font-family: Arial; font-size: 12px;"> <table width="100%" cellpadding="5" style="border-spacing:0px; border-collapse: collapse; border: 1px solid silver; width: 100%;"> <thead> <tr> <th style="font-weight: bold; border-width: 0 1px 1px 0; border-style: solid; border-color: #c5c5c5;">Banco</th> <th style="font-weight: bold; border-width: 0 1px 1px 0; border-style: solid; border-color: #c5c5c5;">Convênio</th> <th style="font-weight: bold; border-width: 0 1px 1px 0; border-style: solid; border-color: #c5c5c5;">Produto</th> </tr> </thead> <tbody> <?php foreach ($this->alteracoes as $item): ?> <tr> <td style="border-width: 0 1px 1px 0; border-style: solid; border-color: #c5c5c5;"><?php echo $item['banco']; ?></td> <td style="border-width: 0 1px 1px 0; border-style: solid; border-color: #c5c5c5;"><?php echo $item['convenio']; ?></td> <td style="border-width: 0 1px 1px 0; border-style: solid; border-color: #c5c5c5;"><?php echo $item['tipo_produto']; ?></td> </tr> <?php endforeach; ?> </tbody> </table> <p> </p> <?php $url = $this->serverUrl() . $this->baseUrl("auth/login"); ?> <p>Para maiores informações acesse o <strong><a href="<?php echo $url; ?>" target="_blank" title="Acessar Sistema Yuppie">Sistema Yuppie</a></strong> ou fale com seu gerente comercial.</p> </div> <div style="font-size: 11px; text-align: center; "> <p>Esta mensagem foi enviada pelo Sistema Yuppie - <a href="http://www.yuppietech.com.br" target="_blank">www.yuppietech.com.br</a></p> </div>
💾 保存文件
← 返回文件管理器