added icons
@@ -13,6 +13,10 @@ class Home extends BaseController
|
||||
$in["promo"] = $promo;
|
||||
$in["promo_owner"] = $promoOwner;
|
||||
$out = $this->APIcall('POST', $this->wrenchApiServer(). 'start',$in);
|
||||
$out["promo"] = $promo;
|
||||
$out["promo_owner"] = $promoOwner;
|
||||
|
||||
// var_dump($out);
|
||||
$out["task"] = $this->APIcall('POST', $this->wrenchApiServer(). 'tasks',$in)["result_list"];
|
||||
return view('welcome_message', $out);
|
||||
}
|
||||
|
||||
@@ -102,21 +102,20 @@
|
||||
?>
|
||||
<tr>
|
||||
<td class="bodycopy" style="padding:20px; font-weight:bold; text-align:center; font-size 20px; color:darkgreen;">
|
||||
<div style="background-color:aliceblue; margin-top: 10px; padding: 5px; border-radius: 10px;">
|
||||
<div style="background-color:white; margin-top: 10px; padding: 5px; border-radius: 10px;">
|
||||
<div style="text-align: right; width: 100%;">
|
||||
<button type="button" onclick="alert('Hello world!')">Get started on this task</button>
|
||||
|
||||
<a
|
||||
href="<?=$user_server_name?>/PROMO/<?=$promo?>/<?=$promo_owner?>"
|
||||
style="background-color: #007bff;
|
||||
font-size: 12px;
|
||||
color: white; font-weight: bolder;
|
||||
padding: 10px;
|
||||
border-radius: 10px;" type="submit" >Get started on this task</a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- <tr>-->
|
||||
<!-- <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;">-->
|
||||
<!---->
|
||||
<!-- </div>-->
|
||||
<!-- </td>-->
|
||||
<!-- </tr>-->
|
||||
<tr>
|
||||
<td class="bodycopy" style="padding: 10px 50px 10px 50px;">
|
||||
<hr size="1" style="color:lightgrey; size=1" />
|
||||
|
||||
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 713 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 713 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 1.3 KiB |