mail file

This commit is contained in:
CHIEFSOFT\ameye
2024-09-01 18:32:14 -04:00
parent cbcba9bffc
commit 17f4bedf8a
@@ -1,5 +1,5 @@
Subject: System Alert-WrenchBoard Report {{site_name}}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html />
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@@ -16,11 +16,13 @@ img {height: auto;}
.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; text-align:center; font-weight:bolder;}
.rr{text-align:right;}
.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;}
.footercopy {font-family: sans-serif; font-size: 14px; color: #ffffff;}
.footercopy a {color: #ffffff; text-decoration: underline;}
.trColor{background-color:aliceblue;}
</style>
</head>
@@ -69,33 +71,33 @@ img {height: auto;}
<tr>
<td colspan="2"><h2>{{report_date}}</h2></td>
</tr>
<tr>
<td class="left" style="width:250px">Today Sign-up - <span>People that completed the sign-up</span></td>
<td class="bodycopy">{{today_signup}}</td>
<tr class="report_line">
<td class="left" style="width:350px">Today Sign-up - <span>People that completed the sign-up</span></td>
<td class="bodycopy rr">{{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">{{today_pending_signup}}</td>
<td class="left" style="width:350px">Pending Sign-up - <span>People still in the process not completed</span></td>
<td class="bodycopy rr">{{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">{{total_active_public_jobs}}</td>
<td class="left" style="width:350px">Public Active Jobs - <span>Jobs total shown to public now</span></td>
<td class="bodycopy rr">{{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">{{total_task_interest}}</td>
<td class="left" style="width:350px">Interest Contats - <span>Total Show of interest today</span></td>
<td class="bodycopy rr">{{total_task_interest}}</td>
</tr>
<tr>
<td class="left" style="width:250px">Session - <span>Session total created today</span></td>
<td class="bodycopy">{{total_login}}</td>
<td class="left" style="width:350px">Session - <span>Session total created today</span></td>
<td class="bodycopy rr">{{total_login}}</td>
</tr>
<tr class="trColor">
<td class="left" style="width:250px">Private Tasks - <span>Private Task now</span></td>
<td class="bodycopy">{{total_private_tasks}}</td>
<td class="left" style="width:350px">Private Tasks - <span>Private Task now</span></td>
<td class="bodycopy rr">{{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">{{count_mobile_login}}</td>
<td class="left" style="width:350px">Mobile App Login - <span>Log in tracked from the mobile app</span></td>
<td class="bodycopy rr">{{count_mobile_login}}</td>
</tr>