| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  | <!DOCTYPE html>
 | 
					
						
							| 
									
										
										
										
											2018-01-17 06:25:32 +01:00
										 |  |  | <html lang="{{ trans('config.html_language') }}">
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  | <head>
 | 
					
						
							| 
									
										
										
										
											2018-03-04 20:40:49 +01:00
										 |  |  |     <base href="{{ route('index') }}/">
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  |     <meta charset="UTF-8">
 | 
					
						
							| 
									
										
										
										
											2017-09-30 17:56:51 +02:00
										 |  |  |     <meta name="robots" content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir">
 | 
					
						
							| 
									
										
										
										
											2019-02-24 15:12:58 -05:00
										 |  |  |     <meta name="apple-mobile-web-app-capable" content="yes">
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-03 10:35:54 +02:00
										 |  |  |     <title>Firefly III
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-04 19:48:07 +02:00
										 |  |  |         {% if title != "Firefly" and title != "" %}
 | 
					
						
							| 
									
										
										
										
											2016-04-03 10:35:54 +02:00
										 |  |  |             // {{ title }}
 | 
					
						
							|  |  |  |         {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         {% if subTitle %}
 | 
					
						
							|  |  |  |             // {{ subTitle }}
 | 
					
						
							|  |  |  |         {% endif %}
 | 
					
						
							|  |  |  |     </title>
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  |     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
					
						
							| 
									
										
										
										
											2018-07-29 06:53:08 +02:00
										 |  |  |     <meta name="csrf-token" content="{{ csrf_token() }}">
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  |     <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
 | 
					
						
							| 
									
										
										
										
											2018-08-25 17:08:29 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {# CSS things #}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {# libraries #}
 | 
					
						
							| 
									
										
										
										
											2021-04-08 12:30:21 +02:00
										 |  |  |     <link href="v1/lib/bs/css/bootstrap.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
 | 
					
						
							|  |  |  |     <link href="v1/lib/fa/css/font-awesome.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
 | 
					
						
							|  |  |  |     <link href="v1/css/daterangepicker.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
 | 
					
						
							| 
									
										
										
										
											2018-08-25 17:08:29 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {# the theme #}
 | 
					
						
							| 
									
										
										
										
											2021-04-08 12:30:21 +02:00
										 |  |  |     <link href="v1/lib/adminlte/css/AdminLTE.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
 | 
					
						
							|  |  |  |     <link href="v1/lib/adminlte/css/skins/skin-blue-light.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
 | 
					
						
							| 
									
										
										
										
											2018-08-25 17:08:29 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {# Firefly III customisations #}
 | 
					
						
							| 
									
										
										
										
											2021-04-08 12:30:21 +02:00
										 |  |  |     <link href="v1/css/firefly.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <!--[if lt IE 9]>
 | 
					
						
							| 
									
										
										
										
											2020-01-04 11:16:14 +01:00
										 |  |  |     <script src="v1/js/lib/html5shiv.min.js?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}"></script>
 | 
					
						
							|  |  |  |     <script src="v1/js/lib/respond.min.js?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}"></script>
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  |     <![endif]-->
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-06 14:52:48 +01:00
										 |  |  |     {# favicons #}
 | 
					
						
							| 
									
										
										
										
											2021-01-31 20:26:24 +01:00
										 |  |  |     {% include('v1.partials.favicons') %}
 | 
					
						
							| 
									
										
										
										
											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>
 | 
					
						
							| 
									
										
										
										
											2019-10-03 20:19:29 +02:00
										 |  |  | <div class="text-center text-muted">
 | 
					
						
							|  |  |  |     <small>
 | 
					
						
							|  |  |  |         Developed by James Cole, the source code is licensed under the <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0-or-later</a>.
 | 
					
						
							|  |  |  |     </small>
 | 
					
						
							|  |  |  | </div>
 | 
					
						
							| 
									
										
										
										
											2020-01-04 11:16:14 +01:00
										 |  |  | <script src="v1/js/app.js?v={{ FF_VERSION }}" type="text/javascript" nonce="{{ JS_NONCE }}"></script>
 | 
					
						
							|  |  |  | <script type="text/javascript" src="v1/js/ff/guest.js?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}"></script>
 | 
					
						
							| 
									
										
										
										
											2018-09-10 20:21:39 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-17 04:30:44 +01:00
										 |  |  | {% if config('firefly.tracker_site_id') != '' and config('firefly.tracker_url') != '' %}
 | 
					
						
							|  |  |  |     <!-- This tracker tag is only here because this instance of Firefly III was purposefully configured to include it -->
 | 
					
						
							|  |  |  |     <!-- Your own installation will NOT include it, unless you explicitely configure it to have it. -->
 | 
					
						
							|  |  |  |     <script type="text/javascript" nonce="{{ JS_NONCE }}">
 | 
					
						
							|  |  |  |         var _paq = window._paq || [];
 | 
					
						
							|  |  |  |         _paq.push(['trackPageView']);
 | 
					
						
							|  |  |  |         _paq.push(['enableLinkTracking']);
 | 
					
						
							|  |  |  |         (function() {
 | 
					
						
							|  |  |  |             var u="//{{ config('firefly.tracker_url') }}/";
 | 
					
						
							|  |  |  |             _paq.push(['setTrackerUrl', u+'matomo.php']);
 | 
					
						
							|  |  |  |             _paq.push(['setSiteId', '{{ config('firefly.tracker_site_id') }}']);
 | 
					
						
							|  |  |  |             var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
 | 
					
						
							|  |  |  |             g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
 | 
					
						
							|  |  |  |         })();
 | 
					
						
							| 
									
										
										
										
											2015-08-13 17:35:41 +02:00
										 |  |  |     </script>
 | 
					
						
							| 
									
										
										
										
											2020-10-04 07:25:30 +02:00
										 |  |  |     <noscript><p><img src="//{{ config('firefly.tracker_url') }}/matomo.php?idsite={{ config('firefly.tracker_site_id') }}&rec=1" style="border:0;" alt="" /></p></noscript>
 | 
					
						
							| 
									
										
										
										
											2015-08-13 17:35:41 +02:00
										 |  |  | {% endif %}
 | 
					
						
							| 
									
										
										
										
											2020-01-17 04:30:44 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-01 08:29:41 +02:00
										 |  |  | </body>
 | 
					
						
							|  |  |  | </html>
 |