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
1efc6677
Commit
1efc6677
authored
7 years ago
by
Aria Givi
Browse files
Options
Downloads
Patches
Plain Diff
Anweisungen zum Beitritt nach oben verschoben, Schriftgröße änert sich in der Druckansicht nicht
parent
3585a71f
No related branches found
No related tags found
1 merge request
!1365
Resolve "Filter Options for MetaGer"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/assets/less/metager/static-pages.less
+7
-0
7 additions, 0 deletions
resources/assets/less/metager/static-pages.less
resources/views/spende/beitritt.blade.php
+40
-36
40 additions, 36 deletions
resources/views/spende/beitritt.blade.php
with
47 additions
and
36 deletions
resources/assets/less/metager/static-pages.less
+
7
−
0
View file @
1efc6677
...
...
@@ -592,6 +592,8 @@ textarea#message {
text-align: left;
}
.beitritt-input {}
.modal-content {
border-radius: 0;
-webkit-box-shadow: 1px 1px 3px 1px @modal-content-box-shadow-color;
...
...
@@ -679,8 +681,13 @@ label.select-label {
.noprint {
display: none!important;
}
.beitritt-info {
font-size: 10pt;
}
}
.donation-form-group label {
font-weight: bold;
}
...
...
This diff is collapsed.
Click to expand it.
resources/views/spende/beitritt.blade.php
+
40
−
36
View file @
1efc6677
...
...
@@ -8,33 +8,45 @@
<
link
type
=
"text/css"
rel
=
"stylesheet"
href
=
"{{ elixir('/css/beitritt.css') }}"
/>
<
h1
>
{{
trans
(
'beitritt.heading.1'
)
}}
</
h1
>
<
form
>
<
div
class
=
"form-group beitritt-form-group"
>
<
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.beitritt.2'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"firma"
placeholder
=
"
{
{trans('beitritt.placeholder.2')}
}
"
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"funktion"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.3'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"funktion"
placeholder
=
"
{
{trans('beitritt.placeholder.3')}
}
"
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"adresse"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.4'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"adresse"
placeholder
=
"
{
{trans('beitritt.placeholder.4')}
}
"
required
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
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.beitritt.6'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"homepage"
placeholder
=
"http://"
>
<
div
class
=
"col-sm-6"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"name"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.1'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"name"
placeholder
=
"
{
{trans('beitritt.placeholder.1')}
}
"
required
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"firma"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.2'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"firma"
placeholder
=
"
{
{trans('beitritt.placeholder.2')}
}
"
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"funktion"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.3'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"funktion"
placeholder
=
"
{
{trans('beitritt.placeholder.3')}
}
"
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"adresse"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.4'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"adresse"
placeholder
=
"
{
{trans('beitritt.placeholder.4')}
}
"
required
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"email"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.5'
)
}}
</
label
>
<
input
type
=
"email"
class
=
"form-control beitritt-input"
name
=
"email"
placeholder
=
""
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"homepage"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.6'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"homepage"
placeholder
=
"http://"
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"telefon"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.7'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"telefon"
placeholder
=
"
{
{trans('beitritt.placeholder.7')}
}
"
>
</
div
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"telefon"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.7'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"telefon"
placeholder
=
"
{
{trans('beitritt.placeholder.7')}
}
"
>
<
div
class
=
"col-sm-6 beitritt-info"
>
<
p
>
{{
trans
(
'beitritt.anweisung.1'
)
}}
</
p
>
<
ul
class
=
"dotlist"
>
<
li
>
{{
trans
(
'beitritt.anweisung.2'
)
}}
</
li
>
<
li
>
{{
trans
(
'beitritt.anweisung.3'
)
}}
</
li
>
<
li
>
{{
trans
(
'beitritt.anweisung.4'
)
}}
</
li
>
</
ul
>
<
p
>
{{
trans
(
'beitritt.anweisung.5'
)
}}
</
p
>
<
p
>
{{
trans
(
'beitritt.anweisung.6'
)
}}
</
p
>
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
class
=
"non-bold"
for
=
"betrag"
>
{{
trans
(
'beitritt.beitritt.8'
)
}}
</
label
>
...
...
@@ -71,7 +83,7 @@
</
div
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"ort"
>
{{
trans
(
'beitritt.beitritt.14'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
id
=
"ort"
placeholder
=
""
>
<
input
type
=
"text"
class
=
"form-control
beitritt-input
"
id
=
"ort"
placeholder
=
""
>
</
div
>
<
br
>
<
p
class
=
"signature"
>
{{
trans
(
'beitritt.abbuchung.1'
)
}}
</
p
>
...
...
@@ -98,20 +110,12 @@
<
br
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"ort2"
class
=
"non-bold"
>
{{
trans
(
'beitritt.abbuchung.8'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
id
=
"ort2"
placeholder
=
""
>
<
input
type
=
"text"
class
=
"form-control
beitritt-input
"
id
=
"ort2"
placeholder
=
""
>
</
div
>
<
br
>
<
p
class
=
"signature"
>
{{
trans
(
'beitritt.abbuchung.1'
)
}}
</
p
>
</
form
>
<
hr
>
<
p
class
=
"pagebreak"
>
{{
trans
(
'beitritt.anweisung.1'
)
}}
</
p
>
<
ul
class
=
"dotlist"
>
<
li
>
{{
trans
(
'beitritt.anweisung.2'
)
}}
</
li
>
<
li
>
{{
trans
(
'beitritt.anweisung.3'
)
}}
</
li
>
<
li
>
{{
trans
(
'beitritt.anweisung.4'
)
}}
</
li
>
</
ul
>
<
p
>
{{
trans
(
'beitritt.anweisung.5'
)
}}
</
p
>
<
p
>
{{
trans
(
'beitritt.anweisung.6'
)
}}
</
p
>
<
button
type
=
"button"
class
=
"btn btn-lg btn-primary noprint"
onclick
=
"window.print();"
>
{{
trans
(
'beitritt.anweisung.7'
)
}}
</
button
>
<!--
<
script
src
=
"{{ elixir('js/scriptJoinPage.js') }}"
></
script
>
-->
@
endsection
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