initial commit

This commit is contained in:
2026-06-25 13:03:45 +06:00
commit 4589f4a8d0
3229 changed files with 941958 additions and 0 deletions

128
app/View/Facebook/index.ctp Normal file
View File

@@ -0,0 +1,128 @@
<!-- header section -->
<div class="header2">
<div class="fixedWidth760">
<div class="bannerEx shadow bannerHeight">
<div class="">
<div class="row">
<div class="col-xs-6">
<div class="logo-area">
<a href="#">
<img src="<?php echo $this->webroot;?>images/logo.png" alt="" />
</a>
</div>
<div class="bannerSlogun2">
<p>The Solution for organizing group,</p>
<p class="padding-left-100">mess and personal expenses</p>
</div>
</div>
<div class="col-xs-6">
<div class="ex-menu">
<a href="#">Blog</a> | <a href="#">FAQ</a> | <a href="#">Feed</a> | <a href="#">Web</a> | <a href="#">Terms</a>
</div>
<div class="flasg-icon-area">
<a style="cursor:pointer" onClick="changeLanguage('may')" >
<img alt="" src="<?php echo $this->webroot;?>images/may-icon.png" title="Malay" />
</a>
<a style="cursor:pointer" onClick="changeLanguage('chi')">
<img src="<?php echo $this->webroot;?>images/chi-icon.png" title="Chinese(中國)" />
</a>
<a style="cursor:pointer" onClick="changeLanguage('rus')">
<img src="<?php echo $this->webroot;?>images/rus-icon.png" title="Russian(руÑ<C692>Ñ<EFBFBD>кий)" />
</a>
<a style="cursor:pointer" onClick="changeLanguage('urd')">
<img src="<?php echo $this->webroot;?>images/urd-icon.png" title="Urdu(اردو)" />
</a>
<a style="cursor:pointer" onClick="changeLanguage('spa')">
<img src="<?php echo $this->webroot;?>images/spa-icon.png" title="Spanish(español)" />
</a>
<a style="cursor:pointer" onClick="changeLanguage('ben')">
<img src="<?php echo $this->webroot;?>images/ben-icon.png" title="Bangla(বাংলা)" />
</a>
<a style="cursor:pointer" onClick="changeLanguage('hin')">
<img src="<?php echo $this->webroot;?>images/hin-icon.png" title="Hindi(नॉट)" />
</a>
<a style="cursor:pointer" onClick="changeLanguage('jpn')">
<img src="<?php echo $this->webroot;?>images/jpn-icon.png" title="Japanese(日本人)" />
</a>
<a style="cursor:pointer" onClick="changeLanguage('eng')">
<img src="<?php echo $this->webroot;?>images/eng-icon.png" title="English" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /End header section -->
<!--Start Content area -->
<div class="fixedWidth760">
<div class="bodyContent shadow" style="padding-top: 5px;">
<div class="btnArea">
<a href="#" class="customBtn"><span class="plusIcon">+</span> Create Group</a>
<a href="#" class="customBtn"><span class="plusIcon">+</span> Create Mess</a>
<a href="#" class="customBtn"><span class="plusIcon">+</span> Create Group</a>
<a href="#"><img src="<?php echo $this->webroot;?>images/app-mob.png" alt="" /></a>
</div>
<div class="round expenseTableContent">
<table class="gridTable2">
<tr>
<th>Description</th>
<th>Type</th>
<th>URL</th>
<th>Delete</th>
</tr>
<tr>
<td>
<h3>Title Text</h3>
<p>This is a Fimaliy trip This is a Fimaliy trip This is a Fimaliy trip</p>
<p><strong>Created by Razib on 20/01/2015</strong></p>
</td>
<td><p>Group Expenses</p></td>
<td><a href="#">www.expcount.com</a></td>
<td><a href="#"><img src="<?php echo $this->webroot;?>images/delete-icon.png" alt="" /></a></td>
</tr>
<tr>
<td>
<h3>Title Text</h3>
<p>This is a Fimaliy trip This is a Fimaliy trip This is a Fimaliy trip</p>
<p><strong>Created by Razib on 20/01/2015</strong></p>
</td>
<td><p>WeXpense</p></td>
<td><a href="#">www.expcount.com</a></td>
<td><a href="#"><img src="<?php echo $this->webroot;?>images/delete-icon.png" alt="" /></a></td>
</tr>
<tr>
<td>
<h3>Title Text</h3>
<p>This is a Fimaliy trip This is a Fimaliy trip This is a Fimaliy trip</p>
<p><strong>Created by Razib on 20/01/2015</strong></p>
</td>
<td><p>MessXpense</p></td>
<td><a href="#">www.expcount.com</a></td>
<td><a href="#"><img src="<?php echo $this->webroot;?>images/delete-icon.png" alt="" /></a></td>
</tr>
</table>
</div>
</div>
</div>
<div class="copyrightArea">
<div class="fixedWidth760">
<div class="shadow">
<div class="copyright">
Copy right &copy; 2014 Expcount, All Rights Reserved.
</div>
</div>
</div>
</div>