Skip to content
Snippets Groups Projects
Commit f8d99f92 authored by Aria Givi's avatar Aria Givi
Browse files

Weitere Änderungen im head-Tag der resultPages sowie Löschung von type-/role-Attributen in Labels

parent 85b6d983
No related branches found
No related tags found
1 merge request!1255Resolve "HTML5-Validität"
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</a> </a>
@if( isset($result->partnershop) && $result->partnershop === TRUE ) @if( isset($result->partnershop) && $result->partnershop === TRUE )
<span class="partnershop-info"> <span class="partnershop-info">
<img src="/img/boosticon.png" height="13" alt=""> <img src="/img/boosticon.png" height="13" alt="Partnershops">
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/partnershops") }}" target="_blank" rel="noopener">{!! trans('result.options.4') !!}</a> <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/partnershops") }}" target="_blank" rel="noopener">{!! trans('result.options.4') !!}</a>
</span> </span>
@endif @endif
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{!! trans('staticPages.meta.language') !!}"> <html lang="{!! trans('staticPages.meta.language') !!}">
<head> <head>
<meta charset="utf-8">
<title>{{ $eingabe }} - MetaGer</title> <title>{{ $eingabe }} - MetaGer</title>
<link href="/favicon.ico" rel="icon" type="image/x-icon" /> <link href="/favicon.ico" rel="icon" type="image/x-icon" />
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
...@@ -10,9 +11,6 @@ ...@@ -10,9 +11,6 @@
<meta name="l" content="{{ LaravelLocalization::getCurrentLocale() }}" /> <meta name="l" content="{{ LaravelLocalization::getCurrentLocale() }}" />
<meta name="mm" content="{{ Request::input('verification_id') }}" /> <meta name="mm" content="{{ Request::input('verification_id') }}" />
<meta name="mn" content="{{ Request::input('verification_count') }}" /> <meta name="mn" content="{{ Request::input('verification_count') }}" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="search" type="application/opensearchdescription+xml" title="{!! trans('resultPage.opensearch') !!}" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin', ['params' => base64_encode(serialize(Request::all()))])) }}"> <link rel="search" type="application/opensearchdescription+xml" title="{!! trans('resultPage.opensearch') !!}" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin', ['params' => base64_encode(serialize(Request::all()))])) }}">
<link type="text/css" rel="stylesheet" href="{{ mix('css/themes/default.css') }}" /> <link type="text/css" rel="stylesheet" href="{{ mix('css/themes/default.css') }}" />
<link type="text/css" rel="stylesheet" href="/font-awesome/css/font-awesome.min.css" /> <link type="text/css" rel="stylesheet" href="/font-awesome/css/font-awesome.min.css" />
...@@ -42,7 +40,7 @@ ...@@ -42,7 +40,7 @@
</div> </div>
@endif @endif
@include('parts.footer', ['type' => 'resultpage', 'id' => 'resultPageFooter']) @include('parts.footer', ['type' => 'resultpage', 'id' => 'resultPageFooter'])
<img src="{{ action('ImageController@generateImage')}}?site={{ urlencode(url()->current()) }}" class="hidden" /> <img src="{{ action('ImageController@generateImage')}}?site={{ urlencode(url()->current()) }}" class="hidden" alt=""/>
<script src="{{ mix('js/lib.js') }}"></script> <script src="{{ mix('js/lib.js') }}"></script>
<script src="{{ mix('js/scriptResultPage.js') }}"></script> <script src="{{ mix('js/scriptResultPage.js') }}"></script>
<script src="{{ mix('js/focus-creator.js') }}"></script> <script src="{{ mix('js/focus-creator.js') }}"></script>
......
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
<meta name="revisit-after" content="7 days" /> <meta name="revisit-after" content="7 days" />
<meta name="audience" content="all" /> <meta name="audience" content="all" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="search" type="application/opensearchdescription+xml" title="{{ trans('staticPages.opensearch') }}" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin', ['params' => base64_encode(serialize(Request::all()))])) }}"> <link rel="search" type="application/opensearchdescription+xml" title="{{ trans('staticPages.opensearch') }}" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin', ['params' => base64_encode(serialize(Request::all()))])) }}">
<link type="text/css" rel="stylesheet" href="/fonts/liberation-fonts/liberation-fonts.css" /> <link type="text/css" rel="stylesheet" href="/fonts/liberation-fonts/liberation-fonts.css" />
<link type="text/css" rel="stylesheet" href="{{ mix('css/themes/default.css') }}" /> <link type="text/css" rel="stylesheet" href="{{ mix('css/themes/default.css') }}" />
......
<input type="checkbox" id="show-create-focus" class="hidden"> <input type="checkbox" id="show-create-focus" class="hidden">
<div class="metager-modal" id="create-focus-modal" tab-index="-1" role="dialog"> <div class="metager-modal" id="create-focus-modal" role="dialog">
<div class="metager-modal-dialog"> <div class="metager-modal-dialog">
<div class="metager-modal-content"> <div class="metager-modal-content">
<div class="metager-modal-header"> <div class="metager-modal-header">
<label type="button" class="close-metager-modal" role= "button" for="show-create-focus"></label> <label class="close-metager-modal" for="show-create-focus"></label>
<h4> <h4>
@lang("index.focus-creator.head") @lang("index.focus-creator.head")
</h4> </h4>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<a href="https://maps.metager.de/map/{{ $metager->getQ() }}/9.7380161,52.37119740000003,12" target="_self" tabindex="6">@lang('index.foki.maps')</a> <a href="https://maps.metager.de/map/{{ $metager->getQ() }}/9.7380161,52.37119740000003,12" target="_self" tabindex="6">@lang('index.foki.maps')</a>
</div> </div>
<div class="search-option-frame hide-tooltip-on-resultpage" data-tooltip="@lang("index.focus-creator.head")"> <div class="search-option-frame hide-tooltip-on-resultpage" data-tooltip="@lang("index.focus-creator.head")">
<label for="show-create-focus" id=""> <label for="show-create-focus">
<i class="fa fa-sliders"></i> <i class="fa fa-sliders"></i>
</label> </label>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment