Files
WrenchBoradWeb/www/application/views/users/view_outmessage.php
T
2019-05-31 11:26:35 -04:00

46 lines
2.0 KiB
PHP

<!-- Page container -->
<div class="page-container pb-20">
<!-- Page content -->
<div class="page-content">
<!-- Main content -->
<div class="content-wrapper">
<div class="row">
<div class="col-xs-12 col-md-4"><div>
<!-- Form with validation -->
<div class="text-center">
<h2> WrenchBoard </h2>
</div>
<div class="panel panel-body login-form">
<a href="/" class="btn bg-blue btn-block content-group">Home</a>
</div>
<!-- /form with validation -->
</div></div>
<div class="col-xs-6 col-md-8">
<div class="alert alert-info alert-styled-left alert-arrow-left alert-component content-group-lg">
<h3 class="alert-heading text-semibold"><? echo $page_title; ?></h3>
<h4>Help us secure your WrenchBoard account by verifying your email registration address. Verification will let you access all of WrenchBoard's features. </h4>
<hr size="1">
<h5> If you do not receive the confirmation message within a few minutes of signing up, please check your Junk E-mail folder just in case the confirmation email got delivered there instead of your inbox. If so, select the confirmation message and click Not Junk, which will allow future messages to get through.
</h5>
</div>
</div>
</div>
<h6 class="content-group text-semibold">
</h6>
</div>
<!-- /main content -->
</div>
<!-- /page content -->
</div>
<!-- /page container -->