Creazione tabella Product
This commit is contained in:
38
emails/registration_cnm/enUs/html.pug
Executable file
38
emails/registration_cnm/enUs/html.pug
Executable file
@@ -0,0 +1,38 @@
|
||||
p Welcome #{name} to the portal #{nomeapp}!
|
||||
p Your access data to remember are:
|
||||
span Username:
|
||||
strong #{username}<br>
|
||||
span Forgot your Password? :
|
||||
strong <a href=#{forgetpwd} target="_blank">Find it here</a><br>
|
||||
span Email:
|
||||
strong #{emailto}<br>
|
||||
p To confirm the registration click on the button, or click here #{strlinkreg}:
|
||||
div.divbtn <a href=#{strlinkreg} target="_blank">
|
||||
button.btn.btn-lg Verify Registration</a>
|
||||
|
||||
|
||||
p You could enter to the site and Login.
|
||||
|
||||
|
||||
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/registration_cnm/enUs/subject.pug
Executable file
1
emails/registration_cnm/enUs/subject.pug
Executable file
@@ -0,0 +1 @@
|
||||
=`Confirm Registration to ${nomeapp}`
|
||||
37
emails/registration_cnm/esEs/html.pug
Executable file
37
emails/registration_cnm/esEs/html.pug
Executable file
@@ -0,0 +1,37 @@
|
||||
p ¡Bienvenido #{name} al portal #{nomeapp}!
|
||||
p Sus datos de acceso a recordar son:
|
||||
Nombre Usuario:
|
||||
strong #{username}<br>
|
||||
span ¿Olvidaste tu contraseña? :
|
||||
strong <a href=#{forgetpwd} target="_blank">Encuéntrelo aquí</a><br>
|
||||
span Email:
|
||||
strong #{emailto}<br>
|
||||
p Para confirmar el registro haz clic en el botón:
|
||||
div.divbtn <a href=#{strlinkreg} target="_blank">
|
||||
button.btn.btn-lg Verificar registro</a>
|
||||
|
||||
p Así puedes entrar al sitio e iniciar la sesión.
|
||||
|
||||
|
||||
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/registration_cnm/esEs/subject.pug
Executable file
1
emails/registration_cnm/esEs/subject.pug
Executable file
@@ -0,0 +1 @@
|
||||
=`Confirmar registro a ${nomeapp}`
|
||||
37
emails/registration_cnm/it/html.pug
Executable file
37
emails/registration_cnm/it/html.pug
Executable file
@@ -0,0 +1,37 @@
|
||||
p Benvenuto #{name} nel portale di #{nomeapp}!
|
||||
p I tuoi dati di accesso da ricordare sono:
|
||||
span Username:
|
||||
strong #{username}<br>
|
||||
span hai dimenticato la Password? :
|
||||
strong <a href=#{forgetpwd} target="_blank">Trovala qui</a><br>
|
||||
span Email:
|
||||
strong #{emailto}<br>
|
||||
p Per confermare la registrazione clicca sul bottone, oppure qui: #{strlinkreg}:
|
||||
div.divbtn <a href=#{strlinkreg} target="_blank">
|
||||
button.btn.btn-lg Verifica Registrazione</a>
|
||||
|
||||
p Potrai cosi' accedere al sito digitando i tuoi dati di accesso.
|
||||
|
||||
|
||||
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/registration_cnm/it/subject.pug
Executable file
1
emails/registration_cnm/it/subject.pug
Executable file
@@ -0,0 +1 @@
|
||||
=`Confermare la Registrazione a ${nomeapp}`
|
||||
13
emails/registration_cnm/it/textold.pug
Executable file
13
emails/registration_cnm/it/textold.pug
Executable file
@@ -0,0 +1,13 @@
|
||||
Benvenuto #{name} nel portale di #{nomeapp}!
|
||||
I tuoi dati di accesso da ricordare sono:
|
||||
Username: #{username}
|
||||
|
||||
hai dimenticato la Password?
|
||||
Trovala qui: #{forgetpwd}
|
||||
|
||||
Email #{emailto}
|
||||
|
||||
Per confermare la registrazione clicca su questo link:
|
||||
#{strlinkreg}
|
||||
|
||||
Potrai cosi' accedere al sito digitando i tuoi dati di accesso.
|
||||
Reference in New Issue
Block a user