39 lines
1000 B
Plaintext
39 lines
1000 B
Plaintext
To: {{email}}
|
|
Subject: WrenchBoard - {{title}}
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
.body {font-size:12px;color:#333333;width:100%;}
|
|
.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #9dcc7a;border-collapse: collapse;}
|
|
.tftable th {font-size:12px;background-color:#abd28e;border-width: 1px;padding: 4px;border-style: solid;border-color: #9dcc7a;text-align:left;}
|
|
.tftable tr2 {background-color:#bedda7;}
|
|
.tftable td {font-size:14px;border-width: 0px;padding: 4px;border-style: solid;border-color: #9dcc7a;}
|
|
.tftable tr2:hover {background-color:#ffffff;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2" border="1" id="dt2" style="width:250px; font-family: "Times New Roman", Georgia, Serif;font-size:14px;background-color:#abd28e;">
|
|
|
|
<tbody>
|
|
|
|
|
|
<tr >
|
|
<td colspan="2"><h3>{{message}}</h3></td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</center>
|
|
|
|
|
|
|
|
|
|
</pre>
|
|
</body>
|
|
</html>
|
|
|