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
LQDN Adminsys
don
Commits
d59b4228
Verified
Commit
d59b4228
authored
Dec 06, 2019
by
Guinness
Browse files
Mise à jour des contreparties
parent
bcb9529f
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/view/campaign/home.html
View file @
d59b4228
...
...
@@ -61,7 +61,7 @@
<div
class=
"modal-row"
>
<div
class=
"form-inline form-accent col-md-7"
>
<label
for=
"amount_other"
>
{{ _("OU") }}
</label>
<input
class=
"form-control"
type=
"text"
name=
"amount_other"
value=
""
placeholder=
"
80€
"
>
<input
class=
"form-control"
type=
"text"
name=
"amount_other"
value=
""
placeholder=
"
Montant libre
"
>
</div>
<div
class=
"form-inline col-md-4"
id=
"monthly"
>
<input
type=
"radio"
class=
"radio"
name=
"monthly"
id=
"monthly1"
value=
"true"
>
...
...
app/view/user/infos.html
View file @
d59b4228
...
...
@@ -68,17 +68,17 @@
<input
type=
"hidden"
name=
"contrepartie"
id=
"contrepartie"
value=
""
/>
<input
type=
"button"
class=
"big_button cntrprt"
id=
"0"
value=
"{{ _("
Rien
")
}}"
/>
<check
if=
"{{ @infos.cumul>=
30
}}"
>
<input
type=
"button"
class=
"big_button cntrprt"
id=
"
30
"
value=
"
30
€"
/>
<check
if=
"{{ @infos.cumul>=
42
}}"
>
<input
type=
"button"
class=
"big_button cntrprt"
id=
"
42
"
value=
"
42
€"
/>
</check>
<check
if=
"{{ @infos.cumul>=
50
}}"
>
<input
type=
"button"
class=
"big_button cntrprt"
id=
"
50
"
value=
"
50
€"
/>
<check
if=
"{{ @infos.cumul>=
64
}}"
>
<input
type=
"button"
class=
"big_button cntrprt"
id=
"
64
"
value=
"
64
€"
/>
</check>
<check
if=
"{{ @infos.cumul>=1
00
}}"
>
<input
type=
"button"
class=
"big_button cntrprt"
id=
"1
00
"
value=
"1
00
€"
/>
<check
if=
"{{ @infos.cumul>=1
28
}}"
>
<input
type=
"button"
class=
"big_button cntrprt"
id=
"1
28
"
value=
"1
28
€"
/>
</check>
<check
if=
"{{ @infos.cumul>=
250
}}"
>
<input
type=
"button"
class=
"big_button cntrprt"
id=
"
250
"
value=
"
250
€"
/>
<check
if=
"{{ @infos.cumul>=
314
}}"
>
<input
type=
"button"
class=
"big_button cntrprt"
id=
"
314
"
value=
"
314
€"
/>
</check>
<div
id=
"cadeaux"
>
</div>
...
...
app/view/user/perso.html
View file @
d59b4228
...
...
@@ -229,12 +229,12 @@
<form
method=
"GET"
action=
"{{ 'perso' | alias }}"
name=
"contreparties"
>
<input
type=
"hidden"
name=
"validate"
value=
"true"
>
<label></label>
<check
if=
"{{ @infos.cumul >=
30
}}"
>
<check
if=
"{{ @infos.cumul >=
42
}}"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<!-- piplome -->
<div
class=
"panel panel-default"
>
<div
class=
"panel-body c-panelcontrepartie"
>
<div
class=
"col-md-1"
>
<input
type=
"radio"
name=
"quoi"
id=
"quoi1"
class=
"radio"
checked
<
check
if=
"{{ @infos.cumul <
30
}}"
>
disabled
</check>
value="piplome">
<input
type=
"radio"
name=
"quoi"
id=
"quoi1"
class=
"radio"
checked
<
check
if=
"{{ @infos.cumul <
42
}}"
>
disabled
</check>
value="piplome">
<label
for=
"quoi1"
></label>
</div>
<div
class=
"col-md-3 text-center"
>
...
...
@@ -254,18 +254,18 @@
</div>
</div>
<div
class=
"c-prixcontrepartie"
>
<p>
30
€
</p>
<p>
42
€
</p>
</div>
</div>
</div>
</div>
<!-- piplome -->
</check>
<check
if=
"{{ @infos.cumul >=
50
}}"
>
<check
if=
"{{ @infos.cumul >=
64
}}"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<!-- Pibag -->
<div
class=
"panel panel-default"
>
<div
class=
"panel-body c-panelcontrepartie"
>
<div
class=
"col-md-1"
>
<input
type=
"radio"
class=
"radio"
id=
"quoi2"
name=
"quoi"
<
check
if=
"{{ @infos.cumul <
50
}}"
>
disabled
</check>
value="pibag">
<input
type=
"radio"
class=
"radio"
id=
"quoi2"
name=
"quoi"
<
check
if=
"{{ @infos.cumul <
64
}}"
>
disabled
</check>
value="pibag">
<label
for=
"quoi2"
></label>
</div>
<div
class=
"col-md-3 text-center"
>
...
...
@@ -282,18 +282,18 @@
</div>
</div>
<div
class=
"c-prixcontrepartie"
>
<p>
50
€
</p>
<p>
64
€
</p>
</div>
</div>
</div>
</div>
<!-- / Pibag -->
</check>
<check
if=
"{{ @infos.cumul >= 1
00
}}"
>
<check
if=
"{{ @infos.cumul >= 1
28
}}"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<!-- Pishirt -->
<div
class=
"panel panel-default"
>
<div
class=
"panel-body c-panelcontrepartie"
>
<div
class=
"col-md-1"
>
<input
type=
"radio"
class=
"radio"
id=
"quoi3"
name=
"quoi"
<
check
if=
"{{ @infos.cumul < 1
00
}}"
>
disabled
</check>
value="pishirt">
<input
type=
"radio"
class=
"radio"
id=
"quoi3"
name=
"quoi"
<
check
if=
"{{ @infos.cumul < 1
28
}}"
>
disabled
</check>
value="pishirt">
<label
for=
"quoi3"
></label>
</div>
<div
class=
"col-md-3 text-center"
>
...
...
@@ -319,18 +319,18 @@
</div>
</div>
<div
class=
"c-prixcontrepartie"
>
<p>
1
00
€
</p>
<p>
1
28
€
</p>
</div>
</div>
</div>
</div>
<!-- / Pishirt -->
</check>
<check
if=
"{{ @infos.cumul >=
250
}}"
>
<check
if=
"{{ @infos.cumul >=
314
}}"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<!-- Hoopi -->
<div
class=
"panel panel-default"
>
<div
class=
"panel-body c-panelcontrepartie"
>
<div
class=
"col-md-1"
>
<input
type=
"radio"
class=
"radio"
id=
"quoi4"
name=
"quoi"
<
check
if=
"{{ @infos.cumul <
250
}}"
>
disabled
</check>
value="hoodie">
<input
type=
"radio"
class=
"radio"
id=
"quoi4"
name=
"quoi"
<
check
if=
"{{ @infos.cumul <
314
}}"
>
disabled
</check>
value="hoodie">
<label
for=
"quoi4"
></label>
</div>
<div
class=
"col-md-3 text-center"
>
...
...
@@ -356,7 +356,7 @@
</div>
</div>
<div
class=
"c-prixcontrepartie"
>
<p>
250
€
</p>
<p>
314
€
</p>
</div>
</div>
</div>
...
...
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