PHP Classes

File: SendFormattedMail/templates/page.html

Recommend this page to a friend!
  Classes of José Filipe Lopes Santos   PHP HTML Formatted Mail   SendFormattedMail/templates/page.html   Download  
File: SendFormattedMail/templates/page.html
Role: Auxiliary data
Content type: text/plain
Description: page to display
Class: PHP HTML Formatted Mail
Send HTML email messages composed using templates
Author: By
Last change:
Date: 9 years ago
Size: 1,151 bytes
 

Contents

Class file image Download
<html> <head> <title>{titulo}</title> <link rel="stylesheet" type="text/css" href="{rooturl}css/geral.css"> <link rel="stylesheet" type="text/css" href="{rooturl}css/common.css"> </head> <body bgcolor="#FFFFFF"> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td class="branco"> <div class="moldura"> <img src="{rooturl}images/cabecalho.gif" width="100%" height="91" border="0"> </div> </td> </tr> <tr> <td height="100%" class="branco2" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="98%" align="center"> <tr><td>&nbsp;</td></tr> <tr> <td class="dt2"> {titulo} </td> </tr> <tr><td>&nbsp;</td></tr> <tr> <td> {block_body} </td> </tr> </table> </td> </tr> </table> </body> </html>