| 
									
										
										
										
											2022-01-29 14:15:34 +01:00
										 |  |  | <!DOCTYPE html>
 | 
					
						
							|  |  |  | <html lang="{{ trans('config.html_language') }}">
 | 
					
						
							|  |  |  | <head>
 | 
					
						
							|  |  |  |     <base href="{{ route('index') }}/">
 | 
					
						
							|  |  |  |     <meta charset="UTF-8">
 | 
					
						
							|  |  |  |     <meta name="robots" content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir">
 | 
					
						
							|  |  |  |     <meta name="apple-mobile-web-app-capable" content="yes">
 | 
					
						
							| 
									
										
										
										
											2023-01-29 14:52:22 +01:00
										 |  |  |     <meta name="color-scheme" content="light dark">
 | 
					
						
							| 
									
										
										
										
											2022-01-29 14:15:34 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <title>Firefly III
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         {% if title != "Firefly" and title != "" %}
 | 
					
						
							|  |  |  |             // {{ title }}
 | 
					
						
							|  |  |  |         {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         {% if subTitle %}
 | 
					
						
							|  |  |  |             // {{ subTitle }}
 | 
					
						
							|  |  |  |         {% endif %}
 | 
					
						
							|  |  |  |     </title>
 | 
					
						
							|  |  |  |     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
					
						
							|  |  |  |     <meta name="csrf-token" content="{{ csrf_token() }}">
 | 
					
						
							|  |  |  |     <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {# CSS things #}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {# libraries #}
 | 
					
						
							|  |  |  |     <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 }}">
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {# the theme #}
 | 
					
						
							|  |  |  |     <link href="v1/lib/adminlte/css/AdminLTE.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
 | 
					
						
							| 
									
										
										
										
											2023-04-08 06:55:38 +02:00
										 |  |  |     {% if 'browser' == darkMode %}
 | 
					
						
							|  |  |  |         <script nonce="{{ JS_NONCE }}">
 | 
					
						
							|  |  |  |             // If `prefers-color-scheme` is not supported, fall back to light mode.
 | 
					
						
							|  |  |  |             // In this case, light.css will be downloaded with `highest` priority.
 | 
					
						
							|  |  |  |             if (window.matchMedia('(prefers-color-scheme: dark)').media === 'not all') {
 | 
					
						
							|  |  |  |                 document.documentElement.style.display = 'none';
 | 
					
						
							|  |  |  |                 document.head.insertAdjacentHTML(
 | 
					
						
							|  |  |  |                     'beforeend',
 | 
					
						
							|  |  |  |                     '<link rel="stylesheet" href="v1/lib/adminlte/css/skins/skin-light.min.css?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}" onload="document.documentElement.style.display = \'\'">',
 | 
					
						
							|  |  |  |                 );
 | 
					
						
							|  |  |  |             }
 | 
					
						
							|  |  |  |         </script>
 | 
					
						
							|  |  |  |         <link href="v1/lib/adminlte/css/skins/skin-dark.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}"  media="(prefers-color-scheme: dark)">
 | 
					
						
							|  |  |  |         <link href="v1/lib/adminlte/css/skins/skin-light.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}" media="(prefers-color-scheme: light)">
 | 
					
						
							|  |  |  |     {% endif %}
 | 
					
						
							|  |  |  |     {% if 'dark' == darkMode %}
 | 
					
						
							|  |  |  |         <link href="v1/lib/adminlte/css/skins/skin-dark.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
 | 
					
						
							|  |  |  |     {% endif %}
 | 
					
						
							|  |  |  |     {% if 'light' == darkMode %}
 | 
					
						
							|  |  |  |         <link href="v1/lib/adminlte/css/skins/skin-light.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
 | 
					
						
							|  |  |  |     {% endif %}
 | 
					
						
							| 
									
										
										
										
											2022-01-29 14:15:34 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {# Firefly III customisations #}
 | 
					
						
							|  |  |  |     <link href="v1/css/firefly.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!--[if lt IE 9]>
 | 
					
						
							|  |  |  |     <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>
 | 
					
						
							|  |  |  |     <![endif]-->
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {# favicons #}
 | 
					
						
							|  |  |  |     {% include('partials.favicons') %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </head>
 | 
					
						
							|  |  |  | <body class="login-page">
 | 
					
						
							|  |  |  | <div class="login-box">
 | 
					
						
							|  |  |  |     <div class="login-logo">
 | 
					
						
							| 
									
										
										
										
											2022-03-30 06:54:59 +02:00
										 |  |  |         <a href="{{ route('index') }}"><strong>Firefly</strong>III</a>
 | 
					
						
							| 
									
										
										
										
											2022-01-29 14:15:34 +01:00
										 |  |  |     </div>
 | 
					
						
							|  |  |  |     {% block content %}{% endblock %}
 | 
					
						
							|  |  |  | </div>
 | 
					
						
							|  |  |  | <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>
 | 
					
						
							|  |  |  | <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>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% 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);
 | 
					
						
							|  |  |  |         })();
 | 
					
						
							|  |  |  |     </script>
 | 
					
						
							|  |  |  |     <noscript><p><img src="//{{ config('firefly.tracker_url') }}/matomo.php?idsite={{ config('firefly.tracker_site_id') }}&rec=1" style="border:0;" alt="" /></p></noscript>
 | 
					
						
							|  |  |  | {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </body>
 | 
					
						
							|  |  |  | </html>
 |