initial commit
This commit is contained in:
303
app/View/Layouts/default.ctp
Normal file
303
app/View/Layouts/default.ctp
Normal file
@@ -0,0 +1,303 @@
|
||||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.View.Layouts
|
||||
* @since CakePHP(tm) v 0.10.0.1076
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
|
||||
//$cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework');
|
||||
//$cakeVersion = __d('cake_dev', 'CakePHP %s', Configure::version())
|
||||
?>
|
||||
<!--<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<?php echo $this->Html->charset(); ?>
|
||||
<title>
|
||||
ExpenseCount - The solution for managing we expense, room expense and family expense
|
||||
</title>
|
||||
<meta name="description" content="The solution for organizing Group Expenses, after a trip or a group activity... Fast, free and simple. Also available on Facebook, for iPhone and Android.Group Expense Manager,Group Expense Calculator, Track Expense, Manage Expense, expenditure trancking,organizing Group Expenses,Group Activity" />
|
||||
<meta name="keywords" content="expense count,expcount,expcount.com,Manage we expense, room expense, family expense,Group Expense Manager,Group Expense Calculator, Track Expense, Manage Expense, expenditure trancking,organizing Group Expenses,Group Activity, account, accounting, friends, roomates, share, bill, bills, share a bill, solution, expense, expenses, group, holiday, trip, balance, clubs, balancing, balances, keep the track, skiing, expense sheet, expense report, group expense report, euro, dollar, excel, synchronize, email, money, iphone, facebook, link, links, IOU, activity, activities, ipod touch, group expenses, tally, group expense, transfer, no login, no password, organize, organizing, travel, reembursement, split, cost" />
|
||||
|
||||
<link rel="shortcut icon" type="image/x-icon" href="<?php echo $this->webroot;?>images/favicon.ico">
|
||||
<!– Bootstrap –>
|
||||
<?php echo $this->Html->css('bootstrap.min'); ?>
|
||||
<!– Main CSS–>
|
||||
|
||||
<?php echo $this->Html->css('style'); ?>
|
||||
|
||||
|
||||
<!– HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries –>
|
||||
<!– WARNING: Respond.js doesn't work if you view the page via file:// –>
|
||||
<!–[if lt IE 9]>
|
||||
<script src="<?php echo CDN_URL; ?>js/html5shiv.min.js"></script>
|
||||
<script src="<?php echo CDN_URL; ?>js/respond.min.js"></script>
|
||||
<![endif]–>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!– header section –>
|
||||
<div class="header">
|
||||
<div class="container">
|
||||
<div class="bannerBg shadow">
|
||||
<div class="banner-calculator-img">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-sm-6">
|
||||
<div class="logo-area">
|
||||
<a href="<?php echo $this->webroot;?>">
|
||||
<img class="img-responsive" src="<?php echo $this->webroot;?>images/<?php echo $current_lang;?>_logo.png" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="percent-free">
|
||||
<a >
|
||||
<img src="<?php echo $this->webroot;?>images/<?php echo $current_lang;?>_100-percent-free.png" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
|
||||
<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 class="row">
|
||||
<div class="col-md-11">
|
||||
<div class="bannerSlogun">
|
||||
<p>The Solution for organizing group expenses,</p>
|
||||
<p class="padding-left-225">mess expenses and family expense</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!– /End header section –>
|
||||
|
||||
<!– start menu area –>
|
||||
<nav class="navbar-default menuArea">
|
||||
<div class="container">
|
||||
<div class="shadow">
|
||||
<!– Brand and toggle get grouped for better mobile display –>
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mainMenu">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!– Collect the nav links, forms, and other content for toggling –>
|
||||
<div class="collapse navbar-collapse menu" id="mainMenu">
|
||||
<ul>
|
||||
<li class="active"><a href="<?php echo $this->webroot;?>">HOME</a>
|
||||
</li>
|
||||
<li><a href="#">MOBILE APPS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Facebook Apps</a>
|
||||
|
||||
</li>
|
||||
<li><a href="<?php echo $this->Html->url(array('controller'=>'pages','action'=>'aboutus'));?>">ABOUT US</a>
|
||||
</li>
|
||||
<li><a href="<?php echo $this->Html->url(array('controller'=>'pages','action'=>'faq'));?>">FAQ</a>
|
||||
</li>
|
||||
<li><a href="<?php echo $this->Html->url(array('controller'=>'pages','action'=>'feedback'));?>">FEEDBACK</a>
|
||||
</li>
|
||||
<li><a href="<?php echo $this->Html->url(array('controller'=>'pages','action'=>'termscondition'));?>">TERMS OF USE</a>
|
||||
</li>
|
||||
<!–<li><a href="<?php echo $this->Html->url(array('controller'=>'Home','action'=>'track'));?>">EXPENSES</a>
|
||||
</li> –>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<!– /.navbar-collapse –>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!– /.container-fluid –>
|
||||
</nav>-->
|
||||
<!-- /End menu area -->
|
||||
|
||||
|
||||
<!--Start Content area -->
|
||||
<div class="container text-center">
|
||||
<?php echo $this->Session->flash(); ?>
|
||||
<?php echo $this->fetch('content'); ?>
|
||||
</div>
|
||||
<!--/Endbox content-->
|
||||
|
||||
<!-- Start footer content box area -->
|
||||
<!-- <div class="footerContentBoxArea">
|
||||
<div class="container">
|
||||
<div class="footerContentBox shadow">
|
||||
<div class="row">
|
||||
<div class="col-md-3 divider">
|
||||
<div class="box">
|
||||
<h2>Did You Know</h2>
|
||||
<p><strong>Expcount in your language</strong>
|
||||
</p>
|
||||
<p>Expocount is not yet available in your language? We are looking for volunteer translators. Interested?</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3 divider">
|
||||
<div class="box">
|
||||
<h2>News</h2>
|
||||
<div class="news dotted">
|
||||
<p><strong>12.12.2014</strong>
|
||||
</p>
|
||||
<p>Expocount Featured in Forbes!</p>
|
||||
<p><a href="#">http://www.expcount.com</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="news">
|
||||
<p><strong>12.12.2014</strong>
|
||||
</p>
|
||||
<p>Expocount Featured in Forbes!</p>
|
||||
<p><a href="#">http://www.expcount.com</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="newsReadmore"><a href="#">Read more..</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3 divider">
|
||||
<div class="box">
|
||||
<h2>Follow Us</h2>
|
||||
<div class="searchBox">
|
||||
<input type="text" name="search" id="search" placeholder="Your E-mail" />
|
||||
<input type="submit" name="searchBtn" id="searchBtn" value="OK" />
|
||||
</div>
|
||||
<div class="followLink">
|
||||
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fexpensecount.com%2F">
|
||||
<img src="<?php echo $this->webroot;?>images/fb-icon.jpg" alt="" />
|
||||
</a>
|
||||
<a href="https://twitter.com/intent/tweet?source=http%3A%2F%2Fexpensecount.com%2F&text=The solution for managing we expense, room expense and family expense:%20http%3A%2F%2Fexpensecount.com%2F
|
||||
|
||||
">
|
||||
<img src="<?php echo $this->webroot;?>images/twitter-icon.jpg" alt="" />
|
||||
</a>
|
||||
<a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fexpensecount.com%2F&title=ExpenseCount - The solution for managing we expense, room expense and family expense&summary=Manage your expenses better ever!&source=http%3A%2F%2Fexpensecount.com%2F">
|
||||
<img src="<?php echo $this->webroot;?>images/in-icon.jpg" alt="" />
|
||||
</a>
|
||||
<a href="https://plus.google.com/share?url=http%3A%2F%2Fexpensecount.com%2F">
|
||||
<img src="<?php echo $this->webroot;?>images/g-icon.jpg" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="box">
|
||||
<h2>Watch Tutorial</h2>
|
||||
<div class="align-center">
|
||||
<img class="img-responsive" src="<?php echo $this->webroot;?>images/video-img.jpg" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!– /End footer content box area –>
|
||||
<div class="copyrightArea">
|
||||
<div class="container">
|
||||
<div class="shadow">
|
||||
<div class="copyright">
|
||||
Copy right © 2015 ExpenseCount, All Rights Reserved.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
echo $this->Form->create("Home", array('id'=> 'languageSelectionForm','url' => array('controller' => 'Home', 'action' => 'changeLanguage')));
|
||||
|
||||
echo $this->Form->input('global_selected_language', array('type' => 'hidden','id'=>'global_selected_language'));
|
||||
echo $this->Form->input('global_current_url', array('type' => 'hidden','id'=>'global_current_url'));
|
||||
|
||||
echo $this->Form->end();
|
||||
?>
|
||||
|
||||
<script>
|
||||
|
||||
function changeLanguage(language){
|
||||
|
||||
document.getElementById("global_selected_language").value = language;
|
||||
|
||||
document.getElementById("global_current_url").value = "<?php echo $this->Html->url();?>";
|
||||
|
||||
document.forms["languageSelectionForm"].submit();
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<?php echo $this->element('sql_dump'); ?>
|
||||
<!--
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-19803228-4', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user