37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<!-- Main content -->
|
|
<div class="content-wrapper">
|
|
<?php include('common/userstrip.php'); ?>
|
|
|
|
<!-- Marketing campaigns -->
|
|
<div class="panel panel-flat">
|
|
<div class="panel-heading">
|
|
|
|
|
|
<form class="form-horizontal" action="/refer/refagree" method='POST'>
|
|
<input type='hidden' name='agree_refer' value='agree_refer' >
|
|
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
|
|
<?php
|
|
echo $txt_detail;
|
|
?>
|
|
|
|
|
|
<div class="col-md-10 col-md-offset-1">
|
|
<div class="text-right">
|
|
<button type="submit" class="btn btn-primary">Agree to Terms <i class="icon-arrow-right14 position-right"></i></button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- /marketing campaigns -->
|
|
</div>
|
|
<!-- /main content -->
|
|
|