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
ff0ad12c
Commit
ff0ad12c
authored
Nov 16, 2016
by
Dominik Hebeler
Browse files
Erste IFrame Version der Karten implementiert
parent
a042cf48
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/metager3.blade.php
View file @
ff0ad12c
...
...
@@ -35,7 +35,7 @@
<
div
class
=
"result row"
>
<
div
class
=
"col-sm-1"
></
div
>
<
div
class
=
"col-sm-11"
>
<
iframe
class
=
""
src
=
"http
s
://
maps.metager.de/?q={{
$metager->getQ
() }}&controls=false&limit=3
"
style
=
"width: 100%; height:0; border:0;"
></
iframe
>
<
iframe
class
=
""
src
=
"http://
192.168.178.30:8000/metager/{{
$metager->getQ
() }}
"
style
=
"width: 100%; height:0; border:0;"
></
iframe
>
</
div
>
</
div
>
@
foreach
(
$metager
->
getResults
()
as
$result
)
...
...
resources/views/metager3results.blade.php
View file @
ff0ad12c
...
...
@@ -28,7 +28,7 @@
<
div
class
=
"result row"
>
<
div
class
=
"col-sm-1"
></
div
>
<
div
class
=
"col-sm-11"
>
<
iframe
class
=
""
src
=
"http
s
://
maps.metager.de/?q={{
$metager->getQ
() }}&controls=false&limit=3
"
style
=
"width: 100%; height:0; border:0;"
></
iframe
>
<
iframe
class
=
""
src
=
"http://
192.168.178.30:8000/metager/{{
$metager->getQ
() }}
"
style
=
"width: 100%; height:0; border:0;"
></
iframe
>
</
div
>
</
div
>
@
foreach
(
$metager
->
getResults
()
as
$result
)
...
...
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