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
e210c70f
Commit
e210c70f
authored
Jul 20, 2016
by
Dominik Hebeler
Browse files
Merge branch 'Bugfix' into 'master'
Style auf der englischen Startseite geändert See merge request
!169
parents
e6578efc
fc8f8b7f
Changes
6
Hide whitespace changes
Inline
Side-by-side
app/Http/routes.php
View file @
e210c70f
...
...
@@ -148,4 +148,8 @@
Route
::
get
(
'qt'
,
'MetaGerSearch@quicktips'
);
Route
::
get
(
'tips'
,
'MetaGerSearch@tips'
);
Route
::
get
(
'opensearch.xml'
,
'StartpageController@loadPlugin'
);
Route
::
get
(
'owi'
,
function
()
{
return
redirect
(
'https://metager.de/klassik/en/owi/'
);
});
});
public/css/styleResultPage.css
View file @
e210c70f
...
...
@@ -300,6 +300,7 @@ a:hover
}
.result
:not
(
.ad
)
.link
>
span
{
white-space
:
nowrap
;
margin
:
0
5px
;
}
.result
:not
(
.ad
)
.link
.options
{
color
:
#333
;
...
...
@@ -312,7 +313,7 @@ a:hover
color
:
#333
;
display
:
block
;
padding-left
:
5px
;
padding-right
:
10
px
;
padding-right
:
5
px
;
}
.result
:not
(
.ad
)
.link
.options
>
a
>
span
{
font-size
:
10px
;
...
...
resources/lang/de/index.php
View file @
e210c70f
...
...
@@ -16,9 +16,9 @@ return [
'sponsors.head.1'
=>
'Weitere Informationen'
,
'sponsors.head.2'
=>
'Sponsoren'
,
'sponsors.woxikon'
=>
'Woxikon: Nach Wörtern & Synonymen suchen'
,
'sponsors.gutscheine'
=>
'Aktuelle Gutscheine auf Gutschein-Magazin.de'
,
'sponsors.kredite'
=>
'Günstige Kredite auf FINANZCHECK.de vergleichen '
,
'sponsors.woxikon'
=>
'
<a href="http://www.woxikon.de/" class="mutelink" target="_blank">
Woxikon: Nach Wörtern & Synonymen suchen
</a>
'
,
'sponsors.gutscheine'
=>
'
<a href="http://www.gutschein-magazin.de/" class="mutelink" target="_blank">
Aktuelle Gutscheine auf Gutschein-Magazin.de
</a>
'
,
'sponsors.kredite'
=>
'
<a href="https://www.finanzcheck.de/" class="mutelink" target="_blank">
Günstige Kredite auf FINANZCHECK.de vergleichen '
,
'about.title'
=>
'Über uns'
,
'about.1.1'
=>
'Datenschutz & Privatsphäre'
,
...
...
resources/lang/en/index.php
View file @
e210c70f
...
...
@@ -13,12 +13,12 @@ return [
'plugin'
=>
'Add the MetaGer-Plugin'
,
'sponsors.head.1'
=>
'Further Information'
,
'sponsors.head.2'
=>
''
,
'sponsors.woxikon'
=>
''
,
'sponsors.gutscheine'
=>
''
,
'sponsors.kredite'
=>
''
,
'sponsors.head.2'
=>
'
Sponsored Links
'
,
'sponsors.woxikon'
=>
'
<a href="/en/kontakt" class="mutelink" >This could be your link</a>
'
,
'sponsors.gutscheine'
=>
'
<a href="/en/kontakt" class="mutelink" >Please contact us</a>
'
,
'sponsors.kredite'
=>
'
<a href="/en/kontakt" class="mutelink">https://metager.de/kontakt</a>
'
,
'about.title'
=>
'About
u
s'
,
'about.title'
=>
'About
U
s'
,
'about.1.1'
=>
'Data protection & privacy'
,
'about.1.2'
=>
' are simple and natural for us.'
,
'about.2.1'
=>
'We do not work for profit. We are a '
,
...
...
resources/lang/en/staticPages.php
View file @
e210c70f
...
...
@@ -8,7 +8,7 @@ return [
'nav5'
=>
'Contact'
,
'nav6'
=>
'Team'
,
'nav7'
=>
'About us'
,
'nav8'
=>
'
Site Notice
'
,
'nav8'
=>
'
Imprint
'
,
'nav9'
=>
'Help'
,
'nav10'
=>
'Widget'
,
'nav11'
=>
'Associator'
,
...
...
resources/views/index.blade.php
View file @
e210c70f
...
...
@@ -204,13 +204,13 @@
<
h2
>
{{
trans
(
'index.sponsors.head.2'
)
}}
</
h2
>
<
ul
>
<
li
>
<
a
href
=
"http://www.woxikon.de/"
class
=
"mutelink"
target
=
"_blank"
>
{{
trans
(
'index.sponsors.woxikon'
)
}
}
</
a
>
{
!!
trans
(
'index.sponsors.woxikon'
)
!!
}
</
a
>
</
li
>
<
li
>
<
a
href
=
"http://www.gutschein-magazin.de/"
class
=
"mutelink"
target
=
"_blank"
>
{{
trans
(
'index.sponsors.gutscheine'
)
}}
</
a
>
{
!!
trans
(
'index.sponsors.gutscheine'
)
!!
}
</
li
>
<
li
>
<
a
href
=
"https://www.finanzcheck.de/"
class
=
"mutelink"
target
=
"_blank"
>
{{
trans
(
'index.sponsors.kredite'
)
}}
</
a
>
{
!!
trans
(
'index.sponsors.kredite'
)
!!
}
</
li
>
</
ul
>
</
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