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
f30e7144
Commit
f30e7144
authored
Aug 28, 2017
by
Aria Givi
Browse files
kleine anpassung
parent
d7acc3d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
f30e7144
...
...
@@ -95,7 +95,6 @@ class MetaGer
foreach
(
$this
->
results
as
$result
)
{
$viewResults
[]
=
get_object_vars
(
$result
);
}
# Wir müssen natürlich noch den Log für die durchgeführte Suche schreiben:
$this
->
createLogs
();
if
(
$this
->
fokus
===
"bilder"
)
{
...
...
resources/views/metager3resultsatom10.blade.php
View file @
f30e7144
...
...
@@ -3,10 +3,10 @@
xmlns:opensearch=
"http://a9.com/-/spec/opensearch/1.1/"
xmlns:mg=
"http://metager.de/opensearch/"
>
<title>
{!! htmlspecialchars($eingabe, ENT_XML1, 'UTF-8'); !!} - MetaGer
</title>
<link
href=
{{
url
()
-
>
full() }}
/>
<link
href=
"
{{ url()->full() }}
"
/>
<opensearch:totalResults>
{{ $resultcount }}
</opensearch:totalResults>
<opensearch:Query
role=
"request"
searchTerms=
"{{ htmlspecialchars($eingabe, ENT_QUOTES) }}"
/>
<
mg:nextSearchResults
url
=
"{{htmlspecialchars($metager->nextSearchLink() ,ENT_QUOTES)}}"
/>
<
link
rel=
"next"
href
=
"{{htmlspecialchars($metager->nextSearchLink() ,ENT_QUOTES)}}"
type=
"application/atom+xml"
/>
<id>
urn:uuid:1d634a8c-2764-424f-b082-6c96494b7240
</id>
@if($apiAuthorized)
@foreach($metager->getResults() as $result)
...
...
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