BBnepal-Accounts/application/views/email-approve.php
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

75 lines
5.0 KiB
PHP

<!doctype html>
<body style="background-color:#e2e1e0;font-family: Open Sans, sans-serif;font-size:100%;font-weight:400;line-height:1.4;color:#000;">
<table style=" max-width: 670px;margin:50px auto 10px;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); line-height: 25px;">
<tr>
<td colspan="3">
<table style="width: 100%;height: 165px;">
<tr>
<td colspan="3" style="background:#032da1;"></td>
</tr>
</table>
<table style="padding:20px 30px;padding: 20px 30px;background: #F9F9F9;width: 88%;padding: 115px auto 0;">
<thead>
<tr>
<th colspan="3" style="padding: 20px;">
<img src="<?= $baseurl; ?>common_assets/<?= $school_info['color_logo']; ?>" style="width: 115px;">
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="padding: 20px 0;font-weight: 500;"> Dear <?= $studname; ?>,</td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="3" style="text-align: center;padding: 30px 10px 10px;">
<img src="<?= $baseurl; ?>assets_student/images/email-tem-2.png" style="width: 230px;">
<p style="font-size: 16px;font-weight: 500;margin: 25px auto 15px;width: 80%;">Your Application has been approved. Please use the below link to make the course fee payment</p>
</td>
</tr>
<tr>
<td colspan="3" style="text-align: center;">
<a href="<?= $make_payment; ?>" target="_blank"><button style="background: #042ea2;color: #fff;border: 0;padding: 14px 26px;border-radius: 6px;">Make Payment</button></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="3">
<table style="width: 100%;background: #032da1;margin-top: 40px;color: #fff;padding:10px 20px">
<tr>
<td colspan="2">
<ul style="list-style-type: none;padding: 0;">
<li style="margin-bottom: 4px;">
<a href="" style="color: #fff;text-decoration: none;font-size: 14px;">
<img src="<?= $baseurl; ?>assets_student/images/email-web.png" style="width: 20px;margin-right: 10px;vertical-align: middle;"><?= $school_info['website_link']; ?></a>
</li>
<li style="margin-bottom: 4px;">
<a href="mailto:<?= $school_info['email']; ?>" style="color: #fff;text-decoration: none;font-size: 14px;">
<img src="<?= $baseurl; ?>assets_student/images/email-email.png" style="width: 20px;margin-right: 10px;vertical-align: middle;"><?= $school_info['email']; ?></a>
</li>
</ul>
</td>
<td style="text-align: center;">
<h5 style="margin: 10px 0 0;">Follow us on</h5>
<ul style="padding: 0;list-style-type: none;">
<li style="display: inline-block;margin: 0 3px;"><a href="<?php echo (isset($school_info['facebook']) && $school_info['facebook'] != NULL) ? $school_info['facebook'] : ''; ?>"><img src="<?= $baseurl; ?>assets_student/images/email-fb.png"></a></li>
<li style="display: inline-block;margin: 0 3px;"><a href="<?php echo (isset($school_info['instagram']) && $school_info['instagram'] != NULL) ? $school_info['instagram'] : ''; ?>"><img src="<?= $baseurl; ?>assets_student/images/email-insta.png"></a></li>
<li style="display: inline-block;margin: 0 3px;"><a href="<?php echo (isset($school_info['twitter']) && $school_info['twitter'] != NULL) ? $school_info['twitter'] : ''; ?>"><img src="<?= $baseurl; ?>assets_student/images/email-tw.png"></a></li>
</ul>
</td>
</tr>
<tr style="text-align:center;">
<td style="color: #fff;text-decoration: none;font-size: 12px;"> Powered By : <?php echo $school_info['school_name'] ?></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>