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
eab45ea3
Commit
eab45ea3
authored
Jan 08, 2018
by
Karl Hasselbring
Browse files
Spendenaufruf an neues Design angepasst
parent
58057577
Changes
5
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/result-page.less
View file @
eab45ea3
...
...
@@ -366,4 +366,4 @@ a {
padding-left: 50px;
width: @quicktip-width;
}
}
\ No newline at end of file
}
resources/assets/less/metager/start-page.less
View file @
eab45ea3
...
...
@@ -107,4 +107,8 @@
a:hover {
text-decoration: underline;
}
}
\ No newline at end of file
}
#spendenaufruf {
margin-bottom: 50px;
}
resources/views/layouts/staticPages.blade.php
View file @
eab45ea3
...
...
@@ -39,13 +39,17 @@
@include('parts.sidebar', ['id' => 'staticPagesSideBar'])
<div
class=
"wrapper"
>
@if(LaravelLocalization::getCurrentLocale() == "de"
&&
strpos(url()->current(), '/beitritt') === false
&&
strpos(url()->current(), '/spendenaufruf') === false)
<div
style=
"text-align: center;"
><a
href=
"/spendenaufruf"
target=
"_blank"
style=
"
background-color: white;
display: inline-block;
width: 100%;
max-width: 770px;
margin-bottom: 10px;
"
><img
src=
"/img/aufruf.png"
alt=
"Spendenaufruf SuMa eV"
width=
"100%"
></a></div>
<div
id=
"spendenaufruf"
style=
"text-align: center;"
>
<a
href=
"/spendenaufruf"
target=
"_blank"
style=
"
background-color: white;
display: inline-block;
width: 100%;
max-width: 770px;
margin-bottom: 10px;
"
>
<img
src=
"/img/aufruf.png"
alt=
"Spendenaufruf SuMa eV"
width=
"100%"
>
</a>
</div>
@endif
<main
class=
"mg-panel container"
>
@if (isset($success))
...
...
resources/views/metager3.blade.php
View file @
eab45ea3
...
...
@@ -24,18 +24,14 @@
<
main
id
=
"results"
>
{{
--
Show
initial
products
or
ads
--
}}
@
if
(
!
$apiAuthorized
&&
!
$metager
->
validated
&&
LaravelLocalization
::
getCurrentLocale
()
==
"de"
&&
strpos
(
url
()
->
current
(),
'/beitritt'
)
===
false
&&
strpos
(
url
()
->
current
(),
'/spendenaufruf'
)
===
false
)
<
div
class
=
"row"
style
=
"margin-bottom: 10px"
>
<
div
class
=
"col-sm-1"
>
</
div
>
<
div
class
=
"col-sm-10"
>
<
div
id
=
"spendenaufruf"
style
=
"margin-bottom: 10px"
>
<
a
href
=
"/spendenaufruf"
target
=
"_blank"
style
=
"
background-color: white;
display: inline-block;
width: 100%;
"
>
<
img
src
=
"/img/aufruf.png"
alt
=
"Spendenaufruf SuMa eV"
width
=
"100%"
>
</
a
>
</
div
>
</
a
>
</
div
>
@
endif
@
if
(
$metager
->
hasProducts
())
...
...
resources/views/metager3results.blade.php
View file @
eab45ea3
...
...
@@ -20,10 +20,7 @@
@
endif
<
div
id
=
"results"
>
@
if
(
!
$apiAuthorized
&&
!
$metager
->
validated
&&
LaravelLocalization
::
getCurrentLocale
()
==
"de"
&&
strpos
(
url
()
->
current
(),
'/beitritt'
)
===
false
&&
strpos
(
url
()
->
current
(),
'/spendenaufruf'
)
===
false
)
<
div
class
=
"row"
style
=
"margin-bottom: 10px"
>
<
div
class
=
"col-sm-1"
>
</
div
>
<
div
class
=
"col-sm-10"
>
<
div
id
=
"spendenaufruf"
style
=
"margin-bottom: 10px"
>
<
a
href
=
"/spendenaufruf"
target
=
"_blank"
style
=
"
background-color: white;
display: inline-block;
...
...
@@ -31,7 +28,6 @@
"
>
<
img
src
=
"/img/aufruf.png"
alt
=
"Spendenaufruf SuMa eV"
width
=
"100%"
>
</
a
>
</
div
>
</
div
>
@
endif
{{
--
Show
initial
products
or
a
...
...
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