Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
2edfb0f2
Commit
2edfb0f2
authored
Jul 13, 2018
by
Aria Givi
Browse files
Weitere Änderungen im head-Tag der resultPages sowie Löschung von type-/role-Attributen in Labels
parent
b775e52a
Changes
5
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/result.blade.php
View file @
2edfb0f2
...
...
@@ -19,7 +19,7 @@
</a>
@if( isset($result->partnershop)
&&
$result->partnershop === TRUE )
<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>
</span>
@endif
...
...
resources/views/layouts/resultPage.blade.php
View file @
2edfb0f2
<!DOCTYPE html>
<html
lang=
"{!! trans('staticPages.meta.language') !!}"
>
<head>
<meta
charset=
"utf-8"
>
<title>
{{ $eingabe }} - MetaGer
</title>
<link
href=
"/favicon.ico"
rel=
"icon"
type=
"image/x-icon"
/>
<link
href=
"/favicon.ico"
rel=
"shortcut icon"
type=
"image/x-icon"
/>
...
...
@@ -10,9 +11,6 @@
<meta
name=
"l"
content=
"{{ LaravelLocalization::getCurrentLocale() }}"
/>
<meta
name=
"mm"
content=
"{{ Request::input('verification_id') }}"
/>
<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
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"
/>
...
...
@@ -42,7 +40,7 @@
</div>
@endif
@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/scriptResultPage.js') }}"
></script>
<script
src=
"{{ mix('js/focus-creator.js') }}"
></script>
...
...
resources/views/layouts/staticPages.blade.php
View file @
2edfb0f2
...
...
@@ -10,6 +10,8 @@
<meta
name=
"revisit-after"
content=
"7 days"
/>
<meta
name=
"audience"
content=
"all"
/>
<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
type=
"text/css"
rel=
"stylesheet"
href=
"/fonts/liberation-fonts/liberation-fonts.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ mix('css/themes/default.css') }}"
/>
...
...
resources/views/modals/create-focus-modal.blade.php
View file @
2edfb0f2
<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-content"
>
<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>
@lang("index.focus-creator.head")
</h4>
...
...
resources/views/parts/foki.blade.php
View file @
2edfb0f2
...
...
@@ -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>
</div>
<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>
</label>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment