Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
d4807acb
Commit
d4807acb
authored
Sep 12, 2017
by
Aria Givi
Browse files
Update
parent
4a7772c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/atom10
-
ad.blade.php
→
resources/views/layouts/atom10ad.blade.php
View file @
d4807acb
File moved
resources/views/metager3resultsatom10.blade.php
View file @
d4807acb
...
...
@@ -10,18 +10,18 @@
<opensearch:Query
role=
"request"
searchTerms=
"{{ htmlspecialchars($eingabe, ENT_QUOTES) }}"
/>
<link
rel=
"next"
href=
"{{ htmlspecialchars($metager->nextSearchLink() ,ENT_QUOTES) }}"
type=
"application/atom+xml"
/>
<id>
urn:uuid:1d634a8c-2764-424f-b082-6c96494b7240
</id>
@include('layouts.atom10
-
ad', ['ad' => $metager->popAd()])
@foreach($metager->getResults() as $result)
@if($result->number % 5 === 0)
@include('layouts.atom10
-
ad', ['ad' => $metager->popAd()])
@endif
<entry>
<title>
{!! htmlspecialchars($result->titel, ENT_XML1, 'UTF-8'); !!}
</title>
<link
href=
"{!! htmlspecialchars($result->link, ENT_XML1, 'UTF-8'); !!}"
/>
<mg:anzeigeLink>
{!! htmlspecialchars($result->anzeigeLink, ENT_XML1, 'UTF-8'); !!}
</mg:anzeigeLink>
<content
type=
"text"
>
{!! htmlspecialchars($result->longDescr, ENT_XML1, 'UTF-8'); !!}
</content>
</entry>
@endforeach
@include('layouts.atom10ad', ['ad' => $metager->popAd()])
@foreach($metager->getResults() as $result)
@if($result->number % 5 === 0)
@include('layouts.atom10ad', ['ad' => $metager->popAd()])
@endif
<entry>
<title>
{!! htmlspecialchars($result->titel, ENT_XML1, 'UTF-8'); !!}
</title>
<link
href=
"{!! htmlspecialchars($result->link, ENT_XML1, 'UTF-8'); !!}"
/>
<mg:anzeigeLink>
{!! htmlspecialchars($result->anzeigeLink, ENT_XML1, 'UTF-8'); !!}
</mg:anzeigeLink>
<content
type=
"text"
>
{!! htmlspecialchars($result->longDescr, ENT_XML1, 'UTF-8'); !!}
</content>
</entry>
@endforeach
</feed>
\ No newline at end of file
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