コード例 #1
0
<style>
#content{
	margin-left: 200px;
}
</style>
<div id="content">

	<h3>Company Business Status</h3>

	<strong>Total Income : <?php 
echo Func::to_money($income);
?>
</strong><br />
	<strong>Total Expense : <?php 
echo Func::to_money($expense);
?>
</strong><br />
	<hr />
	<strong>Company Cash On Hand : <?php 
echo Func::to_money($onhand);
?>
</strong><br />
	<strong>Affiliate Amount : <?php 
echo Func::to_money($aff_money);
?>
</strong><br />
</div>
コード例 #2
0
<div class="col-sm-9 col-md-10 main">

<!--  Start Editing Here  -->


<div class="container">
	<div class="row">
		<div class="col-md-6">
			<h1>Welcome to <strong>Inlight Mktg Backoffice</strong></h1>
			<p>This is your back office. All you need to do now is share your Inlight Marketing Affiliate link to as many people as possible. The more people you share it with, the bigger your chances you will attain your dreams and aspirations.</p>
			<hr />
			<h3>Accumulated Commissions</h3>
			<p>Weekly : <?php 
echo Func::to_money($weekly);
?>
</p>
			<p>Monthly : P0.00</p>
			<hr />
			<div class="alert alert-info">
				Affiliate Link : <?php 
echo $alink;
?>
			</div>
			<hr />
			<h3>Top 10 Earners</h3>
			<p>Be one of the top 10 earners nation wide and we will be giving gifts for you! Plus your name will be published here. </p>
			<hr />
			<h3><i class="fa fa-binoculars"></i> Jobs Here...</h3>
			<p>We have incorporated latest job offers for you into our database within the Philippines.</p>
			<a href="<?php 
echo SITE_URL;
コード例 #3
0
    ?>
				<?php 
    if ($record) {
        foreach ($record as $k => $v) {
            ?>
					<tr>
						<td><?php 
            echo $v['date_trans'];
            ?>
</td>
						<td><?php 
            echo $v['type'];
            ?>
</td>
						<td><?php 
            echo Func::to_money($v['amount']);
            ?>
</td>
						<td><?php 
            echo $v['status'];
            ?>
</td>
					</tr>
					<?php 
        }
    } else {
        ?>
					<tr>
						<td colspan="4">No record yet</td>
					</tr>
				<?php 
コード例 #4
0
?>
";
		}
		else if($(this).val() == "Premier"){
			money = "<?php 
echo Func::to_money(PREMIER_PRICE);
?>
";
			_money = "<?php 
echo PREMIER_PRICE;
?>
";
		}
		else if($(this).val() == "Basic"){
			money = "<?php 
echo Func::to_money(BASIC_PRICE);
?>
";
			_money = "<?php 
echo BASIC_PRICE;
?>
";
		}
		$("#agreeNote").html('This will deduct <strong>'+money+'</strong> to your account.');
		$("#amount").val(_money);
	});

	$("#btnsubmit").on('click',function(){
		$(this).replaceWith("<img id='loading' src='<?php 
echo SITE_URL;
?>