Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
e8851784
Commit
e8851784
authored
6 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Plain Diff
Merge branch 'cherry-pick-
1986e3f3
' into 'development'
Cherry Pick PlugIn See merge request
!1211
parents
a7aa037d
4d2a8c19
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1262
WIP: Resolve "Spendenseite Texte anpassen"
,
!1211
Cherry Pick PlugIn
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/plugin.blade.php
+16
-12
16 additions, 12 deletions
resources/views/plugin.blade.php
with
16 additions
and
12 deletions
resources/views/plugin.blade.php
+
16
−
12
View file @
e8851784
<?
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)&{{$key}}={{$value}}@endforeach"
method=
"{{$request}}"
/>
@endif
<InputEncoding>
UTF-8
</InputEncoding>
</OpenSearchDescription>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment