2018-11-30 15:17:31 -07:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*/
|
2018-12-17 19:06:57 -07:00
|
|
|
|
|
|
|
if (empty($IN_SITE)) {
|
|
|
|
die("Access denied.");
|
|
|
|
}
|
2018-11-30 15:17:31 -07:00
|
|
|
?>
|
|
|
|
<div class="container mt-4">
|
|
|
|
<div class="card mb-4 bg-success text-white">
|
|
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<div class="text-center">
|
|
|
|
<h1>Thank You!</h1>
|
2018-12-03 19:53:10 -07:00
|
|
|
|
2018-11-30 16:54:02 -07:00
|
|
|
<img class="img-fluid mb-4 mt-2" style="max-height: 150px;" src="static/bigcheck.svg" alt="Checkmark"/>
|
2018-12-03 19:53:10 -07:00
|
|
|
|
2019-03-11 14:56:45 -06:00
|
|
|
<h2 class="h3">Your registration and payment is complete!</h2>
|
2018-12-17 19:06:57 -07:00
|
|
|
|
2018-11-30 16:54:02 -07:00
|
|
|
<h3 class="h5 mt-4">You may now close this page.</h3>
|
2018-11-30 15:17:31 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-03-11 14:56:45 -06:00
|
|
|
</div>
|