first commit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<!-- 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 -->
|
||||
|
||||
Reference in New Issue
Block a user