- Booking Event (with email to user and admin)
- Cancel Event (with email to user and admin) - Store into mongodb
This commit is contained in:
29
emails/admin/cancelbooking/it/html.pug
Normal file
29
emails/admin/cancelbooking/it/html.pug
Normal file
@@ -0,0 +1,29 @@
|
||||
p Ciao,
|
||||
p Ti avvisiamo che #{name} #{surname} ha appena cancellato la prenotazione per l'evento #{event}:
|
||||
span #{participants}
|
||||
|
||||
p Cordiali Saluti
|
||||
p Supporto #{nomeapp}
|
||||
|
||||
style(type="text/css").
|
||||
html, body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.divbtn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.btn-lg {
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
font-size: 26px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background: #027be3 !important;
|
||||
border-radius: 28px;
|
||||
|
||||
}
|
||||
1
emails/admin/cancelbooking/it/subject.pug
Normal file
1
emails/admin/cancelbooking/it/subject.pug
Normal file
@@ -0,0 +1 @@
|
||||
=`${name} ${surname} ha cancellato la prenotazione all'evento ${eventtextplain}`
|
||||
29
emails/admin/makebookingadmin/it/html.pug
Normal file
29
emails/admin/makebookingadmin/it/html.pug
Normal file
@@ -0,0 +1,29 @@
|
||||
p Ciao,
|
||||
p Ti confermiamo che #{name} #{surname} ha appena inviato una richiesta di prenotazione per l'evento #{event}
|
||||
span #{participants}
|
||||
|
||||
p Cordiali Saluti
|
||||
p Supporto #{nomeapp}
|
||||
|
||||
style(type="text/css").
|
||||
html, body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.divbtn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.btn-lg {
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
font-size: 26px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background: #027be3 !important;
|
||||
border-radius: 28px;
|
||||
|
||||
}
|
||||
1
emails/admin/makebookingadmin/it/subject.pug
Normal file
1
emails/admin/makebookingadmin/it/subject.pug
Normal file
@@ -0,0 +1 @@
|
||||
=`${name} ${surname} si è prenotato per l'evento ${eventtextplain}`
|
||||
30
emails/admin/registration/enUs/html.pug
Normal file
30
emails/admin/registration/enUs/html.pug
Normal file
@@ -0,0 +1,30 @@
|
||||
p #{name} #{surname} has just registered on #{nomeapp}
|
||||
p With the following access datao:
|
||||
span Username:
|
||||
strong #{username}<br>
|
||||
span Email:
|
||||
strong #{emailto}<br>
|
||||
p <br>Regards
|
||||
|
||||
style(type="text/css").
|
||||
html, body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.divbtn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.btn-lg {
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
font-size: 26px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background: #027be3 !important;
|
||||
border-radius: 28px;
|
||||
|
||||
}
|
||||
1
emails/admin/registration/enUs/subject.pug
Normal file
1
emails/admin/registration/enUs/subject.pug
Normal file
@@ -0,0 +1 @@
|
||||
=`New Registration of ${name} ${surname} (${username}) in ${nomeapp}`
|
||||
30
emails/admin/registration/esEs/html.pug
Normal file
30
emails/admin/registration/esEs/html.pug
Normal file
@@ -0,0 +1,30 @@
|
||||
p #{name} #{surname} acaba de registrarse en #{nomeapp}
|
||||
p Con los siguientes datos de acceso:
|
||||
span Username:
|
||||
strong #{username}<br>
|
||||
span Email:
|
||||
strong #{emailto}<br>
|
||||
p <br>Saludos
|
||||
|
||||
style(type="text/css").
|
||||
html, body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.divbtn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.btn-lg {
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
font-size: 26px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background: #027be3 !important;
|
||||
border-radius: 28px;
|
||||
|
||||
}
|
||||
1
emails/admin/registration/esEs/subject.pug
Normal file
1
emails/admin/registration/esEs/subject.pug
Normal file
@@ -0,0 +1 @@
|
||||
=`Nuevo registro de ${name} ${surname} (${username}) en ${nomeapp}`
|
||||
30
emails/admin/registration/it/html.pug
Normal file
30
emails/admin/registration/it/html.pug
Normal file
@@ -0,0 +1,30 @@
|
||||
p #{name} #{surname} si è appena Registrato su #{nomeapp}
|
||||
p Con i seguenti dati di accesso:
|
||||
span Username:
|
||||
strong #{username}<br>
|
||||
span Email:
|
||||
strong #{emailto}<br>
|
||||
p <br>Saluti
|
||||
|
||||
style(type="text/css").
|
||||
html, body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.divbtn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.btn-lg {
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
font-size: 26px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background: #027be3 !important;
|
||||
border-radius: 28px;
|
||||
|
||||
}
|
||||
1
emails/admin/registration/it/subject.pug
Normal file
1
emails/admin/registration/it/subject.pug
Normal file
@@ -0,0 +1 @@
|
||||
=`Nuova Registrazione di ${name} ${surname} (${username}) su ${nomeapp}`
|
||||
Reference in New Issue
Block a user