���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhsurvey/collected.php
���ѧ٧ѧ�
<?php $tpl = erLhcoreClassTemplate::getInstance( 'lhsurvey/collected.tpl.php'); $survey = erLhAbstractModelSurvey::fetch((int)$Params['user_parameters']['survey_id']); if ($currentUser->hasAccessTo('lhsurvey','delete_collected') && is_numeric($Params['user_parameters_unordered']['id']) && $Params['user_parameters_unordered']['action'] == 'delete') { // Delete selected canned message try { if (!$currentUser->validateCSFRToken($Params['user_parameters_unordered']['csfr'])) { die('Invalid CSRF Token'); exit; } $Msg = erLhAbstractModelSurveyItem::fetch((int)$Params['user_parameters_unordered']['id']); $Msg->removeThis(); } catch (Exception $e) { // Do nothing } if (isset($_SERVER['HTTP_REFERER'])) { header('Location: ' . $_SERVER['HTTP_REFERER']); } else { erLhcoreClassModule::redirect('survey/collected','/' . $survey->id); } exit; } if (isset($_GET['doSearch'])) { $filterParams = erLhcoreClassSearchHandler::getParams(array('module' => 'survey','module_file' => 'survey_search','format_filter' => true, 'use_override' => true, 'uparams' => $Params['user_parameters_unordered'])); $filterParams['is_search'] = true; } else { $filterParams = erLhcoreClassSearchHandler::getParams(array('module' => 'survey','module_file' => 'survey_search','format_filter' => true, 'uparams' => $Params['user_parameters_unordered'])); $filterParams['is_search'] = false; } erLhcoreClassChatStatistic::formatUserFilter($filterParams,'lh_abstract_survey_item'); $append = erLhcoreClassSearchHandler::getURLAppendFromInput($filterParams['input_form']); $filterParams['filter']['filter']['survey_id'] = $survey->id; $filterSearch = $filterParams['filter']; $limitation = erLhcoreClassChat::getDepartmentLimitation( '`lh_abstract_survey_item`'); if ($limitation !== false) { if ($limitation !== true) { $filterSearch['customfilter'][] = $limitation; } } else { $filterSearch['customfilter'][] = '1 = -1'; } if ($filterParams['input_form']->group_results == true) { $filterSearch['group'] = 'user_id'; $filterSearch['sort'] = 'total_stars DESC'; $filterSearch['select_columns'] = array('count(id) as chats_number','SUM(max_stars_1) as total_stars'); if (is_numeric($filterParams['input_form']->minimum_chats) && $filterParams['input_form']->minimum_chats > 0) { $filterSearch['having'] = 'count(id) > ' . (int)$filterParams['input_form']->minimum_chats ; } } if ($Params['user_parameters_unordered']['xls'] == 1) { erLhcoreClassSurveyExporter::exportXLS(erLhAbstractModelSurveyItem::getList(array_merge($filterSearch,array('offset' => 0, 'limit' => 100000)))); exit; } if ($Params['user_parameters_unordered']['csvlist'] == 1) { erLhcoreClassSurveyExporter::exportCSV(array_merge($filterSearch,array('offset' => 0, 'limit' => 100000)), $survey); exit; } if ($Params['user_parameters_unordered']['xlslist'] == 1) { erLhcoreClassSurveyExporter::exportXLSList(erLhAbstractModelSurveyItem::getList(array_merge($filterSearch,array('offset' => 0, 'limit' => 100000))),$survey); exit; } if ($Params['user_parameters_unordered']['json'] == 1) { erLhcoreClassSurveyExporter::exportJSON(erLhAbstractModelSurveyItem::getList(array_merge($filterSearch,array('offset' => 0, 'limit' => 100000))),$survey); exit; } if ($Params['user_parameters_unordered']['xml'] == 1) { erLhcoreClassSurveyExporter::exportJSON(erLhAbstractModelSurveyItem::getList(array_merge($filterSearch,array('offset' => 0, 'limit' => 100000))),$survey,'xml'); exit; } if ($Params['user_parameters_unordered']['print'] == 1) { $tpl = erLhcoreClassTemplate::getInstance('lhsurvey/printsurvey.tpl.php'); $items = erLhAbstractModelSurveyItem::getList(array_merge($filterSearch,array('offset' => 0, 'limit' => 100000))); $tpl->set('items',$items); $tpl->set('survey',$survey); $Result['content'] = $tpl->fetch(); $Result['pagelayout'] = 'print'; return; } $pages = new lhPaginator(); $pages->serverURL = erLhcoreClassDesign::baseurl('survey/collected') . '/' . $survey->id . $append; if ($filterParams['input_form']->group_results == true) { $filtercount = $filterSearch; unset($filtercount['group']); $pages->items_total = erLhAbstractModelSurveyItem::getCount($filterSearch,false, false, 'count(distinct user_id)'); } else { $pages->items_total = erLhAbstractModelSurveyItem::getCount($filterSearch); } $pages->setItemsPerPage(20); $pages->paginate(); $items = array(); if ($pages->items_total > 0) { $items = erLhAbstractModelSurveyItem::getList(array_merge($filterSearch,array('offset' => $pages->low, 'limit' => $pages->items_per_page))); } $tpl->set('items',$items); $tpl->set('pages',$pages); $tpl->set('survey',$survey); $tpl->set('tab',isset($_GET['tab']) && $_GET['tab'] == 'chart' ? 'chart' : ''); $tpl->set('survey_filter',$filterSearch); $tpl->set('append_filter',erLhcoreClassDesign::baseurl('survey/collected') . '/' . $survey->id . $append); $filterParams['input_form']->form_action = erLhcoreClassDesign::baseurl('survey/collected') . '/' . $survey->id; $tpl->set('input',$filterParams['input_form']); $tpl->set('inputAppend',$append); $Result['content'] = $tpl->fetch(); $Result['additional_header_js'] = '<script type="text/javascript" src="'.erLhcoreClassDesign::design('js/Chart.bundle.min.js').'"></script>'; $object_trans = $survey->getModuleTranslations(); $Result['path'][] = array('url' => erLhcoreClassDesign::baseurl('abstract/list').'/Survey','title' => $object_trans['name']); $Result['path'][] = array('title' => (string)$survey); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�