| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  | <!DOCTYPE html>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  | <html>
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  | <head>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  |     <meta charset="UTF-8">
 | 
					
						
							| 
									
										
										
										
											2015-08-24 20:11:04 +02:00
										 |  |  |     <meta name="robots" content="noindex, nofolllow, noarchive, noodp, NoImageIndex, noydir">
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  |     <title>Firefly III</title>
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  |     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  |     <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  |     <base href="{{ route('index') }}/">
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  |     <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" type="text/css" media="all"/>
 | 
					
						
							|  |  |  |     <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css" media="all"/>
 | 
					
						
							|  |  |  |     <link href="dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css"/>
 | 
					
						
							| 
									
										
										
										
											2015-07-25 07:04:09 +02:00
										 |  |  |     <link href="css/firefly.css" rel="stylesheet" type="text/css"/>
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <!--[if lt IE 9]>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  |     <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
 | 
					
						
							|  |  |  |     <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  |     <![endif]-->
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- favicons -->
 | 
					
						
							| 
									
										
										
										
											2016-02-20 18:47:06 +01:00
										 |  |  |     {% include('partials/favicons.twig') %}
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | </head>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  | <body class="login-page">
 | 
					
						
							|  |  |  | <div class="login-box">
 | 
					
						
							|  |  |  |     <div class="login-logo">
 | 
					
						
							|  |  |  |         <a href="{{ route('index') }}"><b>Firefly</b>III</a>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  |     {% block content %}{% endblock %}
 | 
					
						
							|  |  |  | </div>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  | <!-- /.login-box -->
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  | <script type="text/javascript" src="js/jquery-2.1.3.min.js"></script>
 | 
					
						
							|  |  |  | <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
 | 
					
						
							| 
									
										
										
										
											2016-02-10 19:39:10 +01:00
										 |  |  | <script type="text/javascript" src="js/guest.js"></script>
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-13 17:35:41 +02:00
										 |  |  | {% if env('ANALYTICS_ID','') != '' %}
 | 
					
						
							|  |  |  |     <script>
 | 
					
						
							|  |  |  |         // send pageview
 | 
					
						
							|  |  |  |         (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');
 | 
					
						
							| 
									
										
										
										
											2015-12-18 16:37:45 +01:00
										 |  |  |         ga('create', '{{ env('ANALYTICS_ID', 'XXX-XX-X') }}', {'siteSpeedSampleRate': 100});
 | 
					
						
							| 
									
										
										
										
											2015-08-13 17:35:41 +02:00
										 |  |  |         ga('send', 'pageview');
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         // send an event if relevant:
 | 
					
						
							|  |  |  |         {% if Session.has('gaEventCategory') and Session.has('gaEventAction') and not Session.has('gaEventLabel') %}
 | 
					
						
							| 
									
										
										
										
											2015-12-18 16:37:45 +01:00
										 |  |  |         ga('send', 'event', '{{ Session.get('gaEventCategory') }}', '{{ Session.get('gaEventAction') }}');
 | 
					
						
							| 
									
										
										
										
											2015-08-13 17:35:41 +02:00
										 |  |  |         {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         // send event if relevant:
 | 
					
						
							|  |  |  |         {% if Session.has('gaEventCategory') and Session.has('gaEventAction') and Session.has('gaEventLabel') %}
 | 
					
						
							| 
									
										
										
										
											2015-12-18 16:37:45 +01:00
										 |  |  |         ga('send', 'event', '{{ Session.get('gaEventCategory') }}', '{{ Session.get('gaEventAction') }}', '{{ Session.get('gaEventLabel') }}');
 | 
					
						
							| 
									
										
										
										
											2015-08-13 17:35:41 +02:00
										 |  |  |         {% endif %}
 | 
					
						
							|  |  |  |     </script>
 | 
					
						
							|  |  |  | {% endif %}
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  | </body>
 | 
					
						
							|  |  |  | </html>
 |