Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
09affe04
Commit
09affe04
authored
Jul 27, 2017
by
Aria Givi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hinweis auf Angabe der Adresse nach oben verschoben und hervorgehoben
parent
7db39edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
65 deletions
+65
-65
resources/views/spende/spende.blade.php
resources/views/spende/spende.blade.php
+65
-65
No files found.
resources/views/spende/spende.blade.php
View file @
09affe04
...
...
@@ -8,73 +8,73 @@
<
h1
>
{
!!
trans
(
'spende.headline.1'
)
!!
}
</
h1
>
<
h2
class
=
"subheading"
>
{
!!
trans
(
'spende.headline.2'
)
!!
}
</
h2
>
<
p
>
{
!!
trans
(
'spende.about.2'
)
!!
}
</
p
>
<
div
id
=
"top"
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others"
>
<
h3
id
=
"lastschrift"
>
{
!!
trans
(
'spende.lastschrift.1'
)
!!
}
</
h3
>
<
p
>
{
!!
trans
(
'spende.lastschrift.2'
)
!!
}
</
p
>
<
form
id
=
"donate"
role
=
"form"
method
=
"POST"
>
<
input
type
=
"hidden"
name
=
"dt"
value
=
"{{ md5(date('Y') . date('m') . date('d')) }}"
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"Name"
>
{
!!
trans
(
'spende.lastschrift.3'
)
!!
}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
id
=
"Name"
required
=
""
name
=
"Name"
placeholder
=
"{!! trans('spende.lastschrift.3.placeholder') !!}"
value
=
"{{ old('Name') }}"
/>
</
div
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"email"
>
{
!!
trans
(
'spende.lastschrift.4'
)
!!
}
</
label
>
<
input
type
=
"email"
class
=
"form-control"
id
=
"email"
name
=
"email"
placeholder
=
"Email"
value
=
"{{ old('email') }}"
>
</
div
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"tel"
>
{
!!
trans
(
'spende.lastschrift.5'
)
!!
}
</
label
>
<
input
type
=
"tel"
class
=
"form-control"
id
=
"tel"
name
=
"Telefon"
placeholder
=
"xxxx-xxxxx"
value
=
"{{ old('Telefon') }}"
>
</
div
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"iban"
>
{
!!
trans
(
'spende.lastschrift.6'
)
!!
}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
id
=
"iban"
required
=
""
name
=
"Kontonummer"
placeholder
=
"IBAN"
value
=
"{{ old('Kontonummer') }}"
>
</
div
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"bic"
>
{
!!
trans
(
'spende.lastschrift.7'
)
!!
}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
id
=
"bic"
required
=
""
name
=
"Bankleitzahl"
placeholder
=
"BIC"
value
=
"{{ old('Bankleitzahl') }}"
>
</
div
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"msg"
>
{
!!
trans
(
'spende.lastschrift.8'
)
!!
}
</
label
>
<
textarea
class
=
"form-control"
id
=
"msg"
required
=
""
name
=
"Nachricht"
placeholder
=
"{!! trans('spende.lastschrift.8.placeholder') !!}"
>
{{
old
(
'Nachricht'
)
}}
</
textarea
>
</
div
>
<
button
type
=
"submit"
form
=
"donate"
class
=
"btn btn-default"
>
{
!!
trans
(
'spende.lastschrift.9'
)
!!
}
</
button
>
</
form
>
<
p
><
i
class
=
"fa fa-info fa-fw fa-lg"
aria
-
hidden
=
"true"
></
i
><
u
>
{
!!
trans
(
'spende.bankinfo.3'
)
!!
}
</
u
></
p
>
<
div
id
=
"top"
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others"
>
<
h3
id
=
"lastschrift"
>
{
!!
trans
(
'spende.lastschrift.1'
)
!!
}
</
h3
>
<
p
>
{
!!
trans
(
'spende.lastschrift.2'
)
!!
}
</
p
>
<
form
id
=
"donate"
role
=
"form"
method
=
"POST"
>
<
input
type
=
"hidden"
name
=
"dt"
value
=
"{{ md5(date('Y') . date('m') . date('d')) }}"
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"Name"
>
{
!!
trans
(
'spende.lastschrift.3'
)
!!
}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
id
=
"Name"
required
=
""
name
=
"Name"
placeholder
=
"{!! trans('spende.lastschrift.3.placeholder') !!}"
value
=
"{{ old('Name') }}"
/>
</
div
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others bitcoins"
>
<
h3
>
{
!!
trans
(
'spende.bankinfo.1'
)
!!
}
</
h3
>
<
p
>
{
!!
trans
(
'spende.bankinfo.2'
)
!!
}
</
p
>
<
p
class
=
"text-muted"
>
{
!!
trans
(
'spende.bankinfo.3'
)
!!
}
</
p
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"email"
>
{
!!
trans
(
'spende.lastschrift.4'
)
!!
}
</
label
>
<
input
type
=
"email"
class
=
"form-control"
id
=
"email"
name
=
"email"
placeholder
=
"Email"
value
=
"{{ old('email') }}"
>
</
div
>
<
hr
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others bitcoins"
>
<
h3
>
{
!!
trans
(
'spende.paypal.1'
)
!!
}
</
h3
>
<
form
action
=
"https://www.paypal.com/cgi-bin/webscr"
method
=
"post"
>
<
input
name
=
"cmd"
value
=
"_xclick"
type
=
"hidden"
>
<
input
name
=
"business"
value
=
"wsb@suma-ev.de"
type
=
"hidden"
>
<
input
name
=
"item_name"
value
=
"SuMa-eV Spende"
type
=
"hidden"
>
<
input
name
=
"buyer_credit_promo_code"
value
=
""
type
=
"hidden"
>
<
input
name
=
"buyer_credit_product_category"
value
=
""
type
=
"hidden"
>
<
input
name
=
"buyer_credit_shipping_method"
value
=
""
type
=
"hidden"
>
<
input
name
=
"buyer_credit_user_address_change"
value
=
""
type
=
"hidden"
>
<
input
name
=
"no_shipping"
value
=
"0"
type
=
"hidden"
>
<
input
name
=
"no_note"
value
=
"1"
type
=
"hidden"
>
<
input
name
=
"currency_code"
value
=
"EUR"
type
=
"hidden"
>
<
input
name
=
"tax"
value
=
"0"
type
=
"hidden"
>
<
input
name
=
"lc"
value
=
"DE"
type
=
"hidden"
>
<
input
name
=
"bn"
value
=
"PP-DonationsBF"
type
=
"hidden"
>
<
input
src
=
"/img/paypalspenden.gif"
name
=
"submit"
width
=
"120px"
alt
=
"{!! trans('spende.paypal.2') !!}"
type
=
"image"
>
</
form
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"tel"
>
{
!!
trans
(
'spende.lastschrift.5'
)
!!
}
</
label
>
<
input
type
=
"tel"
class
=
"form-control"
id
=
"tel"
name
=
"Telefon"
placeholder
=
"xxxx-xxxxx"
value
=
"{{ old('Telefon') }}"
>
</
div
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others bitcoins"
>
<
h3
>
{
!!
trans
(
'spende.bitcoins.1'
)
!!
}
</
h3
>
{
!!
trans
(
'spende.bitcoins.2'
)
!!
}
<
br
/>
<
a
href
=
"bitcoin:174SDRNZqM2WNobHhCDqD1VXbnZYFXNf8V"
>
174
SDRNZqM2WNobHhCDqD1VXbnZYFXNf8V
</
a
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"iban"
>
{
!!
trans
(
'spende.lastschrift.6'
)
!!
}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
id
=
"iban"
required
=
""
name
=
"Kontonummer"
placeholder
=
"IBAN"
value
=
"{{ old('Kontonummer') }}"
>
</
div
>
<
div
class
=
"clearfix"
></
div
>
<
hr
>
</
div
>
<
p
>
{
!!
trans
(
'spende.lastschrift.10'
)
!!
}
</
p
>
<
hr
>
<
div
class
=
"clearfix"
></
div
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"bic"
>
{
!!
trans
(
'spende.lastschrift.7'
)
!!
}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
id
=
"bic"
required
=
""
name
=
"Bankleitzahl"
placeholder
=
"BIC"
value
=
"{{ old('Bankleitzahl') }}"
>
</
div
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"msg"
>
{
!!
trans
(
'spende.lastschrift.8'
)
!!
}
</
label
>
<
textarea
class
=
"form-control"
id
=
"msg"
required
=
""
name
=
"Nachricht"
placeholder
=
"{!! trans('spende.lastschrift.8.placeholder') !!}"
>
{{
old
(
'Nachricht'
)
}}
</
textarea
>
</
div
>
<
button
type
=
"submit"
form
=
"donate"
class
=
"btn btn-default"
>
{
!!
trans
(
'spende.lastschrift.9'
)
!!
}
</
button
>
</
form
>
</
div
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others bitcoins"
>
<
h3
>
{
!!
trans
(
'spende.bankinfo.1'
)
!!
}
</
h3
>
<
p
>
{
!!
trans
(
'spende.bankinfo.2'
)
!!
}
</
p
>
</
div
>
<
hr
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others bitcoins"
>
<
h3
>
{
!!
trans
(
'spende.paypal.1'
)
!!
}
</
h3
>
<
form
action
=
"https://www.paypal.com/cgi-bin/webscr"
method
=
"post"
>
<
input
name
=
"cmd"
value
=
"_xclick"
type
=
"hidden"
>
<
input
name
=
"business"
value
=
"wsb@suma-ev.de"
type
=
"hidden"
>
<
input
name
=
"item_name"
value
=
"SuMa-eV Spende"
type
=
"hidden"
>
<
input
name
=
"buyer_credit_promo_code"
value
=
""
type
=
"hidden"
>
<
input
name
=
"buyer_credit_product_category"
value
=
""
type
=
"hidden"
>
<
input
name
=
"buyer_credit_shipping_method"
value
=
""
type
=
"hidden"
>
<
input
name
=
"buyer_credit_user_address_change"
value
=
""
type
=
"hidden"
>
<
input
name
=
"no_shipping"
value
=
"0"
type
=
"hidden"
>
<
input
name
=
"no_note"
value
=
"1"
type
=
"hidden"
>
<
input
name
=
"currency_code"
value
=
"EUR"
type
=
"hidden"
>
<
input
name
=
"tax"
value
=
"0"
type
=
"hidden"
>
<
input
name
=
"lc"
value
=
"DE"
type
=
"hidden"
>
<
input
name
=
"bn"
value
=
"PP-DonationsBF"
type
=
"hidden"
>
<
input
src
=
"/img/paypalspenden.gif"
name
=
"submit"
width
=
"120px"
alt
=
"{!! trans('spende.paypal.2') !!}"
type
=
"image"
>
</
form
>
</
div
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others bitcoins"
>
<
h3
>
{
!!
trans
(
'spende.bitcoins.1'
)
!!
}
</
h3
>
{
!!
trans
(
'spende.bitcoins.2'
)
!!
}
<
br
/>
<
a
href
=
"bitcoin:174SDRNZqM2WNobHhCDqD1VXbnZYFXNf8V"
>
174
SDRNZqM2WNobHhCDqD1VXbnZYFXNf8V
</
a
>
</
div
>
<
div
class
=
"clearfix"
></
div
>
<
hr
>
</
div
>
<
p
>
{
!!
trans
(
'spende.lastschrift.10'
)
!!
}
</
p
>
<
hr
>
<
div
class
=
"clearfix"
></
div
>
@
endsection
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