| Server IP : 162.214.74.102 / Your IP : 216.73.216.139 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_projetos/sopizzas/application/views/superadmin/ |
Upload File : |
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header content-header1">
<h1>Monthly Subscription</h1>
</section>
<!-- Main content -->
<!-- tab section -->
<div class="col-md-12 mctop15">
<?php if(validation_errors() != false) { ?>
<div class="alert alert-danger">
<?php echo validation_errors(); ?>
</div>
<?php } ?>
<?php if($this->session->flashdata('success_msg')):?>
<div class="alert alert-info">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong><?php echo $this->session->flashdata('success_msg'); ?></strong>
</div>
<?php endif; ?>
<div class="box-body">
<?php echo form_open_multipart('superadmin/subscription'); ?>
<div class="col-lg-12 no-padding">
<div class="col-md-3 col-sm-6 col-xs-12 margintop10">
<div class="form-group float-label-control">
<?php
$subscription = set_value('subscription', isset($data['subscription']) ? $data['subscription'] : '');
if($subscription==0){ $checked=''; $hide='hide'; }else{ $checked='checked'; $hide=''; }
?>
<p>Monthly Subscription <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="Monthly Subscription status"></i> <!--<span class="text-red">*</span>--></p>
<div class="onoffswitch">
<input type="checkbox" name="subscription" class="onoffswitch-checkbox" id="myonoffswitchDine" value=1 <?php echo $checked; ?>>
<label class="onoffswitch-label" for="myonoffswitchDine">
<span class="onoffswitch-inner"></span>
<span class="onoffswitch-switch"></span>
</label>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 margintop10" style="margin-top: 6px;">
<div class="input-group dine2you <?php echo $hide; ?>">
<span class="input-group-addon" id="basic-addon1">$</span>
<input id="subscription_amount" name="subscription_amount" value="<?php echo set_value('subscription_amount', isset($data['subscription_amount']) ? $data['subscription_amount'] : ''); ?>" maxlength="4" class="custom-6 fs_input" placeholder="Monthly Subscription charge ($)" aria-describedby="basic-addon1" onkeypress="return only_num(event,this.value);"> <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="Enter Monthly Subscription charge ($)" ></i> <span class="text-red">*</span>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-12 text-left mtop15">
<button type="submit" class="btn btn-info Custom-btn">Submit</button>
<button type="button" class="btn btn-info Custom-btn" style="margin-left: 15px;" onclick="window.location.href='#'; return true;">Track Subscription</button>
</div>
</form>
</div>
</div>
<!-- ./tab section -->
<div class="clearfix"></div>
</div><!-- /.content-wrapper -->
<div class="clearfix"></div>