From: <unl...@us...> - 2002-08-14 04:19:15
|
Update of /cvsroot/meshdb/www/deal/templates In directory usw-pr-cvs1:/tmp/cvs-serv27115/templates Added Files: message_body.tpl Log Message: Template file for general messages. That'll do for today ;) --- NEW FILE: message_body.tpl --- <table width="100%" cellspacing="1" cellpadding="4" border="0" bgcolor="#CCCCCC"> <tr> <th align="center" height="25"><b>{MESSAGE_TITLE}</b></th> </tr> <tr> <td><table width="100%" cellspacing="0" cellpadding="1" border="0"> <tr> <td> </td> </tr> <tr> <td align="center">{MESSAGE_TEXT}</td> </tr> <tr> <td> </td> </tr> </table></td> </tr> </table> <br clear="all" /> |