-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mise à jour des pieds de pages des templates existants.
account-nonvalidate.html : Template de mail pour le refus d'un utilisateur. account_validate.html : Template envoyé si l'inscription est validée par un admin.
- Loading branch information
1 parent
3f1bbf8
commit e69ae4a
Showing
4 changed files
with
273 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<!DOCTYPE html> | ||
<html lang='fr'> | ||
|
||
<head> | ||
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> | ||
<meta name='viewport' content='width=device-width, initial-scale=1.0'> | ||
<meta name='x-apple-disable-message-reformatting'> | ||
|
||
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap' rel='stylesheet' type='text/css'> | ||
<style> | ||
|
||
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap"); | ||
|
||
a { | ||
color: inherit; | ||
} | ||
|
||
body { | ||
font-family: 'Raleway', 'Courier New', Courier, monospace; | ||
background-color: #e7e7e7; | ||
max-width: 450px; | ||
} | ||
|
||
header { | ||
display: flex; | ||
flex-direction: row; | ||
} | ||
|
||
header h3 { | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
font-weight: 200; | ||
font-size: 2em; | ||
} | ||
|
||
main .register-button { | ||
display: inline-block; | ||
box-sizing: border-box; | ||
background-color: #003865; | ||
border-radius: 4px; | ||
padding: 10px 20px; | ||
text-align: center; | ||
color: white; | ||
text-decoration: none; | ||
width: 100%; | ||
font-size: 22px; | ||
} | ||
|
||
hr { | ||
color: rgba(187, 187, 187, 0.435); | ||
margin: 20px 0; | ||
} | ||
|
||
footer { | ||
color: #95a5a6; | ||
font-size: 0.7em; | ||
line-height: 160%; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
|
||
<header> | ||
<img src='{{frontURL}}/public/icons/icon-192x192.png' width='147px' alt='Logo du site' /> | ||
<h3>BDE Polytech</h3> | ||
</header> | ||
|
||
<main> | ||
|
||
<p> | ||
Votre demande de création de compte a été refusée par un membre du BDE ... | ||
</p> | ||
|
||
<p> | ||
Si vous êtes un membre de Polytech Montpellier, veillez à ce que les informations rentrées correspondent à celle connus par l'école. | ||
This comment has been minimized.
Sorry, something went wrong. |
||
Si vous ne comprennez pas votre refus, contactez un membre du BDE. | ||
</p> | ||
|
||
</main> | ||
|
||
<hr> | ||
|
||
<footer> | ||
<p class = "centered"> | ||
Site du BDE: <a href='{{frontURL}}' target='_blank' rel='noopener noreferer'>{{frontURL}}</a> | ||
<br> | ||
|
||
Contact: <br> | ||
📧 | ||
<a href='mailto:[email protected]'> | ||
"Florent Hugouvieux" | ||
<[email protected]> | ||
</a> | ||
<br> | ||
📧 | ||
<a href='mailto:[email protected]'> | ||
"Julien Vendran" | ||
<[email protected]> | ||
</a> | ||
</p> | ||
|
||
<p class = "centered"> | ||
Les données demandées sont utilisées pour le bon fonctionnement du site. Vos données restent confidentielles et nous ne revendons pas vos données. | ||
Pour supprimer votre compte, utilisez un des contacts ci-dessus. | ||
</p> | ||
|
||
</footer> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
<!DOCTYPE html> | ||
<html lang='fr'> | ||
|
||
<head> | ||
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> | ||
<meta name='viewport' content='width=device-width, initial-scale=1.0'> | ||
<meta name='x-apple-disable-message-reformatting'> | ||
|
||
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap' rel='stylesheet' type='text/css'> | ||
<style> | ||
|
||
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap"); | ||
|
||
a { | ||
color: inherit; | ||
} | ||
|
||
body { | ||
font-family: 'Raleway', 'Courier New', Courier, monospace; | ||
background-color: #e7e7e7; | ||
max-width: 450px; | ||
} | ||
|
||
header { | ||
display: flex; | ||
flex-direction: row; | ||
} | ||
|
||
header h3 { | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
font-weight: 200; | ||
font-size: 2em; | ||
} | ||
|
||
main .register-button { | ||
display: inline-block; | ||
box-sizing: border-box; | ||
background-color: #003865; | ||
border-radius: 4px; | ||
padding: 10px 20px; | ||
text-align: center; | ||
color: white; | ||
text-decoration: none; | ||
width: 100%; | ||
font-size: 22px; | ||
} | ||
|
||
hr { | ||
color: rgba(187, 187, 187, 0.435); | ||
margin: 20px 0; | ||
} | ||
|
||
footer { | ||
color: #95a5a6; | ||
font-size: 0.7em; | ||
line-height: 160%; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
|
||
<header> | ||
<img src='{{frontURL}}/public/icons/icon-192x192.png' width='147px' alt='Logo du site' /> | ||
<h3>BDE Polytech</h3> | ||
</header> | ||
|
||
<main> | ||
|
||
<p> | ||
Votre compte a été validé par un membre du BDE. Vous pouvez maintenant profiter de toutes les fonctionnalités du site ! | ||
</p> | ||
|
||
<p> | ||
Il faut maintenant ajouter un mot de passe à votre compte en cliquant sur le bouton ci-dessous. | ||
</p> | ||
|
||
<hr> | ||
|
||
<a href='{{resetURL}}' class='register-button'>Changer de mot de passe</a> | ||
|
||
</main> | ||
|
||
<hr> | ||
|
||
<footer> | ||
<p class = "centered"> | ||
Site du BDE: <a href='{{frontURL}}' target='_blank' rel='noopener noreferer'>{{frontURL}}</a> | ||
<br> | ||
|
||
Contact: <br> | ||
📧 | ||
<a href='mailto:[email protected]'> | ||
"Florent Hugouvieux" | ||
<[email protected]> | ||
</a> | ||
<br> | ||
📧 | ||
<a href='mailto:[email protected]'> | ||
"Julien Vendran" | ||
<[email protected]> | ||
</a> | ||
</p> | ||
|
||
<p class = "centered"> | ||
Les données demandées sont utilisées pour le bon fonctionnement du site. Vos données restent confidentielles et nous ne revendons pas vos données. | ||
Pour supprimer votre compte, utilisez un des contacts ci-dessus. | ||
</p> | ||
|
||
</footer> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,13 +89,29 @@ <h3>BDE Polytech</h3> | |
<hr> | ||
|
||
<footer> | ||
<p> | ||
Site du BDE: <a href='{{frontURL}}' target='_blank' rel='noopener noreferer'>{{frontURL}}</a><br> | ||
Contact: <a href='mailto:[email protected]'>"Florent Hugouvieux" | ||
<[email protected]></a><br> | ||
Nous utilisons vos données seulement pour le bon fonctionnement du site. Nous ne revondons pas vos données. Si vous | ||
voulez supprimer votre compte, utilisez le contact ci-dessus. | ||
<p class = "centered"> | ||
Site du BDE: <a href='{{frontURL}}' target='_blank' rel='noopener noreferer'>{{frontURL}}</a> | ||
<br> | ||
|
||
Contact: <br> | ||
📧 | ||
<a href='mailto:[email protected]'> | ||
"Florent Hugouvieux" | ||
<[email protected]> | ||
</a> | ||
<br> | ||
📧 | ||
<a href='mailto:[email protected]'> | ||
"Julien Vendran" | ||
<[email protected]> | ||
</a> | ||
</p> | ||
|
||
<p class = "centered"> | ||
Les données demandées sont utilisées pour le bon fonctionnement du site. Vos données restent confidentielles et nous ne revendons pas vos données. | ||
Pour supprimer votre compte, utilisez un des contacts ci-dessus. | ||
</p> | ||
|
||
</footer> | ||
|
||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,13 +87,29 @@ <h3>BDE Polytech</h3> | |
<hr> | ||
|
||
<footer> | ||
<p> | ||
Site du BDE: <a href='{{frontURL}}' target='_blank' rel='noopener noreferer'>{{frontURL}}</a><br> | ||
Contact: <a href='mailto:[email protected]'>"Florent Hugouvieux" | ||
<[email protected]></a><br> | ||
Nous utilisons vos données seulement pour le bon fonctionnement du site. Nous ne revondons pas vos données. Si vous | ||
voulez supprimer votre compte, utilisez le contact ci-dessus. | ||
<p class = "centered"> | ||
Site du BDE: <a href='{{frontURL}}' target='_blank' rel='noopener noreferer'>{{frontURL}}</a> | ||
<br> | ||
|
||
Contact: <br> | ||
📧 | ||
<a href='mailto:[email protected]'> | ||
"Florent Hugouvieux" | ||
<[email protected]> | ||
</a> | ||
<br> | ||
📧 | ||
<a href='mailto:[email protected]'> | ||
"Julien Vendran" | ||
<[email protected]> | ||
</a> | ||
</p> | ||
|
||
<p class = "centered"> | ||
Les données demandées sont utilisées pour le bon fonctionnement du site. Vos données restent confidentielles et nous ne revendons pas vos données. | ||
Pour supprimer votre compte, utilisez un des contacts ci-dessus. | ||
</p> | ||
|
||
</footer> | ||
|
||
</body> | ||
|
à celles connues