promo admin

This commit is contained in:
CHIEFSOFT\ameye
2024-11-16 10:12:05 -05:00
parent a838c82e8b
commit 06b369405e
139 changed files with 86934 additions and 1 deletions
+207
View File
@@ -0,0 +1,207 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>View opportunities at <?=$site_name?></title>
<style type="text/css">
body {margin: 0; padding: 0; min-width: 100%!important; font-family: sans-serif;}
.content {width: 100%; max-width: 600px; background-color: #ffffff;}
.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;}
.bodycopy {font-size: 16px; line-height: 20px; padding-bottom:10px;}
.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: 16px; color: #ffffff;}
.footercopy a {color: #ffffff; text-decoration: underline;}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="margin: 0; min-width: 100%!important; font-size: 16px; line-height: 20px; font-family: sans-serif; background-color:#f6f8f1;" >
<table style="max-width:600px; margin:0 auto auto auto" bgcolor="#f6f8f1" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="margin: 0px;">
<table class="content" >
<tr>
<td class="header">
<table align="left" border="0" cellpadding="0" cellspacing="0" style="width: 100%; max-width: 600px;">
<tr>
<td height="30" border="0" style="text-align:center;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding: 1px 0 1px 0; text-align:center;">
<a href="https://www.wrenchboard.com/"><img src="https://www.wrenchboard.com/assets/ext/images/wrenchboard.png" alt="WrenchBoard"></a> <!-- <?=$site_name?> -->
</td>
</tr>
<tr>
<td class="subhead"
style="font-size: 12px; color: #ffffff; font-family: sans-serif; letter-spacing: 3px; color:black; padding: 0 0 0 3px; text-align:center;">
<?=$promo_title?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="innerpadding borderbottom" style="padding: 10px 10px 10px 10px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bodycopy" style="padding-bottom:10px;">
Dear <b><?=$firstname?></b>,
</td>
</tr>
<tr>
<td class="bodycopy" style="padding-bottom:10px;">
</td>
</tr>
<tr>
<td class="bodycopy" style="padding-bottom:10px;">
&nbsp;&nbsp; <?=$promo_description?>
</td>
</tr>
<tr>
<td class="bodycopy" style="padding: 10px 50px 10px 50px;">
<hr size="1" style="color:lightgrey; size=1" />
</td>
</tr>
<?php
$total_price = 0;
$pad_l =0;
foreach ($task as $item){
$total_price =$total_price + $item["price"];
?>
<tr>
<td class="bodycopy" style="font-weight:bold; font-size 20px; color:black; padding-left: <?=$pad_l?>px;">
<div style="display: flex">
<div style="display: <?php echo ($pad_l>0)? 'block': 'none'; ?>;"><img src="/assets/images/arrow2.png"> </div>
<div style="background-color:#f7f7f8; margin-top: 10px; padding: 5px; border-radius: 10px; text-align: left; width: 100%; box-shadow: 3px 1px 1px #bbadad;">
<div><?=$item["title"]?></div>
<div style="display: flex; width: 100%;">
<div style="color: #e464e7; font-size: 12px;">&nbsp;&nbsp;<?=$item["description"]?></div>
<div style="width: 150px; padding-left: 25px; color: darkgreen;"><?=$item["price"]*0.01?> Naira</div>
<div style="display: <?php echo ($pad_l>0)? 'block': 'none'; ?>; text-align: right; width: 50px;"><img style="width: 30px; height: auto;" src="/assets/images/lock.png"> </div>
</div>
</div>
</div>
</td>
</tr>
<?php
$pad_l = $pad_l + 25;
}
?>
<tr>
<td class="bodycopy" style="font-weight:bold; font-size 20px; color:black; text-align: right;">
Reward : <?=$total_price*0.01 ?> Naira
</td>
</tr>
<tr>
<td class="bodycopy" style="padding:20px; font-weight:bold; text-align:center; font-size 20px; color:darkgreen;">
<div style="background-color:white; margin-top: 10px; padding: 5px; border-radius: 10px;">
<div style="text-align: left">
</div>
<div style="text-align: right; width: 100%;">
<a
href="<?=$user_server_name?>/PROMO/<?=$promo?>/<?=$promo_owner?>"
style="background-color: aliceblue;
text-decoration:none;
font-size: 16px;
box-shadow: 10px 5px 5px #bbadad;
color: black; font-weight: bold;
padding: 10px; left:
font-family: Helvetica, Sans-Serif;
border-radius: 10px;" type="submit" >Get Started Now and Unlock<span style="color: #2aa198;"> <?=$total_price*0.01 ?> Naira<span></a>
</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>
<td class="innerpadding borderbottom">
<table width="100%" border="0" >
<tr>
<td style="text-align: center;">
<a href="https://apps.apple.com/us/app/wrenchboard/id1435718367?ls=1">
<img style="max-width: 200px; height: auto" src="https://users.wrenchboard.com/assets/images/download/apple.jpg" alt="Apple" border="0" />
</a>
</td>
<td style="text-align: center;">
<a href="https://apps.apple.com/us/app/wrenchboard/id1435718367?ls=1">
<img style="max-width: 200px; height: auto" src="https://users.wrenchboard.com/assets/images/download/android.jpg" alt="Android" border="0" />
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="innerpadding bodycopy" style="padding: 10px 10px 10px 10px;">
<b> <?=$site_name?> Team </b>
<br>
<?=$server_name?>
</td>
</tr>
<tr>
<td class="footer" style="color:#ffffff; padding: 20px 30px 15px 30px; bgcolor:#007bff; background-color:#007bff;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="footercopy">
&reg; <?=$site_name?> <?=$yyyy?> <br/>
</td>
</tr>
<tr>
<td align="center" style="padding: 20px 0 0 0;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
<a href="https://www.facebook.com/wrenchboard/">
<img src="<?=$server_name?>/assets/images/brands/facebook.png" width="37" height="37" alt="Facebook" border="0" />
</a>
</td>
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
<a href="http://www.twitter.com/">
<img src="<?=$server_name?>/assets/images/brands/twitter.png" width="37" height="37" alt="Twitter" border="0" />
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
+207
View File
@@ -0,0 +1,207 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>View opportunities at <?=$site_name?></title>
<style type="text/css">
body {margin: 0; padding: 0; min-width: 100%!important; font-family: sans-serif;}
.content {width: 100%; max-width: 600px; background-color: #ffffff;}
.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;}
.bodycopy {font-size: 16px; line-height: 20px; padding-bottom:10px;}
.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: 16px; color: #ffffff;}
.footercopy a {color: #ffffff; text-decoration: underline;}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="margin: 0; min-width: 100%!important; font-size: 16px; line-height: 20px; font-family: sans-serif; background-color:#f6f8f1;" >
<table style="max-width:600px; margin:0 auto auto auto" bgcolor="#f6f8f1" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="margin: 0px;">
<table class="content" >
<tr>
<td class="header">
<table align="left" border="0" cellpadding="0" cellspacing="0" style="width: 100%; max-width: 600px;">
<tr>
<td height="30" border="0" style="text-align:center;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding: 1px 0 1px 0; text-align:center;">
<a href="https://www.wrenchboard.com/"><img src="https://www.wrenchboard.com/assets/ext/images/wrenchboard.png" alt="WrenchBoard"></a> <!-- <?=$site_name?> -->
</td>
</tr>
<tr>
<td class="subhead"
style="font-size: 12px; color: #ffffff; font-family: sans-serif; letter-spacing: 3px; color:black; padding: 0 0 0 3px; text-align:center;">
<?=$promo_title?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="innerpadding borderbottom" style="padding: 10px 10px 10px 10px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bodycopy" style="padding-bottom:10px;">
Dear <b><?=$firstname?></b>,
</td>
</tr>
<tr>
<td class="bodycopy" style="padding-bottom:10px;">
</td>
</tr>
<tr>
<td class="bodycopy" style="padding-bottom:10px;">
&nbsp;&nbsp; <?=$promo_description?>
</td>
</tr>
<tr>
<td class="bodycopy" style="padding: 10px 50px 10px 50px;">
<hr size="1" style="color:lightgrey; size=1" />
</td>
</tr>
<?php
$total_price = 0;
$pad_l =0;
foreach ($task as $item){
$total_price =$total_price + $item["price"];
?>
<tr>
<td class="bodycopy" style="font-weight:bold; font-size 20px; color:black; padding-left: <?=$pad_l?>px;">
<div style="display: flex">
<div style="display: <?php echo ($pad_l>0)? 'block': 'none'; ?>;"><img src="/assets/images/arrow2.png"> </div>
<div style="background-color:#f7f7f8; margin-top: 10px; padding: 5px; border-radius: 10px; text-align: left; width: 100%; box-shadow: 3px 1px 1px #bbadad;">
<div><?=$item["title"]?></div>
<div style="display: flex; width: 100%;">
<div style="color: #e464e7; font-size: 12px;">&nbsp;&nbsp;<?=$item["description"]?></div>
<div style="width: 150px; padding-left: 25px; color: darkgreen;"><?=$item["price"]*0.01?> Naira</div>
<div style="display: <?php echo ($pad_l>0)? 'block': 'none'; ?>; text-align: right; width: 50px;"><img style="width: 30px; height: auto;" src="/assets/images/lock.png"> </div>
</div>
</div>
</div>
</td>
</tr>
<?php
$pad_l = $pad_l + 25;
}
?>
<tr>
<td class="bodycopy" style="font-weight:bold; font-size 20px; color:black; text-align: right;">
Reward : <?=$total_price*0.01 ?> Naira
</td>
</tr>
<tr>
<td class="bodycopy" style="padding:20px; font-weight:bold; text-align:center; font-size 20px; color:darkgreen;">
<div style="background-color:white; margin-top: 10px; padding: 5px; border-radius: 10px;">
<div style="text-align: left">
</div>
<div style="text-align: right; width: 100%;">
<a
href="<?=$user_server_name?>/PROMO/<?=$promo?>/<?=$promo_owner?>"
style="background-color: aliceblue;
text-decoration:none;
font-size: 16px;
box-shadow: 10px 5px 5px #bbadad;
color: black; font-weight: bold;
padding: 10px; left:
font-family: Helvetica, Sans-Serif;
border-radius: 10px;" type="submit" >Get Started Now and Unlock<span style="color: #2aa198;"> <?=$total_price*0.01 ?> Naira<span></a>
</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>
<td class="innerpadding borderbottom">
<table width="100%" border="0" >
<tr>
<td style="text-align: center;">
<a href="https://apps.apple.com/us/app/wrenchboard/id1435718367?ls=1">
<img style="max-width: 200px; height: auto" src="https://users.wrenchboard.com/assets/images/download/apple.jpg" alt="Apple" border="0" />
</a>
</td>
<td style="text-align: center;">
<a href="https://apps.apple.com/us/app/wrenchboard/id1435718367?ls=1">
<img style="max-width: 200px; height: auto" src="https://users.wrenchboard.com/assets/images/download/android.jpg" alt="Android" border="0" />
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="innerpadding bodycopy" style="padding: 10px 10px 10px 10px;">
<b> <?=$site_name?> Team </b>
<br>
<?=$server_name?>
</td>
</tr>
<tr>
<td class="footer" style="color:#ffffff; padding: 20px 30px 15px 30px; bgcolor:#007bff; background-color:#007bff;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="footercopy">
&reg; <?=$site_name?> <?=$yyyy?> <br/>
</td>
</tr>
<tr>
<td align="center" style="padding: 20px 0 0 0;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
<a href="https://www.facebook.com/wrenchboard/">
<img src="<?=$server_name?>/assets/images/brands/facebook.png" width="37" height="37" alt="Facebook" border="0" />
</a>
</td>
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
<a href="http://www.twitter.com/">
<img src="<?=$server_name?>/assets/images/brands/twitter.png" width="37" height="37" alt="Twitter" border="0" />
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
+106
View File
@@ -0,0 +1,106 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Promotion Managers</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="Admin template that can be used to build dashboards for CRM, CMS, etc." />
<meta name="author" content="Potenza Global Solutions" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- app favicon -->
<link rel="shortcut icon" href="/asset/img/favicon.ico">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- plugin stylesheets -->
<link rel="stylesheet" type="text/css" href="/asset/css/vendors.css" />
<!-- app style -->
<link rel="stylesheet" type="text/css" href="/asset/css/style.css" />
</head>
<body class="bg-white">
<!-- begin app -->
<div class="app">
<!-- begin app-wrap -->
<div class="app-wrap">
<!-- begin pre-loader -->
<div class="loader">
<div class="h-100 d-flex justify-content-center">
<div class="align-self-center">
<img src="/asset/img/loader/loader.svg" alt="loader">
</div>
</div>
</div>
<!-- end pre-loader -->
<!--start login contant-->
<div class="app-contant">
<div class="bg-white" >
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1">
<div class="d-flex align-items-center h-100-vh">
<div class="login p-50">
<h1 class="mb-2">WrenchBoard Promotions</h1>
<p>Welcome back, please login to your account.</p>
<form action="auth-login.html" class="mt-3 mt-sm-5">
<div class="row">
<div class="col-12">
<div class="form-group">
<label class="control-label">User Name*</label>
<input type="text" class="form-control" placeholder="Username" />
</div>
</div>
<div class="col-12">
<div class="form-group">
<label class="control-label">Password*</label>
<input type="password" class="form-control" placeholder="Password" />
</div>
</div>
<div class="col-12">
<div class="d-block d-sm-flex align-items-center">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="gridCheck">
<label class="form-check-label" for="gridCheck">
Remember Me
</label>
</div>
</div>
</div>
<div class="col-12 mt-3" style="text-align: right;">
<a href="#" class="btn btn-primary text-uppercase">Sign In</a>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-sm-6 col-xxl-9 col-lg-7 bg-gradient o-hidden order-1 order-sm-2">
<div class="row align-items-center h-100">
<div class="col-7 mx-auto ">
<img class="img-fluid" src="/asset/img/bg/login.svg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--end login contant-->
</div>
<!-- end app-wrap -->
</div>
<!-- end app -->
<!-- plugins -->
<script src="/asset/js/vendors.js"></script>
<!-- custom app -->
<script src="/asset/js/app.js"></script>
</body>
</html>