mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Added account created page
This commit is contained in:
47
assets/templates/pages/accountCreated.tpl
Normal file
47
assets/templates/pages/accountCreated.tpl
Normal file
@ -0,0 +1,47 @@
|
||||
<!--
|
||||
Account created template
|
||||
|
||||
@author Pierre HUBERT
|
||||
-->
|
||||
|
||||
<!-- Page style updated -->
|
||||
<style>
|
||||
.content-wrapper {
|
||||
background-image: url({background_img_url});
|
||||
background-position: 10% 50%;
|
||||
}
|
||||
|
||||
.page_account_created {
|
||||
display: table;
|
||||
padding-top: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.message_container {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.message {
|
||||
background-color: #fff9;
|
||||
max-width: 500px;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Page content -->
|
||||
<div class="page_account_created">
|
||||
<div class="message_container">
|
||||
|
||||
<div class="message">
|
||||
<h1>Congratulations!</h1>
|
||||
<br />
|
||||
<h4>Your account has been successfully created! Login now to use all the features of Comunic !</h4>
|
||||
<br />
|
||||
<a target="login" class="btn btn-primary btn-lg">Login</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user