promo
This commit is contained in:
@@ -18,7 +18,7 @@ class Home extends BaseController
|
||||
$in["promo"] = $promo;
|
||||
$in["promo_owner"] = $promoOwner;
|
||||
$out = $this->APIcall('POST','http://10.204.5.100:9083/en/promo/api/v1/start',[]);
|
||||
var_dump($out);
|
||||
//var_dump($out);
|
||||
return view('welcome_message', $out);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="bodycopy" style="padding-bottom:10px;">
|
||||
Dear <b>{{firstname}}</b>,
|
||||
Dear <b><?=$firstname?></b>,
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -83,17 +83,22 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bodycopy" style="padding:20px; font-weight:bold; text-align:center; font-size 20px; color:darkgreen;">
|
||||
<a href="https://dev-promo.wrenchboard.com/PROMIFE/509e6168-eef3-4414-a3f5-2b55a1c21af0">Click here to view opportunities</a>
|
||||
<div style="background-color:#fce6f2; margin-top: 10px; padding: 5px; border-radius: 10px;">
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="bodycopy">
|
||||
|
||||
<td class="bodycopy" style="padding:20px; font-weight:bold; text-align:center; font-size 20px; color:darkgreen;">
|
||||
<div style="background-color:#fce6f2; margin-top: 10px; padding: 5px; border-radius: 10px;">
|
||||
We value your privacy. If you did not initiate this account creation or have any further support questions, don't hesitate to get in touch with us at {{server_name}}/contact<br>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bodycopy" style="padding: 10px 50px 10px 50px;">
|
||||
<hr size="1" style="color:lightgrey; size=1" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -123,9 +128,9 @@
|
||||
|
||||
<tr>
|
||||
<td class="innerpadding bodycopy" style="padding: 10px 10px 10px 10px;">
|
||||
{{site_name}} Team
|
||||
<?=$site_name?> Team
|
||||
<br>
|
||||
{{server_name}}
|
||||
<?=$server_name?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -133,8 +138,7 @@
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td align="center" class="footercopy">
|
||||
® {{site_name}} {{YYYY}}<br/>
|
||||
You received this email because you subscribed to the {{site_name}} questionnaire. If you get this email in error please <a href="{{main_site_url}}contact" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
|
||||
® <?=$site_name?> <?=$yyyy?> <br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user