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
ea9f903a
Commit
ea9f903a
authored
Nov 15, 2016
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update beitritt.blade.php
parent
5161c506
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
resources/views/spende/beitritt.blade.php
resources/views/spende/beitritt.blade.php
+16
-16
No files found.
resources/views/spende/beitritt.blade.php
View file @
ea9f903a
...
...
@@ -6,71 +6,71 @@
@
section
(
'content'
)
<
link
type
=
"text/css"
rel
=
"stylesheet"
href
=
"/css/beitritt.css"
/>
<
h1
>
{{
trans
(
'heading.1'
)
}}
</
h1
>
<
h1
>
{{
trans
(
'
beitritt.
heading.1'
)
}}
</
h1
>
<
form
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"name"
class
=
"non-bold"
>
{{
trans
(
'beitritt.1'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"name"
placeholder
=
"
Name, Vorname
"
required
/>
<
label
for
=
"name"
class
=
"non-bold"
>
{{
trans
(
'beitritt.
beitritt.
1'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"name"
placeholder
=
"
{
{trans('beitritt.placeholder.1')}
}
"
required
/>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"firma"
class
=
"non-bold"
>
{{
trans
(
'beitritt.2'
)
}}
</
label
>
<
label
for
=
"firma"
class
=
"non-bold"
>
{{
trans
(
'beitritt.
beitritt.
2'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"firma"
placeholder
=
"Diese Zeile nur beim Beitritt von Firmen ausfüllen"
/>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"funktion"
class
=
"non-bold"
>
{{
trans
(
'beitritt.3'
)
}}
</
label
>
<
label
for
=
"funktion"
class
=
"non-bold"
>
{{
trans
(
'beitritt.
beitritt.
3'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"funktion"
placeholder
=
"hier ggf. wenn Sie wollen oder beim Firmenbeitritt: Ihren Beruf/Funktion"
/>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"adresse"
class
=
"non-bold"
>
{{
trans
(
'beitritt.4'
)
}}
</
label
>
<
label
for
=
"adresse"
class
=
"non-bold"
>
{{
trans
(
'beitritt.
beitritt.
4'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"adresse"
placeholder
=
"Straße Hausnummer, Postleitzahl, Ort"
required
/>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"email"
class
=
"non-bold"
>
{{
trans
(
'beitritt.5'
)
}}
</
label
>
<
label
for
=
"email"
class
=
"non-bold"
>
{{
trans
(
'beitritt.
beitritt.
5'
)
}}
</
label
>
<
input
type
=
"email"
class
=
"form-control"
name
=
"email"
placeholder
=
""
/>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"homepage"
class
=
"non-bold"
>
{{
trans
(
'beitritt.6'
)
}}
</
label
>
<
label
for
=
"homepage"
class
=
"non-bold"
>
{{
trans
(
'beitritt.
beitritt.
6'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"homepage"
placeholder
=
"http://"
/>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"telefon"
class
=
"non-bold"
>
{{
trans
(
'beitritt.7'
)
}}
</
label
>
<
label
for
=
"telefon"
class
=
"non-bold"
>
{{
trans
(
'beitritt.
beitritt.
7'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"telefon"
placeholder
=
"Festnetz und ggf. Handy"
/>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
class
=
"non-bold"
for
=
"betrag"
>
{{
trans
(
'beitritt.8'
)
}}
</
label
>
<
label
class
=
"non-bold"
for
=
"betrag"
>
{{
trans
(
'beitritt.
beitritt.
8'
)
}}
</
label
>
<
div
class
=
"row"
>
<
div
class
=
"col-xs-2"
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"betrag"
/>
</
div
>
<
div
class
=
"col-xs-2"
>
<
p
class
=
"help-block"
>
{{
trans
(
'beitritt.9'
)
}}
</
p
>
<
p
class
=
"help-block"
>
{{
trans
(
'beitritt.
beitritt.
9'
)
}}
</
p
>
</
div
>
</
div
>
</
div
>
<
label
class
=
"non-bold"
>
{{
trans
(
'beitritt.10'
)
}}
{{
trans
(
'beitritt.
beitritt.
10'
)
}}
</
label
>
<
label
class
=
"non-bold"
>
{{
trans
(
'beitritt.11'
)
}}
{{
trans
(
'beitritt.
beitritt.
11'
)
}}
</
label
>
<
div
class
=
"row"
>
<
div
class
=
"col-xs-2"
>
<
div
class
=
"radio"
>
<
label
>
<
input
type
=
"radio"
name
=
"veröffentlichung"
checked
>
{{
trans
(
'beitritt.12'
)
}}
<
input
type
=
"radio"
name
=
"veröffentlichung"
checked
>
{{
trans
(
'beitritt.
beitritt.
12'
)
}}
</
label
>
</
div
>
</
div
>
<
div
class
=
"col-xs-2"
>
<
div
class
=
"radio"
>
<
label
>
<
input
type
=
"radio"
name
=
"veröffentlichung"
>
{{
trans
(
'beitritt.13'
)
}}
<
input
type
=
"radio"
name
=
"veröffentlichung"
>
{{
trans
(
'beitritt.
beitritt.
13'
)
}}
</
label
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"ort"
>
{{
trans
(
'beitritt.14'
)
}}
</
label
>
<
label
for
=
"ort"
>
{{
trans
(
'beitritt.
beitritt.
14'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
id
=
"ort"
placeholder
=
""
/>
</
div
>
<
br
/>
...
...
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