Skip to content
GitLab
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
07b3d145
Commit
07b3d145
authored
Jan 09, 2023
by
Dominik Hebeler
Browse files
fixed visibility of researchbar for non-js
parent
6d205ec4
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
metager/resources/views/layouts/resultpage/framedResultPage.blade.php
View file @
07b3d145
...
...
@@ -43,28 +43,30 @@
</head>
<body>
<div
id=
"resultpage-container"
>
<div
id=
"whitespace"
></div>
<div
id=
"research-bar-container"
>
<div
id=
"research-bar"
>
<div
id=
"header-logo"
>
<a
class=
"screen-large"
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/")
}}"
@
if
(!
empty
($
metager
)
&&
$
metager-
>
isFramed())target="_top" @endif tabindex="4">
<h1><img
src=
"/img/metager.svg"
alt=
"MetaGer"
/></h1>
</a>
<a
class=
"screen-small"
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/")
}}"
@
if
(!
empty
($
metager
)
&&
$
metager-
>
isFramed())target="_top" @endif>
<h1><img
src=
"/img/metager-schloss-orange.svg"
alt=
"MetaGer"
/></h1>
</a>
<a
class=
"lang"
href=
"{{ LaravelLocalization::getLocalizedURL(null, route("
lang-selector
"))
}}"
>
<span>
{{ App\Localization::getRegion() }}
</span>
</a>
</div>
<div
id=
"header-searchbar"
>
@include('parts.searchbar', ['class' => 'resultpage-searchbar', 'request' => Request::method()])
</div>
<div
class=
"sidebar-opener-placeholder"
></div>
</div>
</div>
<div
id=
"whitespace"
></div>
<div
id=
"research-bar-container"
>
<div
id=
"research-bar"
>
<div
id=
"header-logo"
>
<a
class=
"screen-large"
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/")
}}"
@
if
(!
empty
($
metager
)
&&
$
metager-
>
isFramed())target="_top" @endif tabindex="4">
<h1><img
src=
"/img/metager.svg"
alt=
"MetaGer"
/></h1>
</a>
<a
class=
"screen-small"
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/")
}}"
@
if
(!
empty
($
metager
)
&&
$
metager-
>
isFramed())target="_top" @endif>
<h1><img
src=
"/img/metager-schloss-orange.svg"
alt=
"MetaGer"
/></h1>
</a>
<a
class=
"lang"
href=
"{{ LaravelLocalization::getLocalizedURL(null, route("
lang-selector
"))
}}"
>
<span>
{{ App\Localization::getRegion() }}
</span>
</a>
</div>
<div
id=
"header-searchbar"
>
@include('parts.searchbar', ['class' => 'resultpage-searchbar', 'request' => Request::method()])
</div>
<div
class=
"sidebar-opener-placeholder"
></div>
</div>
</div>
</div>
<iframe
id=
"mg-framed"
src=
"{{ $frame_url }}"
autofocus=
"true"
></iframe>
<script
nonce=
"{{ $mgv }}"
>
document
.
getElementById
(
"
mg-framed
"
).
src
=
""
;
document
.
getElementById
(
"
resultpage-container
"
).
style
.
display
=
"
block
"
;
</script>
</body>
metager/resources/views/layouts/resultpage/verificationCss.blade.php
View file @
07b3d145
...
...
@@ -13,4 +13,8 @@ iframe#mg-framed {
border
:
0
;
height
:
100
%
;
height
:
100
vh
;
}
html
>
body
>
#resultpage-container {
display
:
none
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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