Files
ExpenseCount/app/View/Pages/facebook_app.ctp
2026-06-25 13:03:45 +06:00

32 lines
1.2 KiB
PHP

<div class="bodyContent shadow">
<h1>EXPENSECOUNT FOR FACEBOOK</h1>
<p>ExpenseCount Facebook application is under construction. Hopefully, it will be released soon. </p>
<div class="pageDivider"></div>
<div class="row">
<div class="col-md-5 text-center">
<img src="<?php echo $this->webroot;?>images/facebook_image.jpg" width="270" height="225" alt=""/>
</div>
<div class="col-md-7">
<h3>ExpenseCount for Facebook</h3>
The Facebook application will allow you to manage all of your expense from one place as well as to invite your Facebook friends to those expenses. <br/><br/>
<a style="cursor:pointer" onClick="showMessage()"><img src="<?php echo $this->webroot;?>images/app-fb.png" alt=""/></a>
</div>
</div>
</div>
<script>
function showMessage(){
alert("Coming soon!");
}
</script>