alert emsil

This commit is contained in:
CHIEFSOFT\ameye
2023-12-21 09:40:48 -05:00
parent 7a3aac2149
commit 1f8380ebbb
@@ -13,9 +13,9 @@ img {height: auto;}
.innerpadding {padding: 10px 10px 10px 10px;}
.borderbottom {border-bottom: 1px solid #f2eeed;}
.subhead {font-size: 12px; color: #ffffff; font-family: sans-serif; letter-spacing: 3px;}
.h1, .h2, .bodycopy {color: #153643; font-family: sans-serif;}
.h1, .h2, .bodycopy {color: darkgreen; font-family: sans-serif;}
.h1 {font-size: 33px; line-height: 38px; font-weight: bold;}
.bodycopy {font-size: 14px; line-height: 20px;}
.bodycopy {font-size: 14px; line-height: 20px; text-align:center; font-weight:bolder;}
.button {text-align: center; font-size: 16px; font-family: sans-serif; font-weight: bold; padding: 0 30px 0 30px;}
.button a {color: #ffffff; text-decoration: none;}
.footer {padding: 20px 30px 15px 30px; bgcolor:#007bff; background-color:#007bff;}
@@ -35,7 +35,7 @@ img {height: auto;}
<![endif]-->
<table bgcolor="#ffffff" class="content" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td bgcolor="#c7d8a7" class="header">
<td bgcolor="red" class="header">
<!--[if (gte mso 9)|(IE)]>
<table width="100%" align="left" cellpadding="0" cellspacing="0" border="0">
<tr>
@@ -71,41 +71,36 @@ img {height: auto;}
</tr>
<tr>
<td class="left" style="width:250px">Today Sign-up - <span>People that completed the sign-up</span></td>
<td class="bodycopy"><h1>{{today_signup}}</h1></td>
<td class="bodycopy">{{today_signup}}</td>
</tr>
<tr class="trColor">
<td class="left" style="width:250px">Pending Sign-up - <span>People still in the process not completed</span></td>
<td class="bodycopy"><h1>{{today_pending_signup}}</h1></td>
<td class="bodycopy">{{today_pending_signup}}</td>
</tr>
<tr>
<td class="left" style="width:250px">Public Active Jobs - <span>Jobs total shown to public now</span></td>
<td class="bodycopy"><h1>{{total_active_public_jobs}}</h1></td>
<td class="bodycopy">{{total_active_public_jobs}}</td>
</tr>
<tr class="trColor">
<td class="left" style="width:250px">Interest Contats - <span>Total Show of interest today</span></td>
<td class="bodycopy"><h1>{{total_task_interest}}</h1></td>
<td class="bodycopy">{{total_task_interest}}</td>
</tr>
<tr>
<td class="left" style="width:250px">Session - <span>Session total created today</span></td>
<td class="bodycopy"><h1>{{total_login}}</h1></td>
<td class="bodycopy">{{total_login}}</td>
</tr>
<tr class="trColor">
<td class="left" style="width:250px">Private Tasks - <span>Private Task now</span></td>
<td class="bodycopy"><h1>{{total_private_tasks}}</h1></td>
<td class="bodycopy">{{total_private_tasks}}</td>
</tr>
<tr>
<td class="left" style="width:250px">Mobile App Login - <span>Log in tracked from the mobile app</span></td>
<td class="bodycopy"><h1>{{count_mobile_login}}</h1></td>
<td class="bodycopy">{{count_mobile_login}}</td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
<tr>
@@ -147,11 +142,6 @@ You received this email because you subscribe to {{site_name}}. If you get this
</td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
</table>