Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
2f96263d
Commit
2f96263d
authored
8 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
Weitere Änderungen für die Maps
parent
5807b3c2
No related branches found
Branches containing commit
No related tags found
1 merge request
!1365
Resolve "Filter Options for MetaGer"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/views/index.blade.php
+1
-1
1 addition, 1 deletion
resources/views/index.blade.php
resources/views/metager3.blade.php
+1
-1
1 addition, 1 deletion
resources/views/metager3.blade.php
with
2 additions
and
2 deletions
resources/views/index.blade.php
+
1
−
1
View file @
2f96263d
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
<
label
id
=
"anpassen-label"
for
=
"angepasst"
>
<
label
id
=
"anpassen-label"
for
=
"angepasst"
>
<
span
class
=
"glyphicon glyphicon-cog"
></
span
>
<
span
class
=
"glyphicon glyphicon-cog"
></
span
>
<
span
class
=
"content"
>
<
span
class
=
"content"
>
<
a
class
=
"mutelink"
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
settings
") }}"
>
<
a
class
=
"mutelink"
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
settings
") }}"
>
@
if
(
$focus
===
'angepasst'
)
@
if
(
$focus
===
'angepasst'
)
{{
trans
(
'index.foki.angepasst'
)
}}
{{
trans
(
'index.foki.angepasst'
)
}}
@
else
@
else
...
...
This diff is collapsed.
Click to expand it.
resources/views/metager3.blade.php
+
1
−
1
View file @
2f96263d
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<
div
class
=
"result row"
>
<
div
class
=
"result row"
>
<
div
class
=
"col-sm-1"
></
div
>
<
div
class
=
"col-sm-1"
></
div
>
<
div
class
=
"col-sm-11"
>
<
div
class
=
"col-sm-11"
>
<
iframe
class
=
""
src
=
"http://
148.251.188.34
/?q={{
$metager->getQ
() }}&controls=
off
"
style
=
"width: 100%; height:0; border:0;"
></
iframe
>
<
iframe
class
=
""
src
=
"http://
maps.metager.de
/?q={{
$metager->getQ
() }}&controls=
false&limit=3
"
style
=
"width: 100%; height:0; border:0;"
></
iframe
>
</
div
>
</
div
>
</
div
>
</
div
>
@
foreach
(
$metager
->
getResults
()
as
$result
)
@
foreach
(
$metager
->
getResults
()
as
$result
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment