Files
pathfinder/public/templates/view/index.html
Mark Friedrich 0c3d57e833 - BC Break: Required _PHP_ version changed >=7.1>=7.2
- NEW "plugin API" for custom UI modules, closed #913
- NEW live "Killstream" for killboard module, closed #909
- NEW "custom layout" UI settings, closed #470
2020-02-01 12:40:17 +01:00

65 lines
4.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="apple-touch-icon" sizes="57x57" href="/{{ @tplResource->getPath('favicon') }}apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/{{ @tplResource->getPath('favicon') }}apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/{{ @tplResource->getPath('favicon') }}apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/{{ @tplResource->getPath('favicon') }}apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/{{ @tplResource->getPath('favicon') }}apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/{{ @tplResource->getPath('favicon') }}apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/{{ @tplResource->getPath('favicon') }}apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/{{ @tplResource->getPath('favicon') }}apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/{{ @tplResource->getPath('favicon') }}apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/{{ @tplResource->getPath('favicon') }}favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/{{ @tplResource->getPath('favicon') }}favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/{{ @tplResource->getPath('favicon') }}favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/{{ @tplResource->getPath('favicon') }}favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/{{ @tplResource->getPath('favicon') }}favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-TileImage" content="/{{ @tplResource->getPath('favicon') }}mstile-144x144.png">
<meta http-equiv="Cache-Control" content="max-age=86400">
<meta name="description" content="PATHFINDER is an 'open source' mapping tool for EVE ONLINE,
primarily developed to enrich the gameplay of small scale PvP and PvE.">
<meta name="keywords" content="eve,wormhole,mapping,tool,mmo,space,game">
<meta name="author" content="Exodus 4D">
<title>{{ @tplPageTitle}}</title>
<meta property="og:type" content="website" />
<meta property="og:title" content="{{ @PATHFINDER.NAME }}">
<meta property="og:site_name" content="EVE ONLINE">
<meta property="og:image" content="{{ @URL }}/public/img/logo.png">
<meta property="og:url" content="{{ @URL }}">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="de_DE">
<meta property="og:description" content="PATHFINDER is an 'open source' mapping tool for EVE ONLINE,
primarily developed to enrich the gameplay of small scale PvP and PvE.">
<meta name="theme-color" content="#2b2b2b"> {* Chrome, Firefox OS and Opera *}
<meta name="msapplication-navbutton-color" content="#2b2b2b"> {* Windows Phone *}
<meta name="apple-mobile-web-app-status-bar-style" content="#2b2b2b"> {* iOS Safari *}
<meta name="google-site-verification" content="sHoh0gfMw3x1wiwLTK5OsKsxt7kRgxi69hRgWEGh9DQ" /> {* Youtube verification code *}
<check if="{{ @tplResource->getOption('output') === 'inline' }}">
{{ @tplResource->buildLinks() }} {* Prefetch / Preload *}
</check>
<link rel="stylesheet" href="{{ @tplResource->getLink('style', 'pathfinder') }}" type="text/css" media="screen">
</head>
<body class="pf-body {{ @tplBodyClass }}" data-js-path="{{ @tplResource->getPath('script') }}" data-script="{{ @tplJsView }}" <check if="{{ @tplCharacterId }}">data-character-id="{{ @tplCharacterId }}"</check> data-version="{{ @PATHFINDER.VERSION }}">
<include if="{{ @tplPageContent }}" href="{{ @tplPageContent }}"/>
<!-- Hey dude! Where is all the magic? -->
<script data-main="{{ @tplResource->getLink('script', 'app') }}" src="{{ @tplResource->getLink('script', 'lib/require') }}" ></script>
</body>
</html>