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
537f8898
Commit
537f8898
authored
Jul 06, 2018
by
Aria Givi
Browse files
In allen Script-Tags das type Attribut entfernt
parent
6561a537
Changes
8
Hide whitespace changes
Inline
Side-by-side
resources/views/hilfe.blade.php
View file @
537f8898
...
...
@@ -64,7 +64,7 @@
</
ul
>
<
p
>
{
!!
trans
(
'hilfe.domains.showcase.explanation.1'
)
!!
}
</
p
>
@
include
(
'parts/fake-result'
)
<
script
type
=
"text/javascript"
>
<
script
>
function
setDummySearch
(
value
)
{
document
.
getElementById
(
"dummy-search"
)
.
innerHTML
=
value
}
...
...
resources/views/index.blade.php
View file @
537f8898
...
...
@@ -11,8 +11,8 @@
<
div
id
=
"show-plugin-modal"
>
<
label
for
=
"plugin-modal-checkbox"
class
=
"btn btn-default open-plugin-modal"
title
=
"{{ trans('index.plugin.open-modal.title') }}"
><
i
class
=
"fa fa-plug"
aria
-
hidden
=
"true"
></
i
>
{{
trans
(
'index.plugin.open-modal'
)
}}
</
label
>
</
div
>
<
script
type
=
"text/javascript"
src
=
"{{ mix('js/scriptStartPage.js') }}"
></
script
>
<
script
type
=
"text/javascript"
src
=
"{{ mix('js/searchbar.js') }}"
></
script
>
<
script
src
=
"{{ mix('js/scriptStartPage.js') }}"
></
script
>
<
script
src
=
"{{ mix('js/searchbar.js') }}"
></
script
>
@
endsection
@
section
(
'optionalContent'
)
...
...
resources/views/kontakt/kontakt.blade.php
View file @
537f8898
...
...
@@ -45,5 +45,5 @@
<
p
>
{
!!
trans
(
'kontakt.letter.2'
)
!!
}
</
p
>
<
address
>
{
!!
trans
(
'kontakt.letter.3'
)
!!
}
</
address
>
</
div
>
<
script
type
=
"text/javascript"
src
=
"{{ mix('js/lib.js') }}"
></
script
>
<
script
src
=
"{{ mix('js/lib.js') }}"
></
script
>
@
endsection
resources/views/languages/edit.blade.php
View file @
537f8898
...
...
@@ -57,6 +57,6 @@
<
p
>
{
!!
trans
(
'languages.email'
)
!!
}
</
p
>
<
p
><
input
type
=
"email"
name
=
"email"
form
=
"submit"
value
=
"
{
{$email}
}
"
/></
p
>
<
button
class
=
"btn btn-success"
type
=
"submit"
form
=
"submit"
>
Daten
übermitteln
</
button
>
<
script
type
=
"text/javascript"
src
=
"{{ mix('js/lib.js') }}"
></
script
>
<
script
type
=
"text/javascript"
src
=
"{{ mix('js/editLanguage.js') }}"
></
script
>
<
script
src
=
"{{ mix('js/lib.js') }}"
></
script
>
<
script
src
=
"{{ mix('js/editLanguage.js') }}"
></
script
>
@
endsection
resources/views/languages/synoptic.blade.php
View file @
537f8898
...
...
@@ -65,6 +65,6 @@
-->
<button
name=
"download"
class=
"btn btn-success"
type=
"submit"
form=
"submit"
>
Dateien herunterladen
</button>
<button
name=
"nextpage"
class=
"btn btn-success"
type=
"submit"
form=
"submit"
>
Nächste Seite
</button>
<script
type=
"text/javascript"
src=
"{{ mix('js/lib.js') }}"
></script>
<script
type=
"text/javascript"
src=
"{{ mix('js/editLanguage.js') }}"
></script>
<script
src=
"{{ mix('js/lib.js') }}"
></script>
<script
src=
"{{ mix('js/editLanguage.js') }}"
></script>
@endsection
resources/views/layouts/resultPage.blade.php
View file @
537f8898
...
...
@@ -44,9 +44,9 @@
@endif
@include('parts.footer', ['type' => 'resultpage', 'id' => 'resultPageFooter'])
<img
src=
"{{ action('ImageController@generateImage')}}?site={{ urlencode(url()->current()) }}"
class=
"hidden"
/>
<script
type=
"text/javascript"
src=
"{{ mix('js/lib.js') }}"
></script>
<script
type=
"text/javascript"
src=
"{{ mix('js/scriptResultPage.js') }}"
></script>
<script
type=
"text/javascript"
src=
"{{ mix('js/
searchba
r.js') }}"
></script>
<script
type=
"text/javascript"
src=
"{{ mix('js/
focus-creato
r.js') }}"
></script>
<script
src=
"{{ mix('js/lib.js') }}"
></script>
<script
src=
"{{ mix('js/scriptResultPage.js') }}"
></script>
<script
src=
"{{ mix('js/
focus-creato
r.js') }}"
></script>
<script
src=
"{{ mix('js/
searchba
r.js') }}"
></script>
</body>
</html>
resources/views/parts/searchbar.blade.php
View file @
537f8898
{{
--
Don
't forget @include('
modals
.
create
-
focus
-
modal
') --}}
{{-- Don'
t
forget
<
script
type
=
"text/javascript"
src
=
"{{ mix('js/searchbar.js') }}"
></
script
>
--
}}
{{-- Don'
t
forget
<
script
src
=
"{{ mix('js/searchbar.js') }}"
></
script
>
--
}}
<
fieldset
>
<
form
id
=
"searchForm"
method
=
{{
$request
}}
action
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
meta
/
meta
.
ger3
") }}"
accept
-
charset
=
"UTF-8"
>
<
div
class
=
"searchbar {{$class or ''}}"
>
...
...
resources/views/spende/beitritt.blade.php
View file @
537f8898
...
...
@@ -6,7 +6,7 @@
@
section
(
'content'
)
<
link
type
=
"text/css"
rel
=
"stylesheet"
href
=
"{{ mix('/css/beitritt.css') }}"
/>
<
script
type
=
"text/javascript"
src
=
"{{ mix('js/scriptJoinPage.js') }}"
></
script
>
<
script
src
=
"{{ mix('js/scriptJoinPage.js') }}"
></
script
>
<
form
id
=
"donation-form"
>
<
div
class
=
"card-heavy"
>
<
h1
>
{{
trans
(
'beitritt.heading.1'
)
}}
</
h1
>
...
...
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