header.j2.inc (3978B)
1 <script> 2 /* 3 @licstart The following is the entire license notice for the 4 JavaScript code in this page. 5 6 Copyright (C) 2014, 2015, 2016, 2020, 2021, 2022, 2023, 2024 Taler Systems SA 7 8 The JavaScript code in this page is free software: you can 9 redistribute it and/or modify it under the terms of the GNU 10 General Public License (GNU GPL) as published by the Free Software 11 Foundation, either version 3 of the License, or (at your option) 12 any later version. The code is distributed WITHOUT ANY WARRANTY; 13 without even the implied warranty of MERCHANTABILITY or FITNESS 14 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. 15 16 As additional permission under GNU GPL version 3 section 7, you 17 may distribute non-source (e.g., minimized or compacted) forms of 18 that code without the copy of the GNU GPL normally required by 19 section 4, provided you include this license notice and a URL 20 through which recipients can access the Corresponding Source. 21 22 @licend The above is the entire license notice 23 for the JavaScript code in this page. 24 */ 25 </script> 26 27 <link rel="icon" type="image/ico" href="/favicon.ico?v=2"> 28 <link rel="alternate" hreflang="en" href="{{ self_localized('en') }}" /> 29 <link rel="alternate" hreflang="ar" href="{{ self_localized('ar') }}" /> 30 <link rel="alternate" hreflang="cs" href="{{ self_localized('cs') }}" /> 31 <link rel="alternate" hreflang="de" href="{{ self_localized('de') }}" /> 32 <link rel="alternate" hreflang="es" href="{{ self_localized('es') }}" /> 33 <link rel="alternate" hreflang="fi" href="{{ self_localized('fi') }}" /> 34 <link rel="alternate" hreflang="fr" href="{{ self_localized('fr') }}" /> 35 <link rel="alternate" hreflang="hi" href="{{ self_localized('hi') }}" /> 36 <link rel="alternate" hreflang="hu" href="{{ self_localized('hu') }}" /> 37 <link rel="alternate" hreflang="it" href="{{ self_localized('it') }}" /> 38 <link rel="alternate" hreflang="ja" href="{{ self_localized('ja') }}" /> 39 <link rel="alternate" hreflang="ko" href="{{ self_localized('ko') }}" /> 40 <link rel="alternate" hreflang="nl" href="{{ self_localized('nl') }}" /> 41 <link rel="alternate" hreflang="pt" href="{{ self_localized('pt') }}" /> 42 <link rel="alternate" hreflang="pt-br" href="{{ self_localized('pt_BR') }}" /> 43 <link rel="alternate" hreflang="ru" href="{{ self_localized('ru') }}" /> 44 <link rel="alternate" hreflang="sv" href="{{ self_localized('sv') }}" /> 45 <link rel="alternate" hreflang="tr" href="{{ self_localized('tr') }}" /> 46 <link rel="alternate" hreflang="uk" href="{{ self_localized('uk') }}" /> 47 <link rel="alternate" hreflang="zh-hant" href="{{ self_localized('zh_Hant') }}" /> 48 <link rel="alternate" hreflang="zh-hans" href="{{ self_localized('zh_Hans') }}" /> 49 50 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 51 <meta name="viewport" content="width=device-width, initial-scale=1"> 52 <meta name="author" content=""> 53 <!-- Bootstrap core CSS --> 54 <link href="{{ url_dist('bootstrap/bootstrap.min.css') }}" rel="stylesheet"> 55 <!-- One file includes all the Font Awesome Pro icons and utilities --> 56 <link href="{{ url_dist('fontawesome/css/all.min.css') }}" rel="stylesheet"> 57 58 <!-- Custom styles for this template --> 59 <link href="{{ url_static('styles.css') }}" rel="stylesheet"> 60 61 <script defer src="{{ url_dist('bootstrap/bootstrap.bundle.min.js') }}"></script> 62 63 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> 64 <!--[if lt IE 9]> 65 <script defer src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> 66 <script defer src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> 67 <![endif]--> 68 69 <link rel="alternate" type="application/rss+xml" title="Taler.net rss" href="{{ url_localized('rss.xml') }}">