promo alert emsil
This commit is contained in:
@@ -12,7 +12,7 @@ img {height: auto;}
|
||||
.header {padding: 10px 10px 10px 10px;}
|
||||
.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;}
|
||||
.subhead {font-size: 12px; color: #000000; font-family: sans-serif; letter-spacing: 3px;}
|
||||
.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;}
|
||||
@@ -37,7 +37,7 @@ img {height: auto;}
|
||||
<![endif]-->
|
||||
<table bgcolor="#ffffff" class="content" align="center" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td bgcolor="red" class="header">
|
||||
<td class="header">
|
||||
<!--[if (gte mso 9)|(IE)]>
|
||||
<table width="100%" align="left" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
@@ -69,52 +69,38 @@ img {height: auto;}
|
||||
<td class="innerpadding borderbottom">
|
||||
<table align="left" border="0" cellpadding="0" cellspacing="0" style="width: 100%; max-width: 600px;">
|
||||
<tr>
|
||||
<td colspan="2"><h2>{{report_date}}</h2></td>
|
||||
<td><h2>Date:{{report_date}}</h2></td>
|
||||
<td><h2>Points: {{points}}</h2></td>
|
||||
</tr>
|
||||
<tr class="report_line">
|
||||
<td class="left" style="width:350px">Today Sign-up - <span>People that completed the sign-up today</span></td>
|
||||
|
||||
<tr class="trColor">
|
||||
<td class="left" style="width:350px">
|
||||
<div style="flex-direction: column;">
|
||||
<div>Today Sign-up </div>
|
||||
<div style="font-size: 10px;">People that completed the sign-up today</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="bodycopy rr">{{today_signup}}</td>
|
||||
</tr>
|
||||
|
||||
<tr class="report_line">
|
||||
<td class="left" style="width:350px">Last 3 day(s) Sign-up - <span>People that completed the sign-up in last 3 days</span></td>
|
||||
<td class="left" style="width:350px">
|
||||
<div style="flex-direction: column;">
|
||||
<div>Today Sign-up 3 days </div>
|
||||
<div style="font-size: 10px;">People that completed the sign-up in last 3 days</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="bodycopy rr">{{today_signup_3days}}</td>
|
||||
</tr>
|
||||
|
||||
<tr class="report_line">
|
||||
<td class="left" style="width:350px">Last 7 day(s) Sign-up - <span>People that completed the sign-up in last 7 days</span></td>
|
||||
<td class="bodycopy rr">{{today_signup_7days}}</td>
|
||||
</tr>
|
||||
|
||||
<tr class="report_line">
|
||||
<td class="left" style="width:350px">Total Login in last 24 hrs - <span>People that login in last 24 hours</span></td>
|
||||
<td class="bodycopy rr">{{today_login_24hrs}}</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr class="trColor">
|
||||
<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: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:350px">Interest Contacts - <span>Total Show of interest today</span></td>
|
||||
<td class="bodycopy rr">{{total_task_interest}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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:350px">Private Tasks - <span>Private Task now</span></td>
|
||||
<td class="bodycopy rr">{{total_private_tasks}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<td class="left" style="width:350px">
|
||||
<div style="flex-direction: column;">
|
||||
<div>Today Sign-up 7 days </div>
|
||||
<div style="font-size: 10px;">People that completed the sign-up in last 7 days</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="bodycopy rr">{{today_signup_3days}}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user