53 lines
1.5 KiB
HTML
53 lines
1.5 KiB
HTML
<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="">
|
|
|
|
<Title:>
|
|
HabitRPG | Gamify Your Life
|
|
|
|
<Head:>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<Header:>
|
|
<app:modalDialogs />
|
|
<ui:connectionAlert>
|
|
<div id="head" class="container-fluid">
|
|
<app:userMenu />
|
|
<app:mainHeader />
|
|
</div>
|
|
|
|
<Body:>
|
|
<br/>
|
|
<div id="notification-area"></div>
|
|
<div id=wrap class="container-fluid">
|
|
<app:alerts />
|
|
<div id=main class="row-fluid">
|
|
<app:taskLists />
|
|
</div>
|
|
</div>
|
|
|
|
<app:appFooter />
|
|
|
|
<Scripts:>
|
|
<!--<script src="js/progress-polyfill.js"></script>-->
|
|
<script src="https://checkout.stripe.com/v2/checkout.js"></script>
|
|
{#if equal(_view.nodeEnv,"production")}
|
|
<!-- 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>
|
|
{/}
|