| Server IP : 68.178.202.69 / Your IP : 216.73.216.174 Web Server : Apache System : Linux 69.202.178.68.host.secureserver.net 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64 User : ikioworld ( 1005) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/ikioworld/www/application/views/admin/rating/ |
Upload File : |
<?php echo $header;?>
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>IP Rating</h1>
<ol class="breadcrumb">
<li><a href="<?php echo base_url();?>admin"><i class="fa fa-dashboard"></i>Dashboard</a></li>
<li><a href="<?php echo base_url();?>admin/rating">IP Rating List</a></li>
<li class="active">Edit</li>
</ol>
</section>
<!-- Main content -->
<section class="content" id="">
<div class="row">
<!-- left column -->
<div class="col-md-9">
<!-- general form elements -->
<div class="box box-primary ">
<div class="box-header with-border">
<h3 class="box-title">Edit IP Rating</h3>
</div>
<!-- /.box-header -->
<!-- form start -->
<form role="form" id="Form1" method="post" enctype="multipart/form-data" action="" class="pd_custom">
<div class="form-group " >
<label for="exampleInputEmail1">IP Rating Name</label>
<input type="text" name="rating_name" class="form-control" id="rating_name" value="<?php echo isset($record->rating_name)?$record->rating_name:"";?>" placeholder="Enter IP Rating Name">
</div>
<div class="box-footer">
<button type="submit" name="sbt" class="btn btn-primary">Update</button>
</div>
</div>
<!-- /.box-body -->
</form>
</div>
</div>
</div>
<!-- /.row -->
</section>
<!-- /.content -->
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.1/jquery.validate.js"></script>
<script src="http://dev.soulilution.com/peertopia/Backend/additional-methods.min.js"></script>
<?php echo $footer;?>