EVOLUTION-NINJA
Edit File: g_report_v.php
<?php //include("menu.php"); error_reporting(E_ALL); ?> <script> function displaycustomer(str) { $.ajax({ type:"post", url:"<?php echo base_url(); ?>display_data/testingcustomer", data:"id="+str, success:function(data) { document.getElementById("dynamicdatamster").innerHTML=data; } }); } </script> <script> $(function () { $("#orderDate").datepicker({ dateFormat: "d-m-yy", changeMonth: true, changeYear: true }); }); </script> <?php //include("menu.php"); ?> <!-- BEGIN CONTENT --> <div class="page-content-wrapper"> <div class="page-content"> <div class="page-bar"> <ul class="page-breadcrumb"> <li><i class="fa fa-home"></i> <a href="https://swansilk.co/dashboard/dashboard_fun">Home</a> <i class="fa fa-angle-right"></i> <a href="#" > Access Rights </a></li> </ul> </div> <div class="middle-work" style="padding-top:20px;"> <form class="access_control_form" action="<?php echo base_url();?>g_reports/set_year" method = "POST"> <div class="row"> <div class="container"> <div class="all-select" style="text-align:center;"> <div class="form-group form-inline"> <label style="font-weight: bold !important;">Select Financial Year: </label> <select class="form-control dept_list" name="year" id="sel1" style="text-transform:uppercase !important;" required="required"> <option>Select Year</option> <?php $i = 0; for($i = 0;$i<count($years);$i++) { ?> <option style="text-transform:uppercase !important;" value="<?php echo $years[$i];?>"><?php echo $years[$i];?></option> <?php } ?> </select> </div> </div> </div> </div> <!----------- row 1 ------------------> <br/><br/> <br> <div class="row" style="text-align:center;margin-top:20px;"> <div class="col-sm-9"> <button type="submit" class="btn" id="submit" >Submit</button> </div> </div> </form> </div> <!--- col-sm-8 ----> <div class="col-sm-0 col-md-3"></div> </div></div> <!-- End BEGIN CONTAINER --> <!-- BEGIN FOOTER --> <!-- BEGIN FOOTER --> <script src="<?php echo base_url(); ?>assets/js/sweetalert.min.js" type="text/javascript"></script> <link href="<?php echo base_url(); ?>assets/css/sweetalert.min.css" rel="stylesheet" type="text/css" > <script src="<?php echo base_url(); ?>assets/js/sweetalert.min.js" type="text/javascript"></script> <link href="<?php echo base_url(); ?>assets/css/sweetalert.min.css" rel="stylesheet" type="text/css" > <link href="<?php echo base_url('assets/css/sweetalert2.min.css');?>" rel="stylesheet"/> <script src="<?php echo base_url('assets/js/sweetalert2.min.js');?>"></script> <style> .name_button button { width:25%; padding: 5px 15px; background:#485B7F !important; color:#fff; font-size: 18px; font-weight:bold; border-radius:initial !important; } .name_button button:hover, .name_button button:focus { color:#fff; } .list_space { padding-top:20px; padding-left: 75px; padding-top:20px; } .list_bottom { margin-bottom:10px; } .row_list, .label_checkbox { padding: 8px 15px; } .row_list h4 { margin-bottom:0px; margin-top:0px; } .row_list h4 a { color:#fff; font-weight:bold; } </style>