Files
pathfinder/public/templates/view/index.html
Mark Friedrich e01f299d2b v1.1.1 (#233)
* fixed #194 PHP 5.6 error

* - closed #102 added "set waypoint/destination" context menu to route finder module
- update "Select2" 4.0.0 -> 4.0.3
- update "Font Awesome" 4.6.1 -> 4.6.3

* - added *.js files for develop branch

* - closed #195 fixed "BASE" dir for subDir installations
- fixed "Home" menu link

* -  #195 improved js load path

* - added "clear cache" function for manually cache clearing to /setup #200 #105 #158
- added cache size information to /setup
- added current pathfinder  "VERSION" to /setup
- updated "requireJs" 2.1.20 ->2.2.0
- removed unnecessary page cache timings from static templates (page cache)

* - added "document_root", "port", "protocol" and "PHP framework version" to /setup page
- added new "shattered" wormhole types to "signature table", closed #182, #179

* - added new "delete old signatures" option to "signature reader" dialog, closed #95

* - added new housekeeping cronjob für cached files, closed #200
- added new cache size information to /setup page

* - fixed signature groupId/typeId "overwriting" for already known signatures. closed #207
- improved system search dialog. Added trim(); before "api/signatures-> search" request

* updated README.me

* fixed PHP error "default object from empty value", closed #209

* reduced image file size

* - added local storage (IndexedDB)
- added local storage for map scroll position. closed #69

* - added "notice" panel for upcoming release information
- improved layout for "release dialog" (GitHub API)
- improved pagespeed (removed render blocking javascripts)
- improved map scrollbar configuration
- improved Chrome browser custom scrollbar layout
- removed "sign up" buttons from "map panels", closed #214

* - fixed some session and cookie  bugs

* - added new requirement check for `max_input_vars` to /setup URL, closed #224

* - fixed isWormhole(); bug

* -v1.1.1 added js build files
2016-07-05 20:44:12 +02:00

68 lines
3.8 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">
<meta http-equiv="cache-control" content="public">
<link rel="apple-touch-icon" sizes="57x57" href="{{ @BASE }}{{ @FAVICON }}apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="{{ @BASE }}{{ @FAVICON }}apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="{{ @BASE }}{{ @FAVICON }}apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="{{ @BASE }}{{ @FAVICON }}apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="{{ @BASE }}{{ @FAVICON }}apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="{{ @BASE }}{{ @FAVICON }}apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="{{ @BASE }}{{ @FAVICON }}apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="{{ @BASE }}{{ @FAVICON }}apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="{{ @BASE }}{{ @FAVICON }}apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="{{ @BASE }}{{ @FAVICON }}favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="{{ @BASE }}{{ @FAVICON }}favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="{{ @BASE }}{{ @FAVICON }}favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="{{ @BASE }}{{ @FAVICON }}favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="{{ @BASE }}{{ @FAVICON }}favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-TileImage" content="{{ @BASE }}{{ @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,igb">
<meta name="author" content="Exodus 4D">
<title>Pathfinder - {{ @pageTitle}}</title>
<meta property="og:title" content="EVE ONLINE mapping tool">
<meta property="og:site_name" content="PATHFINDER">
<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.">
{* Chrome, Firefox OS and Opera *}
<meta name="theme-color" content="#2b2b2b">
{* Windows Phone *}
<meta name="msapplication-navbutton-color" content="#2b2b2b">
{* iOS Safari *}
<meta name="apple-mobile-web-app-status-bar-style" content="#2b2b2b">
{* Youtube verification code *}
<meta name="google-site-verification" content="sHoh0gfMw3x1wiwLTK5OsKsxt7kRgxi69hRgWEGh9DQ" />
<link rel="stylesheet" type="text/css" media="screen" href="{{ @BASE }}public/css/pathfinder.css?{{ @PATHFINDER.VERSION }}">
</head>
<body class="{{ @bodyClass }}" data-trusted="{{ @trusted }}" data-js-path="{{ @pathJs }}" data-script="{{ @jsView }}" data-version="{{ @PATHFINDER.VERSION }}">
<include if="{{ @pageContent }}" href="{{ @pageContent }}"/>
<!-- Hey dude! Where is all the magic? -->
<script data-main="{{ @BASE }}{{ @pathJs }}/app" src="{{ @BASE }}{{ @pathJs }}/lib/require.js" ></script>
</body>
</html>