2013-02-17 05:25:34 +00:00
|
|
|
<import: src="modals" ns="">
|
|
|
|
|
<import: src="profile" ns="">
|
|
|
|
|
<import: src="alerts" ns="">
|
|
|
|
|
<import: src="tasks" ns="">
|
|
|
|
|
<import: src="rewards" ns="">
|
|
|
|
|
<import: src="footer" ns="">
|
|
|
|
|
<import: src="header" ns="">
|
2013-02-09 18:30:06 +00:00
|
|
|
|
2012-04-27 02:03:01 +00:00
|
|
|
<Title:>
|
2013-01-16 00:31:06 +00:00
|
|
|
HabitRPG | Gamify Your Life
|
2013-01-16 01:16:24 +00:00
|
|
|
|
2012-07-07 21:45:06 +00:00
|
|
|
<Head:>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2013-01-14 15:56:40 +00:00
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
2013-01-15 19:35:10 +00:00
|
|
|
|
2012-04-27 02:03:01 +00:00
|
|
|
<Header:>
|
2013-01-16 01:16:24 +00:00
|
|
|
<app:modalDialogs />
|
2012-06-21 00:47:08 +00:00
|
|
|
<ui:connectionAlert>
|
2013-02-09 22:25:08 +00:00
|
|
|
<div id="head" class="container-fluid">
|
2013-02-17 05:25:34 +00:00
|
|
|
<app:userMenu />
|
|
|
|
|
<app:mainHeader />
|
2012-06-26 13:23:16 +00:00
|
|
|
</div>
|
2013-01-14 18:31:14 +00:00
|
|
|
|
2012-06-26 13:24:12 +00:00
|
|
|
<Body:>
|
|
|
|
|
<br/>
|
2013-02-16 17:02:55 +00:00
|
|
|
<div id="notification-area"></div>
|
2013-02-10 21:38:37 +00:00
|
|
|
<div id=wrap class="container-fluid">
|
2013-01-29 01:09:57 +00:00
|
|
|
<app:alerts />
|
2013-02-10 21:38:37 +00:00
|
|
|
<div id=main class="row-fluid">
|
2013-02-17 05:25:34 +00:00
|
|
|
<app:taskLists />
|
2012-06-26 13:24:12 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2012-09-19 01:37:49 +00:00
|
|
|
|
2013-02-17 05:25:34 +00:00
|
|
|
<app:appFooter />
|
2013-02-08 20:18:15 +00:00
|
|
|
|
2012-12-12 05:30:36 +00:00
|
|
|
<Scripts:>
|
2013-02-13 20:26:23 +00:00
|
|
|
<!--<script src="js/progress-polyfill.js"></script>-->
|
2013-01-15 19:35:10 +00:00
|
|
|
<script src="https://checkout.stripe.com/v2/checkout.js"></script>
|
2013-01-19 13:37:38 +00:00
|
|
|
{#if equal(_view.nodeEnv,"production")}
|
2012-12-12 05:30:36 +00:00
|
|
|
<!-- Google Analytics -->
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
var _gaq = _gaq || [];
|
|
|
|
|
_gaq.push(['_setAccount', 'UA-33510635-1']);
|
|
|
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
|
|
|
|
|
|
(function() {
|
|
|
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
|
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
|
|
})();
|
|
|
|
|
</script>
|
2013-01-26 13:15:57 +00:00
|
|
|
{/}
|