PHP Classes

File: protected/views/layouts/mail.php

Recommend this page to a friend!
  Classes of Adnane EL Mouttaki   Covoiturage   protected/views/layouts/mail.php   Download  
File: protected/views/layouts/mail.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Covoiturage
System for managing a car pooling service
Author: By
Last change:
Date: 6 years ago
Size: 605 bytes
 

Contents

Class file image Download
<html>
<head>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type">
</head>
<table cellspacing="0" cellpadding="10" style="color:#666;font:13px Arial;line-height:1.4em;width:100%;">
    <tbody>
        <tr>
            <td style="color:#0d924b;font-size:22px;border-bottom: 2px solid #0d924b;">
                <img alt="Covoiturage-CPNV" src="../mail/covoiturage5.png" />
            </td>
        </tr>
        <tr>
            <td style="color:#777;font-size:16px;padding-top:5px;">
            </td>
        </tr>
        <tr>
            <td>
                <?php echo $content ?>
</td>
        </tr>
    </tbody>
</table>
</body>
</html>