Skip to content
Snippets Groups Projects
Commit 48baebcf authored by Phil Höfer's avatar Phil Höfer
Browse files

alt tags korrigiert (bzw. fehlerhaften inhalt entfernt)

parent f9a5382e
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -49,12 +49,12 @@ ...@@ -49,12 +49,12 @@
</span> </span>
@if( isset($result->partnershop) && $result->partnershop === TRUE ) @if( isset($result->partnershop) && $result->partnershop === TRUE )
<span class="partnershop-info"> <span class="partnershop-info">
<img src="/img/boosticon.png" height="13" alt="Fehler"> <img src="/img/boosticon.png" height="13" alt="">
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/spende") }}">Partnershop</a> <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/spende") }}">Partnershop</a>
</span> </span>
@endif @endif
<a class="proxy" onmouseover="$(this).popover('show');" onmouseout="$(this).popover('hide');" data-toggle="popover" data-placement="auto right" data-container="body" data-content="Der Link wird anonymisiert geöffnet. Ihre Daten werden nicht zum Zielserver übetragen. Möglicherweise funktionieren manche Webseiten nicht wie gewohnt." href="{{ $result->proxyLink }}" target="{{ $metager->getTab() }}"> <a class="proxy" onmouseover="$(this).popover('show');" onmouseout="$(this).popover('hide');" data-toggle="popover" data-placement="auto right" data-container="body" data-content="Der Link wird anonymisiert geöffnet. Ihre Daten werden nicht zum Zielserver übetragen. Möglicherweise funktionieren manche Webseiten nicht wie gewohnt." href="{{ $result->proxyLink }}" target="{{ $metager->getTab() }}">
<img src="/img/proxyicon.png" alt="Proxy-Icon" /> <img src="/img/proxyicon.png" alt="" />
anonym öffnen anonym öffnen
</a> </a>
</div> </div>
...@@ -67,4 +67,4 @@ ...@@ -67,4 +67,4 @@
<div class="description">{{ $result->descr }}</div> <div class="description">{{ $result->descr }}</div>
@endif @endif
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
@foreach($metager->getResults()->items() as $result) @foreach($metager->getResults()->items() as $result)
<div class="item"> <div class="item">
<div class="img"> <div class="img">
<a href="{{ $result->link }}" target="{{ $metager->getTab() }}"><img src="{{ $metager->getImageProxyLink($result->image) }}" width="150px" alt="Bild nicht gefunden"/></a> <a href="{{ $result->link }}" target="{{ $metager->getTab() }}"><img src="{{ $metager->getImageProxyLink($result->image) }}" width="150px" alt=""/></a>
<span class="label label-default">{{ strip_tags($result->gefVon) }}</span> <span class="label label-default">{{ strip_tags($result->gefVon) }}</span>
</div> </div>
</div> </div>
...@@ -35,4 +35,4 @@ ...@@ -35,4 +35,4 @@
</div> </div>
<nav class="pager"> <nav class="pager">
{!! $metager->getResults()->links() !!} {!! $metager->getResults()->links() !!}
</nav> </nav>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment