Files
opensem/resources/views/emails/layout.blade.php
Ludovic CANDELLIER 36267139a1 [WIP] Setup of skeleton
2020-03-25 00:08:27 +01:00

88 lines
3.2 KiB
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ $title }}</title>
@include('emails.components.inline_css')
</head>
<body bgcolor="#f7f7f7">
<table class="container-for-gmail-android" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="background: repeat-x url('http://s3.amazonaws.com/swu-filepicker/4E687TRe69Ld95IDWyEg_bg_top_02.jpg') #ffffff;" align="left" valign="top" width="100%">
<center>
<img class="force-width-gmail" src="http://s3.amazonaws.com/swu-filepicker/SBb2fQPrQ5ezxmqUTgCr_transparent.png" />
<table style="background-color: transparent;" width="100%" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<tbody>
<tr>
<td style="text-align: center; vertical-align: middle;" valign="top" width="100%" height="80">
<!-- [if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="mso-width-percent:1000;height:80px; v-text-anchor:middle;">
<v:fill type="tile" src="http://s3.amazonaws.com/swu-filepicker/4E687TRe69Ld95IDWyEg_bg_top_02.jpg" color="#ffffff" />
<v:textbox inset="0,0,0,0">
<![endif]-->
<center>
<table class="w320" width="600" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="pull-left mobile-header-padding-left" style="vertical-align: middle; color: #4d4d4d; font-size: 24px; font-weight: 700;">OpenSEM</td>
<td class="pull-right mobile-header-padding-right" style="vertical-align: middle; color: #4d4d4d;">Gestion des messages</td>
</tr>
</tbody>
</table>
</center>
<!-- [if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->
</td>
</tr>
</tbody>
</table>
</center>
</td>
</tr>
<tr>
<td class="content-padding" style="background-color: #f7f7f7;" align="center" valign="top" width="100%">
<center>
@yield('content')
</center>
</td>
</tr>
<tr>
<td style="background-color: #ffffff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;" align="center" valign="top" width="100%">
<center>
<table class="w320" width="600" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="content-padding">&nbsp;</td>
</tr>
<tr>
<td style="padding-bottom: 75px;">&nbsp;</td>
</tr>
</tbody>
</table>
</center>
</td>
</tr>
<tr>
<td style="background-color: #f7f7f7; height: 100px;" align="center" valign="top" width="100%">
<center>
<table class="w320" width="600" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 25px 0 25px;"><strong>OpenSEM - 2020</strong></td>
</tr>
</tbody>
</table>
</center>
</td>
</tr>
</tbody>
</table>
</body>
</html>