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
jdev
jdev-boarding
Commits
b3dec044
Commit
b3dec044
authored
Mar 06, 2017
by
Chrystel Moreau
Browse files
ajout Etat Inscription dans le dashboard Participant
parent
81522f87
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/templates/dashboard_home.twig
View file @
b3dec044
...
...
@@ -5,20 +5,37 @@
<div
class=
"content-dashboard"
>
<div
class=
"title-main"
>
<div
class=
"title-main-content"
>
Inscription
</div>
<div
class=
"title-main-content"
>
Inscription
aux JDEV2017
</div>
</div>
<div>
<h4><i
class=
"fa fa-id-card-o"
></i>
Votre inscription
</h4>
<div
class=
'inscription'
>
<p>
<b>
NOM
<i
class=
"fa fa-arrow-circle-right"
></i></b>
{{
participant.getNom
()
}}
<br>
<b>
PRENOM
<i
class=
"fa fa-arrow-circle-right"
></i></b>
{{
participant.getPrenom
()
}}
<br>
<b>
STATUT
<i
class=
"fa fa-arrow-circle-right"
></i></b>
{{
participant.getStatut
()
}}
<br>
<b>
EMPLOI
<i
class=
"fa fa-arrow-circle-right"
></i></b>
{{
participant.getEmploi
()
}}
<br>
<b>
ROLE
<i
class=
"fa fa-arrow-circle-right"
></i></b>
{{
participant.getRole
()
}}
<br>
<b>
ORGANISME DE TUTELLE
<i
class=
"fa fa-arrow-circle-right"
></i></b>
{{
participant.getOrganisme
()
.
getLabel
()
}}
<br>
<b>
UNITE/SERVICE
<i
class=
"fa fa-arrow-circle-right"
></i></b>
{{
participant.getUnite
()
}}
<br>
<b>
REGION
<i
class=
"fa fa-arrow-circle-right"
></i></b>
{{
participant.getRegion
()
}}
<br>
</p>
<hr>
<p>
<b>
Inscrit sur la mailing-liste :
</b>
{%
if
participant.getMailingList
()
%}
oui
{%
else
%}
non
{%
endif
%}
<br>
<b>
Inscrit à l'évènement social :
</b>
{%
if
participant.getEvenementSocial
()
%}
oui
{%
else
%}
non
{%
endif
%}
<br>
</p>
</div>
<hr>
{%
if
not
participant.getCloValide
()
%}
<h4><i
class=
"fa fa-check-square-o"
></i>
En attente de validation
</h4>
<p>
Nous avons acté votre inscription aux JDEV2017 en tant que
<b>
{{
participant.getRole
()
}}
</b>
.
<br>
Votre inscription nécessite une validation complémentaire par un membre du comité d'oganisation.
<br>
Vous recevrez très prochainement un e-mail pour vous prévenir de la validation de votre compte.
<br>
</p>
<p>
Bien cordialement
<br>
Le comité d'orgranisation des JDEV2017
</p>
{%
elseif
participant.getPassPrepaye
()
%}
<h4><i
class=
"fa fa-check-square-o"
></i>
Droits d'inscription validés
</h4>
...
...
@@ -29,6 +46,7 @@
{%
elseif
participant.getAccesValide
()
%}
<h4><i
class=
"fa fa-check-square-o"
></i>
Droits d'inscription validés
</h4>
<p>
Nous avons acté votre inscription aux JDEV2017 en tant que
<b>
{{
participant.getRole
()
}}
</b>
.
<br>
</p>
{%
else
%}
...
...
@@ -44,6 +62,7 @@
{%
endif
%}
{%
if
participant.getAccesValide
()
%}
{%
if
participant.Role
()
==
'Participant'
%}
<hr>
...
...
@@ -59,6 +78,12 @@
</p>
{%
endif
%}
{%
endif
%}
<p>
<a
href=
"mailto:jdev2017-inscription@services.cnrs.fr"
>
<i
class=
"fa fa-envelope"
></i>
Contact Inscription
</a>
</p>
</div>
</div>
{%
endblock
%}
\ No newline at end of file
public/styles/components/dashboard.css
View file @
b3dec044
...
...
@@ -66,8 +66,8 @@
}
.content-dashboard
{
margin-left
:
190px
;
//
margin-left
:
0px
;
//
margin-left
:
190px
;
margin-left
:
0px
;
}
.content-dashboard-admin
{
...
...
@@ -87,4 +87,10 @@
}
.fa-credit-card
{
color
:
#ec971f
;
}
\ No newline at end of file
}
.inscription
{
background-color
:
whitesmoke
;
padding
:
10px
;
}
Write
Preview
Supports
Markdown
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