Server IP : 192.185.129.71 / Your IP : 3.144.3.100 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/modules/surveys/views/ |
[ 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="col-md-12"> <?php if (has_permission('surveys', '', 'create') || has_permission('surveys', '', 'view')) { ?> <div class="_buttons tw-mb-2 sm:tw-mb-4"> <?php if (has_permission('surveys', '', 'create')) { ?> <a href="<?php echo admin_url('surveys/survey'); ?>" class="btn btn-primary pull-left display-block"> <i class="fa-regular fa-plus tw-mr-1"></i> <?php echo _l('new_survey'); ?> </a> <?php } ?> <?php if (has_permission('surveys', '', 'view')) { ?> <a href="<?php echo admin_url('surveys/mail_lists'); ?>" class="btn btn-default pull-left mleft5 display-block"> <i class="fa-solid fa-envelopes-bulk tw-mr-1"></i> <?php echo _l('mail_lists'); ?> </a> <?php } ?> <div class="clearfix"></div> </div> <?php } ?> <div class="panel_s"> <div class="panel-body panel-table-full"> <?php render_datatable([ _l('id'), _l('survey_dt_name'), _l('survey_dt_total_questions'), _l('survey_dt_total_participants'), _l('survey_dt_date_created'), _l('survey_dt_active'), ], 'surveys'); ?> </div> </div> </div> </div> </div> </div> <?php init_tail(); ?> <script> $(function() { initDataTable('.table-surveys', window.location.href); }); </script> </body> </html>