Skip to content
Snippets Groups Projects
Commit c96165dd authored by Dominik Hebeler's avatar Dominik Hebeler Committed by Phil Höfer
Browse files

Merge branch '709-ms-edge-unterstutzung' into 'master'

Resolve "MS-Edge unterstützung"

See merge request !1204

(cherry picked from commit 1986e3f3)

d4ef5d90 Plugin sollte jetzt standardkonform (unter Verwendung der Parameter-Extension) sein.
1348831d PlugIn funktioniert jetzt im IE-Edge
parent 7efa1f27
1 merge request!1365Resolve "Filter Options for MetaGer"
<?xml version="1.0" encoding="UTF-8" ?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>MetaGer</ShortName>
<Description>{{ trans('plugin.description') }}</Description>
<Contact>office@suma-ev.de</Contact>
<Image width="16" height="16" type="image/x-icon">{{ url('/favicon.ico') }}</Image>
<Url type="text/html" template="{{ $link }}" method="{{$request}}">
<Param name="eingabe" value="{searchTerms}" />
@foreach($params as $key => $value)
<Param name="{{$key}}" value="{{$value}}" />
<ShortName>MetaGer</ShortName>
<Description>{{ trans('plugin.description') }}</Description>
<Contact>office@suma-ev.de</Contact>
<Image width="16" height="16" type="image/x-icon">{{ url('/favicon.ico') }}</Image>
@if ($request == "POST")
<Url type="text/html" template="{{ $link }}" method="{{$request}}">
<Param name="eingabe" value="{searchTerms}" />
@foreach($params as $key => $value)
<Param name="{{$key}}" value="{{$value}}" />
@endforeach
</Url>
<InputEncoding>UTF-8</InputEncoding>
@endforeach
</Url>
@else
<Url type="text/html" template="{{ $link }}?eingabe={searchTerms}@foreach($params as $key => $value)&amp;{{$key}}={{$value}}@endforeach" method="{{$request}}" />
@endif
<InputEncoding>UTF-8</InputEncoding>
</OpenSearchDescription>
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