Files
CIEF Dev Team 4716562987 Initial commit
2018-03-06 13:21:45 +00:00

72 lines
4.6 KiB
PHP
Executable File

<div class="row">
<div class="col-lg-12">
<section class="panel">
<div class="panel-body">
<div id='suksesupdate' class="alert alert-success alert-block fade in" style='display:none;'>
<h4>
<i class="icon-ok-sign"></i>
Success!
</h4>
<p>Yehaa.. Your account has been set. Redirecting in few seconds..</p>
</div>
<div id='gagalupdate' class="alert alert-danger alert-block fade in" style='display:none;'>
<h4>
<i class="icon-ok-sign"></i>
Whoops!
</h4>
<p>Cant create your account, please try again later</p>
</div>
<div class="form">
<form class="cmxform form-horizontal adminex-form" id="newpin" method="get" action="">
<div class="row">
<div class="col-md-12">
<center><h3>Terms and Conditions</h3></center><br/>
<ul>
<li>The content of the pages of this website is for your general information and use only. It is subject to change without notice.</li>
<li>Neither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.</li>
<li>Your use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.</li>
<li>This website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.</li>
<li>All trademarks reproduced in this website, which are not the property of, or licensed to the operator, are acknowledged on the website.</li>
<li>Unauthorised use of this website may give rise to a claim for damages and/or be a criminal offence.</li>
<li>From time to time, this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).</li>
<li>Your use of this website and any dispute arising out of such use of the website is subject to the laws of Malaysia.</li>
</ul>
</div>
</div>
<hr> <br>
<center>
<style>
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
float:center;
}
</style>
<div class="row">
<div class="col-md-12">
<div class="checkbox">
<label>
<input id="agree" name="agree" type="checkbox"> I agree to the Terms and Conditions above.
</label>
</div>
</div>
</div>
</center>
<br><br>
<center>
<div class="form-group">
<div class="col-md-12">
<button class="btn btn-primary" type="submit" id='submitpin'>Submit</button>
<button class="btn btn-default" type="button" id='waitingpin' disabled style="display:none;">Please Wait...</button>
</div>
</div>
</center>
</form>
</div>
</div>
</section>
</div>
</div>