Server IP : 192.185.129.71 / Your IP : 18.118.171.161 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/application/views/admin/proposals/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?> <?php init_head(); ?> <div id="wrapper"> <div class="content"> <div class="row"> <div class="panel-table-full"> <?php $this->load->view('admin/proposals/list_template'); ?> </div> </div> </div> </div> <?php $this->load->view('admin/includes/modals/sales_attach_file'); ?> <script> var hidden_columns = [4, 5, 6, 7, 8]; </script> <?php init_tail(); ?> <div id="convert_helper"></div> <script> var proposal_id; $(function() { var Proposals_ServerParams = {}; $.each($('._hidden_inputs._filters input'), function() { Proposals_ServerParams[$(this).attr('name')] = '[name="' + $(this).attr('name') + '"]'; }); initDataTable('.table-proposals', admin_url + 'proposals/table', ['undefined'], ['undefined'], Proposals_ServerParams, [7, 'desc']); init_proposal(); }); </script> </body> </html>