AnonSec Shell
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/public_html/lrsys_projetos/sopizzas/application/views/superadmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_projetos/sopizzas/application/views/superadmin/state.php
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
  <!-- Content Header (Page header) -->
    <section class="content-header content-header1">
      <h1>State</h1>
      <div class="breadcrumb topright">
        <button data-toggle="control-sidebar" id="addcbutton" class="btn btn-outline green btn-sm opo addressEdit opened btn-circle mcfr addcatbtn active pad2_10"><i style="font-size: 16px;" class="fa fa-plus-circle"></i> Add State</button>
      </div>
    </section>
  <!-- Main content -->
    <section class="content">
      <div class="col-md-12 col-sm-12 col-xs-12 custom-padding-0" id="addCopen" style="margin-bottom: 12px;display: none;">
        <?php $validator = array('role' => 'form', 'data-toggle' => 'validator'); echo form_open('superadmin/state', $validator); ?>
        <input type="hidden" name="EditId" value="<?=set_value('EditId')?>" id="StateEditId">
        <div class="box-body">
          <div class="col-md-12 col-sm-12 col-xs-12 custom-padding-0">
		        <div class="col-md-5 col-sm-6 col-xs-12">
              <div class="form-group float-label-control">
                <input type="text" class="fs_input custom-6" id="statecode" value="<?=set_value('statecode')?>" placeholder="State Code" name="statecode" required="" data-error="State Code field is required"> <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="Enter State Code"></i> <span class="text-red">*</span>
                <div class="help-block with-errors"></div>
              </div>
            </div>
            <div class="col-md-5 col-sm-6 col-xs-12">
              <div class="form-group float-label-control">
                <input type="text" class="fs_input custom-6" id="statename" value="<?=set_value('statename')?>" placeholder="State Name" name="statename" required="" data-error="State Name field is required"> <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="Enter State Name"></i> <span class="text-red">*</span>
                <div class="help-block with-errors"></div>
              </div>
            </div>
            <div class="col-md-2 col-sm-12 col-xs-12 margintop17">
              <button class="btn btn-outline green btn-sm opo addressEdit active newsolidbtn1 opened mcfr" style="" type="submit">Save</button>
              <button data-toggle="control-sidebar" id="addclose" class="btn btn-outline red btn-sm opo active newsolidbtn1 mcfr" style="">Cancel</button>
            </div>
          </div>
      </div>
      </form>
    </div>
    <div class="clearfix"></div>
    <div class="box-body mctopCC30">
		<div class="col-md-12 col-xs-12 col-sm-12">
			<div class="col-md-2 custom-padding-0">
				<label style="float: left; margin-top: 6px;">Show</label>
				<div class="input-group col-md-8" style="padding-left: 6px;">
					<select onchange="getData('0','99',this.value)" class="fs_input select2">
              <option value="5" <?=ROW_PER_PAGE==5?'selected':''?> >5</option><option value="10" <?=ROW_PER_PAGE==10?'selected':''?> >10</option><option value="15" <?=ROW_PER_PAGE==15?'selected':''?> >15</option><option value="20" <?=ROW_PER_PAGE==20?'selected':''?> >20</option>
            </select>
					<span class="input-group-addon" style="padding: 6px 4px;">/Page</span>
				</div>
			</div>
			<div class="col-md-5">
				<div class="form-group">
					<select onchange="getData('0',this.value)" class="fs_input select2">
              <option value="99" value="">All</option>
							<optgroup label="Status">
							<option value="1">&nbsp;&nbsp;Active</option>
							<option value="0">&nbsp;&nbsp;Deactive</option>
							</optgroup>
							<optgroup label="Others">
							<option value="19">&nbsp;&nbsp;Category Name A to Z</option>
							<option value="91">&nbsp;&nbsp;Category Name Z to A</option>
							</optgroup>				
            </select>
				</div>
			</div>
		</div>
		<div class="clearfix"></div>
            <div class="col-md-12 col-sm-12 col-xs-12 margintop10">
              <?php if($this->session->flashdata('success_msg')) { ?>
                  <div class="alert alert-info text-center">
                    <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
                    <strong><?php echo $this->session->flashdata('success_msg'); ?></strong> 
                  </div>
              <?php } ?>
              <?php if(validation_errors() != FALSE) { ?>
                  <div class="alert alert-danger text-center">
                    <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
                    <strong><?php echo validation_errors(); ?></strong> 
                  </div>
              <?php } ?>
                <div class="table-responsive" id="postList">
                    <?php $this->load->view('superadmin/state-list-ajax'); ?>
                  </div>
            </div>                 
        </div>
    </section><!-- /.content -->
    <div class="clearfix"></div>
</div><!-- /.content-wrapper -->

Anon7 - 2022
AnonSec Team