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
62b5e207
Commit
62b5e207
authored
May 09, 2017
by
Karl Hasselbring
Browse files
Quicktips für results anzeige an anzeige auf voller ergebnisseite angepasst
parent
382b2ae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/metager3results.blade.php
View file @
62b5e207
...
...
@@ -45,6 +45,9 @@
</
ul
>
</
nav
>
</
div
>
<
div
class
=
"hidden-xs col-md-4"
id
=
"quicktips"
>
<
iframe
class
=
"col-mod-4 hidden-xs hidden-sm"
src
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
qt
") }}?q={{
$metager->getQ
() }}&sprueche={{
$metager->getSprueche
() }}"
></
iframe
>
@
if
(
$metager
->
showQuicktips
()
)
<
div
class
=
"hidden-xs col-md-4"
id
=
"quicktips"
>
<
iframe
class
=
"col-mod-4 hidden-xs hidden-sm"
src
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
qt
") }}?q={{
$metager->getQ
() }}&sprueche={{
$metager->getSprueche
() }}&lang={{ Request::input('lang', 'all') }}&unfilteredLink={{ base64_encode(
$metager->getUnfilteredLink
()) }}"
></
iframe
>
</
div
>
@
endif
</
div
>
Write
Preview
Supports
Markdown
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