Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/kanvakanva.com/public_html/application/views/admin/point_configuration/ |
Upload File : |
<div class="modal-header"> <h4>Point Configuration</h4> </div> <?= $this->session->flashdata('success'); //to display success message ?> <?php echo $error; ?> <?= $this->session->flashdata('result'); //to display result message ?> <!--Upload Image error message--> <?php //error display for image if(isset($error)) { echo $error; } ?> <div class="modal-body" style="max-height:3500px;"> <?= form_open_multipart(); ?> <table class="table configuration"> <tr style="border-bottom:solid 1px #e3e3e3"> <td>Number of Points When Signup</td> <td colspan="4"> <input type="number" name="signup" value="<?=$reward_config->signup?>" maxlength="15" style="width:150px"> </td> </tr> <tr style="border-bottom:solid 1px #e3e3e3"> <td>Point From Order Product</td> <td><input type="number" name="order_point" value="<?=$reward_config->order_point?>" maxlength="15" style="width:150px"></td> <td>Point For Every Rp.</td> <td><input type="number" name="order_rupiah" value="<?=$reward_config->order_rupiah?>" maxlength="15" style="width:150px"></td> <td>Spent</td> </tr> <tr> <td>Number of Points When Birthday</td> <td colspan="4"> <input type="number" name="birthday" value="<?=$reward_config->birthday?>" maxlength="15" style="width:150px"> </td> </tr> <tr> <td>Number of Points When Review Product</td> <td colspan="4"> <input type="number" name="review" value="<?=$reward_config->review?>" maxlength="15" style="width:150px"> </td> </tr> <tr> <td coslpan="5"> <br> <?= form_submit('submit', 'Update', 'class="btn btn-primary btn-success"'); ?> <?= anchor('admin/dashboard', 'cancel'); ?> </td> </tr> </table> <?= form_close(); ?> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/jquery/latest/jquery.min.js"></script> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/responsive/2.2.6/css/responsive.bootstrap4.min.css"> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.22/css/dataTables.bootstrap4.min.css"> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/buttons/1.6.4/css/buttons.dataTables.min.css"> <script type="text/javascript" src="https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/1.10.22/js/dataTables.bootstrap4.min.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/responsive/2.2.6/js/dataTables.responsive.min.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/responsive/2.2.6/js/responsive.bootstrap4.min.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/buttons/1.6.4/js/dataTables.buttons.min.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/buttons/1.6.4/js/buttons.flash.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/buttons/1.6.4/js/buttons.html5.min.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/buttons/1.6.4/js/buttons.print.min.js"></script>