2019-10-05 20:01:56 +02:00
|
|
|
p Welcome #{name} to the portal #{nomeapp}!
|
2018-12-24 20:31:02 +01:00
|
|
|
p Your access data to remember are:
|
|
|
|
|
span Username:
|
2019-10-05 20:01:56 +02:00
|
|
|
strong #{username}<br>
|
2018-12-24 20:31:02 +01:00
|
|
|
span Forgot your Password? :
|
|
|
|
|
strong <a href=#{forgetpwd} target="_blank">Find it here</a><br>
|
|
|
|
|
span Email:
|
|
|
|
|
strong #{emailto}<br>
|
2020-03-10 21:44:14 +01:00
|
|
|
p To confirm the registration click on the button, or click here #{strlinkreg}:
|
2019-03-04 21:16:19 +01:00
|
|
|
div.divbtn <a href=#{strlinkreg} target="_blank">
|
|
|
|
|
button.btn.btn-lg Verify Registration</a>
|
|
|
|
|
|
|
|
|
|
|
2018-12-24 20:31:02 +01:00
|
|
|
p You could enter to the site and Login.
|
2019-03-04 21:16:19 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
}
|