tellform/app/views/layout.server.view.html

134 lines
4.8 KiB
HTML
Raw Normal View History

2015-06-29 22:51:29 +00:00
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{{title}}</title>
<!-- General META -->
<meta charset="utf-8">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Semantic META -->
<meta name="keywords" content="{{keywords}}">
<meta name="description" content="{{description}}">
<!-- Facebook META -->
<meta property="og:site_name" content="{{title}}">
<meta property="og:title" content="{{title}}">
<meta property="og:description" content="{{description}}">
<meta property="og:url" content="{{url}}">
<meta property="og:image" content="/img/brand/logo.png">
<meta property="og:type" content="website">
<!-- Twitter META -->
<meta name="twitter:title" content="{{title}}">
<meta name="twitter:description" content="{{description}}">
<meta name="twitter:url" content="{{url}}">
<meta name="twitter:image" content="/img/brand/logo.png">
<!-- Fav Icon -->
2016-06-09 03:32:33 +00:00
<link href="/static/modules/core/img/brand/favicon.ico" rel="shortcut icon" type="image/x-icon">
2016-04-23 03:10:26 +00:00
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
2016-06-09 03:32:33 +00:00
<link rel="stylesheet" href="/static/lib/bootstrap/dist/css/bootstrap.min.css">
2016-08-25 23:33:10 +00:00
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900'>
<!--Bower CSS dependencies-->
{% for bowerCssFile in bowerCssFiles %}
<link rel="stylesheet" href="{{bowerCssFile}}">
{% endfor %}
2016-06-09 03:32:33 +00:00
<link rel="stylesheet" href="/static/lib/angular-input-stars/angular-input-stars.css">
<link rel="stylesheet" href="/static//lib/jquery-ui/themes/flick/jquery-ui.css"/>
<link rel="stylesheet" href="/static/modules/core/css/github-fork-ribbon.css"/>
2016-05-05 19:12:40 +00:00
2015-11-06 21:26:12 +00:00
<!--[if lt IE 9]>
<link rel="stylesheet" href="gh-fork-ribbon.ie.css">
<![endif]-->
<!-- end Bower CSS dependencies-->
2015-06-29 22:51:29 +00:00
<!--Application CSS Files-->
{% for cssFile in cssFiles %}
<link rel="stylesheet" href="{{cssFile}}">
{% endfor %}
<!-- end Application CSS Files-->
2015-06-30 08:54:00 +00:00
2015-06-29 22:51:29 +00:00
<!-- HTML5 Shim -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
2015-07-27 20:33:43 +00:00
<body ng-cloak>
2016-08-23 23:40:15 +00:00
<!--<div class="github-fork-ribbon-wrapper right-bottom hidden-xs">
2015-11-06 20:37:54 +00:00
<div class="github-fork-ribbon">
2015-11-16 23:07:18 +00:00
<a href="https://github.com/whitef0x0/tellform">Fork me on GitHub</a>
2015-11-06 20:37:54 +00:00
</div>
2016-08-23 23:40:15 +00:00
</div>-->
{% block content %}{% endblock %}
2016-05-05 19:12:40 +00:00
2016-06-09 03:32:33 +00:00
<script src="/static/lib/file-saver.js/FileSaver.js" type="text/javascript"></script>
2015-06-29 22:51:29 +00:00
<!--Embedding The User Object-->
<script type="text/javascript">
var user = {{ user | json | safe }};
</script>
2016-05-10 07:25:00 +00:00
<!--Embedding The signupDisabled Boolean-->
<script type="text/javascript">
2016-05-10 07:41:10 +00:00
var signupDisabled = {{signupDisabled | safe}};
2016-06-07 00:37:09 +00:00
var socketPort = {{socketPort | safe}};
2016-05-10 07:25:00 +00:00
</script>
2016-06-07 00:37:09 +00:00
<!--Socket.io Client Dependency-->
<script src="https://cdn.socket.io/socket.io-1.4.5.js"></script>
<!--Bower JS dependencies-->
{% for bowerJSFile in bowerJSFiles %}
<script type="text/javascript" src="{{bowerJSFile}}"></script>
{% endfor %}
<!-- end Bower JS dependencies-->
2016-04-23 03:18:28 +00:00
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/angular-strap/2.3.8/angular-strap.min.js"></script>
2016-05-05 19:12:40 +00:00
2015-06-29 22:51:29 +00:00
<!--Application JavaScript Files-->
{% for jsFile in jsFiles %}
<script type="text/javascript" src="{{jsFile}}"></script>
2015-06-29 22:51:29 +00:00
{% endfor %}
2015-07-14 21:05:16 +00:00
<!-- end Application Javascript dependencies-->
2015-06-29 22:51:29 +00:00
{% if process.env.NODE_ENV === 'development' %}
<!--Livereload script rendered -->
<script type="text/javascript" src="http://{{request.hostname}}:35729/livereload.js"></script>
{% endif %}
2016-05-17 00:30:20 +00:00
<script src="https://cdn.ravenjs.com/2.3.0/angular/raven.min.js"></script>
<script>
2016-06-07 00:37:09 +00:00
Raven.config('https://825fefd6b4ed4a4da199c1b832ca845c@sentry.tellform.com/2').install();
</script>
<!-- [if lt IE 9]>
2015-06-29 22:51:29 +00:00
<section class="browsehappy jumbotron hide">
<h1>Hello there!</h1>
<p>You are using an old browser which we unfortunately do not support.</p>
<p>Please <a href="http://browsehappy.com/">click here</a> to update your browser before using the website.</p>
<p><a href="http://browsehappy.com" class="btn btn-primary btn-lg" role="button">Yes, upgrade my browser!</a></p>
</section>
<![endif] -->
2016-05-05 19:12:40 +00:00
2016-04-24 18:34:19 +00:00
<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','https://www.google-analytics.com/analytics.js','ga');
2015-06-29 22:51:29 +00:00
2016-04-24 18:34:19 +00:00
ga('create', '{{google_analytics_id}}', 'auto');
ga('send', 'pageview');
</script>
2016-05-05 19:12:40 +00:00
2015-06-29 22:51:29 +00:00
</body>
</html>