Server IP : 192.185.129.71 / Your IP : 3.15.143.206 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/dashboard/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?> <?php init_head(); ?> <div id="wrapper"> <div class="screen-options-area"></div> <div class="screen-options-btn"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="tw-w-5 tw-h-5 tw-mr-1"> <path stroke-linecap="round" stroke-linejoin="round" d="M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.324.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 011.37.49l1.296 2.247a1.125 1.125 0 01-.26 1.431l-1.003.827c-.293.24-.438.613-.431.992a6.759 6.759 0 010 .255c-.007.378.138.75.43.99l1.005.828c.424.35.534.954.26 1.43l-1.298 2.247a1.125 1.125 0 01-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.57 6.57 0 01-.22.128c-.331.183-.581.495-.644.869l-.213 1.28c-.09.543-.56.941-1.11.941h-2.594c-.55 0-1.02-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 01-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 01-1.369-.49l-1.297-2.247a1.125 1.125 0 01.26-1.431l1.004-.827c.292-.24.437-.613.43-.992a6.932 6.932 0 010-.255c.007-.378-.138-.75-.43-.99l-1.004-.828a1.125 1.125 0 01-.26-1.43l1.297-2.247a1.125 1.125 0 011.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.087.22-.128.332-.183.582-.495.644-.869l.214-1.281z" /> <path stroke-linecap="round" stroke-linejoin="round" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" /> </svg> <?php echo _l('dashboard_options'); ?> </div> <div class="content"> <div class="row"> <?php $this->load->view('admin/includes/alerts'); ?> <?php hooks()->do_action('before_start_render_dashboard_content'); ?> <div class="clearfix"></div> <div class="col-md-12 mtop20" data-container="top-12"> <?php render_dashboard_widgets('top-12'); ?> </div> <?php hooks()->do_action('after_dashboard_top_container'); ?> <div class="col-md-6" data-container="middle-left-6"> <?php render_dashboard_widgets('middle-left-6'); ?> </div> <div class="col-md-6" data-container="middle-right-6"> <?php render_dashboard_widgets('middle-right-6'); ?> </div> <?php hooks()->do_action('after_dashboard_half_container'); ?> <div class="col-md-8" data-container="left-8"> <?php render_dashboard_widgets('left-8'); ?> </div> <div class="col-md-4" data-container="right-4"> <?php render_dashboard_widgets('right-4'); ?> </div> <div class="clearfix"></div> <div class="col-md-4" data-container="bottom-left-4"> <?php render_dashboard_widgets('bottom-left-4'); ?> </div> <div class="col-md-4" data-container="bottom-middle-4"> <?php render_dashboard_widgets('bottom-middle-4'); ?> </div> <div class="col-md-4" data-container="bottom-right-4"> <?php render_dashboard_widgets('bottom-right-4'); ?> </div> <?php hooks()->do_action('after_dashboard'); ?> </div> </div> </div> <script> app.calendarIDs = '<?php echo json_encode($google_ids_calendars); ?>'; </script> <?php init_tail(); ?> <?php $this->load->view('admin/utilities/calendar_template'); ?> <?php $this->load->view('admin/dashboard/dashboard_js'); ?> </body> </html>