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

98 lines
6.0 KiB
PHP

<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8&appId=179508332152";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="bodyContent shadow">
<div class="row">
<div class="col-md-7">
<blockquote class="slogun">
"It is possible to manage your expenses without login!!!"
</blockquote>
</div>
<div class="col-md-5">
<div class="apps">
<div class="fb-like" data-href="https://www.facebook.com/expensecount/" data-layout="button_count" data-action="like" data-size="large" data-show-faces="true" data-share="true"></div>
&nbsp;&nbsp;
<a href="<?php echo $this->Html->url(array('controller'=>'pages','action'=>'mobileApps'));?>">
<img src="<?php echo $this->webroot;?>images/<?php echo $current_lang;?>_expocount-mobile.png" alt="" />
</a>
<!-- <a href="<?php echo $this->Html->url(array('controller'=>'pages','action'=>'facebookApp'));?>">
<img src="<?php echo $this->webroot;?>images/<?php echo $current_lang;?>_expocount-facebook.png" alt="" />
</a> -->
</div>
</div>
</div>
<!--box area-->
<div class="boxArea">
<div class="row">
<div class="col-md-4">
<div class="box">
<div class="box-title">WeXpense</div>
<div class="box-content">
<div class="img">
<img src="<?php echo $this->webroot;?>images/pic1.jpg" alt="" />
</div>
<p><b>How to split and balance group expenses?</b> ExpenseCount provides solution for any kind of shared or group expenses. It has ...(<a href="<?php echo $this->Html->url(array('controller'=>'Home','action'=>'groupExpense'));?>">more</a>)</p>
</div>
<div class="box-footer">
<a class="plusIcon" href="<?php echo $this->Html->url(array('controller'=>'Home','action'=>'createGroupExpense'));?>">+</a>
<a href="<?php echo $this->Html->url(array('controller'=>'Home','action'=>'createGroupExpense'));?>">Create New</a> |
<a target="blank" href="<?php echo $this->Html->url();?>6pbPNva1">Demo</a> |
<a href="<?php echo $this->Html->url(array('controller'=>'pages','action'=>'mobileApps/1'));?>">Download App</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="box">
<div class="box-title">MessXpense</div>
<div class="box-content">
<div class="img">
<img src="<?php echo $this->webroot;?>images/pic2.jpg" alt="" />
</div>
<p><b>Sharing meals with others in mess or hostel?</b> ExpenseCount provides detailed report at the end of a mess period or month...(<a href="<?php echo $this->Html->url(array('controller'=>'Home','action'=>'messExpense'));?>">more</a>)</p>
</div>
<div class="box-footer">
<a class="plusIcon" href="<?php echo $this->Html->url(array('controller'=>'Home','action'=>'createMessExpense'));?>">+</a>
<a href="<?php echo $this->Html->url(array('controller'=>'Home','action'=>'createMessExpense'));?>">Create New</a> |
<a target="blank" href="<?php echo $this->Html->url();?>7qbMRgPO">Demo</a> |
<a href="<?php echo $this->Html->url(array('controller'=>'pages','action'=>'mobileApps/2'));?>">Download App</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="box">
<div class="box-title">MyXpense</div>
<div class="box-content">
<div class="img">
<img src="<?php echo $this->webroot;?>images/pic3.jpg" alt="" />
</div>
<p><b>Want to track monthly personal expenses?</b> ExpenseCount helps you to figure out and track your monthly expenses...(<a href="<?php echo $this->Html->url(array('controller'=>'Home','action'=>'familyExpense'));?>">more</a>)</p>
</div>
<div class="box-footer">
<a class="plusIcon" href="<?php echo $this->Html->url(array('controller'=>'Home','action'=>'createFamilyExpense'));?>">+</a>
<a href="<?php echo $this->Html->url(array('controller'=>'Home','action'=>'createFamilyExpense'));?>">Create New</a> |
<a target="blank" href="<?php echo $this->Html->url();?>8nbRbGcc">Demo</a> |
<a href="<?php echo $this->Html->url(array('controller'=>'pages','action'=>'mobileApps/3'));?>">Download App</a>
</div>
</div>
</div>
</div>
</div>
<!--/Endbox area-->
</div>