4 include_once
'Services/Payment/classes/class.ilShopBaseGUI.php';
5 include_once
'Services/Payment/classes/class.ilPaymentSettings.php';
6 include_once
'Services/Form/classes/class.ilPropertyFormGUI.php';
7 include_once
'./Services/Payment/classes/class.ilShopRepositoryExplorer.php';
36 parent::__construct();
40 $this->cur_ref_id = (int)
$_GET[
'ref_id'];
41 $this->cmd = $ilCtrl->getCmd();
51 # $this->setSortField($_SESSION['shop_content']['shop_order_field']); 60 $next_class = $this->ctrl->getNextClass($this);
69 $this->tpl->setContent(
$ret);
79 if(!$this->genSet->get(
'show_general_filter')
80 && !$this->genSet->get(
'show_topics_filter')
81 && !$this->genSet->get(
'show_shop_explorer')
84 $cmd =
'performSearch';
90 $cmd =
'showSpecialContent';
94 $cmd =
'performSearch';
105 $cmd =
'performSearch';
109 if($this->cmd !=
'firstpage' && (isset(
$_GET[
'ref_id']) || $this->cmd ==
'showTree')) #&&
$_GET[
'ref_id'] != ROOT_FOLDER_ID )
112 $container = array(
"root",
"cat",
'catr',
"grp",
"crs",
'crsr',
'rcrs');
114 if(in_array($obj_type, $container))
116 $cmd =
'showContainerContent';
120 $cmd =
'performSearch';
138 #return $this->performSearch(); 144 include_once
'Services/Payment/classes/class.ilShopPage.php';
145 include_once
'Services/Payment/classes/class.ilShopPageGUI.php';
153 include_once
'Services/Style/classes/class.ilObjStyleSheet.php';
157 $page_gui =
new ilShopPageGUI(self::SHOP_PAGE_EDITOR_PAGE_ID);
159 return $page_gui->showPage();
164 global
$lng, $ilTabs;
166 $ilTabs->clearTargets();
167 $ilTabs->setBackTarget($lng->txt(
'back'), $this->ctrl->getLinkTarget($this),
'_top');
170 include_once
'Services/Payment/classes/class.ilShopPage.php';
171 include_once
'Services/Payment/classes/class.ilShopPageGUI.php';
173 $lng->loadLanguageModule(
'content');
175 include_once(
'./Services/Style/classes/class.ilObjStyleSheet.php');
182 $new_page_object->setParentId(0);
183 $new_page_object->setId(self::SHOP_PAGE_EDITOR_PAGE_ID);
184 $new_page_object->createFromXML();
187 $this->ctrl->setReturnByClass(
'ilshoppagegui',
'edit');
189 $page_gui =
new ilShopPageGUI(self::SHOP_PAGE_EDITOR_PAGE_ID);
191 return $this->ctrl->forwardCommand($page_gui);
196 if(!
$_POST[
'show_filter'] &&
$_POST[
'updateView'] ==
'1')
201 else if(
$_POST[
'updateView'] == 1)
205 $_SESSION[
'content_filter'][
'sel_filter_type'] =
$_POST[
'sel_filter_type'];
207 $_SESSION[
'content_filter'][
'filter_topic_id'] =
$_POST[
'filter_topic_id'];
210 $_SESSION[
'content_filter'][
'order_direction'] =
$_POST[
'order_direction'];
212 $_SESSION[
'content_filter'][
'topics_sorting_type'] =
$_POST[
'topics_sorting_type'];
213 $_SESSION[
'content_filter'][
'topics_sorting_direction'] =
$_POST[
'topics_sorting_direction'];
233 $ilCtrl->setParameter($this,
"active_node",
$_GET[
"active_node"]);
234 $shop_explorer_tpl =
new ilTemplate(
'tpl.shop_explorer.html',
true,
true,
'Services/Payment');
236 include_once (
"./Services/Payment/classes/class.ilShopRepositoryExplorer.php");
238 $active_node = (
$_GET[
"active_node"] >= 1)
239 ?
$_GET[
"active_node"]
240 : (
$_GET[
"ref_id"] >= 1)
247 $exp->setUseStandardFrame(
false);
248 $exp->setExpandTarget(
"ilias.php?baseClass=ilshopcontroller&ref_id=1&cmd=showTree");
250 $exp->setFrameUpdater(
"tree",
"updater");
251 $exp->setTargetGet(
"ref_id");
253 if(
$_GET[
"repexpand"] ==
"")
255 $expanded = $tree->readRootId();
259 $expanded =
$_GET[
"repexpand"];
262 $exp->setExpand($expanded);
266 $path = $tree->getPathId($active_node);
269 $exp->setForceOpenPath(
$path);
270 $exp->setExpand($expanded);
274 $exp->setForceOpenPath(
$path + array($top_node));
276 $exp->highlightNode($active_node);
282 $head_tpl =
new ilTemplate(
"tpl.cont_tree_head.html",
true,
true,
283 "Services/Repository");
285 $nd = $tree->getNodeData(ROOT_FOLDER_ID);
286 $title = $nd[
"title"];
287 if($title ==
"ILIAS")
289 $title = $lng->txt(
"repository");
291 $head_tpl->setVariable(
"IMG_SRC",
$path);
292 $head_tpl->setVariable(
"ALT_IMG", $lng->txt(
"icon") .
" " . $title);
293 $head_tpl->setVariable(
"LINK_TXT", $title);
294 $head_tpl->setVariable(
"LINK_HREF",
"ilias.php?baseClass=ilshopcontroller&ref_id=1");
295 $exp->setTreeLead($head_tpl->get());
297 $exp->initItemCounter(1);
298 $exp->setOutput($tree->getParentId($top_node), 1,
305 $output = $exp->getOutput(
true);
308 if($ilCtrl->isAsynch())
313 $shop_explorer_tpl->setVariable(
"EXPLORER", $output);
314 $ilCtrl->setParameter($this,
"repexpand",
$_GET[
"repexpand"]);
317 $tpl->setLeftContent($shop_explorer_tpl->get());
322 if(!is_object($oResult))
325 if((
bool)$this->oGeneralSettings->get(
'topics_allow_custom_sorting'))
344 $oResult->setTopics($topics);
345 $oResult->setResultPageNumber((
int)
$_GET[
'page_number']);
349 include_once
'Services/Search/classes/class.ilQueryParser.php';
351 $query_parser->setMinWordLength(0);
353 $query_parser->parse();
354 if(!$query_parser->validate())
360 $types = array(
'crs',
'lm',
'sahs',
'htlm',
'file',
'tst',
'exc',
'glo');
362 $query_parser->getQueryString() ==
'' 365 include_once
'Services/Search/classes/class.ilObjectSearchFactory.php';
367 $object_search->setFields(array(
'title'));
368 $object_search->setFilter($types);
369 $object_search->setCustomSearchResultObject($oResult);
370 $object_search->setFilterShopTopicId((
int)$this->
getTopicId());
371 $res = $object_search->performSearch();
373 else if($this->
getType() ==
'author')
375 include_once
'Services/Search/classes/class.ilObjectSearchFactory.php';
377 $meta_search->setMode(
'contribute');
378 $meta_search->setFilter($types);
379 $meta_search->setFilterShopTopicId((
int)$this->
getTopicId());
380 $meta_search->setCustomSearchResultObject($oResult);
381 $res = $meta_search->performSearch();
385 include_once
'Services/Search/classes/class.ilObjectSearchFactory.php';
387 $meta_search->setMode(
'title');
388 $meta_search->setFilter($types);
389 $meta_search->setCustomSearchResultObject($oResult);
390 $meta_search->setFilterShopTopicId((
int)$this->
getTopicId());
391 $res = $meta_search->performSearch();
394 $meta_search->setMode(
'keyword');
395 $meta_search->setFilter($types);
396 $meta_search->setCustomSearchResultObject($oResult);
397 $meta_search->setFilterShopTopicId((
int)$this->
getTopicId());
398 $res->mergeEntries($meta_search->performSearch());
401 $res->filter(ROOT_FOLDER_ID,
true);
404 if(!count(
$res->getResults()))
406 #ilUtil::sendInfo($this->lng->txt('payment_shop_not_objects_found')); 407 $this->tpl->setVariable(
'ERROR', $this->lng->txt(
'payment_shop_not_objects_found'));
412 include_once
'Services/Payment/classes/class.ilShopResultPresentationGUI.php';
414 $search_result_presentation->setSortField(strtolower(trim($this->
getSortField())));
415 $search_result_presentation->setSortDirection(trim($this->
getSortDirection()));
417 $this->tpl->setVariable(
'RESULTS', $search_result_presentation->showResults());
425 unset(
$_POST[
'sel_filter_type']);
426 unset(
$_POST[
'filter_text']);
427 unset(
$_POST[
'filter_topic_id']);
428 unset(
$_POST[
'order_field']);
429 unset(
$_POST[
'order_direction']);
430 unset(
$_POST[
'topics_sorting_type']);
431 unset(
$_POST[
'topics_sorting_direction']);
432 unset(
$_POST[
'updateView']);
433 unset(
$_POST[
'show_filter']);
447 global
$ilUser, $rbacreview, $ilToolbar;
449 if($rbacreview->isAssigned($ilUser->getId(), SYSTEM_ROLE_ID))
451 $ilToolbar->addButton($this->lng->txt(
'edit_page'), $this->ctrl->getLinkTargetByClass(array(
'ilshoppagegui'),
'edit'));
454 $this->tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.shop_content.html',
'Services/Payment');
455 $this->tpl->setVariable(
'PAGE_CONTENT', $this->
getPageHTML());
457 include_once
'./Services/Payment/classes/class.ilPaymentObject.php';
458 #$this->tpl->addBlockFile('ADM_CONTENT', 'adm_content', 'tpl.shop_content.html', 'Services/Payment'); 470 $presentation_results[$result[
'pt_topic_fk']][
$type][] =
472 'ref_id' => $result[
'ref_id'],
474 'description' => $description,
477 'topic_id' => $result[
'pt_topic_fk'],
478 'child' => $result[
'child']
481 $this->tpl->setVariable(
'PAGE_CONTENT', $this->
getPageHTML());
485 $this->tpl->setVariable(
'PAGE_CONTENT', $this->lng->txt(
'please_choose_category'));
488 include_once
'Services/Payment/classes/class.ilShopResultPresentationGUI.php';
490 $search_result_presentation->setSortField(strtolower(trim($this->
getSortField())));
491 $search_result_presentation->setSortDirection(trim($this->
getSortDirection()));
493 $html = $search_result_presentation->showSpecials();
495 $this->tpl->setVariable(
'RESULTS', $html);
497 $show_general_filter = $this->oGeneralSettings->get(
'show_general_filter');
498 $show_topics_filter = $this->oGeneralSettings->get(
'show_topics_filter');
499 $show_shop_explorer = $this->oGeneralSettings->get(
'show_shop_explorer');
501 if($show_general_filter)
504 $this->tpl->setVariable(
'FORM', $g_filter_html);
506 if($show_topics_filter)
510 if($show_shop_explorer)
518 global
$ilUser, $rbacreview, $ilToolbar;
520 if($rbacreview->isAssigned($ilUser->getId(), SYSTEM_ROLE_ID))
522 $ilToolbar->addButton($this->lng->txt(
'edit_page'), $this->ctrl->getLinkTargetByClass(array(
'ilshoppagegui'),
'edit'));
525 $this->tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.shop_content.html',
'Services/Payment');
526 if(!count($oResult->getResults()))
528 $this->tpl->setVariable(
'ERROR', $this->lng->txt(
'payment_shop_not_objects_found'));
529 #$this->tpl->setVariable('ERROR',ilUtil::sendInfo($this->lng->txt('payment_shop_not_objects_found'))); 532 $show_general_filter = $this->oGeneralSettings->get(
'show_general_filter');
533 $show_topics_filter = $this->oGeneralSettings->get(
'show_topics_filter');
534 $show_shop_explorer = $this->oGeneralSettings->get(
'show_shop_explorer');
536 if($show_general_filter)
539 $this->tpl->setVariable(
'FORM', $g_filter_html);
541 if($show_topics_filter)
545 if($show_shop_explorer)
558 if($rbacreview->isAssigned($ilUser->getId(), SYSTEM_ROLE_ID))
560 $ilToolbar->addButton($this->lng->txt(
'edit_page'), $this->ctrl->getLinkTargetByClass(array(
'ilshoppagegui'),
'edit'));
563 include_once
'./Services/Payment/classes/class.ilPaymentObject.php';
565 $this->tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.shop_content.html',
'Services/Payment');
566 $this->tpl->setVariable(
'PAGE_CONTENT', $this->
getPageHTML());
579 $presentation_results[$pobjects[
'pt_topic_fk']][
$type][] =
581 'ref_id' => $pobjects[
'ref_id'],
583 'description' => $description,
586 'topic_id' => $pobjects[
'pt_topic_fk'],
587 'child' => $pobjects[
'child']
594 if(count($pobjects) >= 1)
598 $obj_id = $result[
'obj_id'];
599 $title = $result[
'title'];
600 $description = $result[
'description'];
601 $type = $result[
'type'];
603 $presentation_results[$result[
'pt_topic_fk']][
$type][] =
605 'ref_id' => $result[
'ref_id'],
607 'description' => $description,
610 'topic_id' => $result[
'pt_topic_fk'],
611 'child' => $result[
'child']
617 include_once
'Services/Payment/classes/class.ilShopResultPresentationGUI.php';
619 $search_result_presentation->setSortField(strtolower(trim($this->
getSortField())));
620 $search_result_presentation->setSortDirection(trim($this->
getSortDirection()));
622 $html = $search_result_presentation->showSpecials();
624 $this->tpl->setVariable(
'RESULTS', $html);
626 $show_general_filter = $this->oGeneralSettings->get(
'show_general_filter');
627 $show_topics_filter = $this->oGeneralSettings->get(
'show_topics_filter');
628 $show_shop_explorer = $this->oGeneralSettings->get(
'show_shop_explorer');
630 if($show_general_filter)
633 $this->tpl->setVariable(
'FORM', $g_filter_html);
635 if($show_topics_filter)
639 if($show_shop_explorer)
649 include_once
'Services/Form/classes/class.ilPropertyFormGUI.php';
652 $filter_form->setFormAction($this->ctrl->getFormAction($this));
653 $filter_form->setTitle($this->lng->txt(
'pay_filter'));
654 $filter_form->setId(
'formular');
655 $filter_form->setTableWidth(
'100 %');
657 $o_hide_check =
new ilCheckBoxInputGUI($this->lng->txt(
'show_filter'),
'show_filter');
658 $o_hide_check->setValue(1);
659 $o_hide_check->setChecked(
$_SESSION[
'content_filter'][
'show_filter'] ? 1 : 0);
662 $o_hidden->setValue(1);
663 $o_hidden->setPostVar(
'updateView');
664 $o_hide_check->addSubItem($o_hidden);
667 $filter_option = array(
668 'title' => $this->lng->txt(
'title'),
669 'author' => $this->lng->txt(
'author'),
670 'metadata' => $this->lng->txt(
'meta_data')
672 $o_filter->setTitle($this->lng->txt(
'search_in'));
673 $o_filter->setOptions($filter_option);
674 $o_filter->setValue(
$_SESSION[
'content_filter'][
'sel_filter_type']);
675 $o_filter->setPostVar(
'sel_filter_type');
676 $o_hide_check->addSubItem($o_filter);
679 $o_filter_by->setPostVar(
'filter_text');
680 $o_hide_check->addSubItem($o_filter_by);
684 $topic_option = array();
687 $topic_option[
''] = $this->lng->txt(
'please_select');
690 $topic_option[$oTopic->getId()] = $oTopic->getTitle();
695 $topic_option[
''] = $this->lng->txt(
'no_topics_yet');
698 $o_topic->setTitle($this->lng->txt(
'topic'));
699 $o_topic->setOptions($topic_option);
700 $o_topic->setValue(
$_SESSION[
'content_filter'][
'filter_topic_id']);
701 $o_topic->setPostVar(
'filter_topic_id');
702 $o_hide_check->addSubItem($o_topic);
704 #if(count($oResult->getResults())) 707 $objects = (bool)$this->oGeneralSettings->get(
'objects_allow_custom_sorting');
711 $allow_objects_option = array(
712 'title' => $this->lng->txt(
'title'),
713 'author' => $this->lng->txt(
'author'),
714 'price' => $this->lng->txt(
'price_a')
717 $o_allow_objects->setTitle($this->lng->txt(
'sort_by'));
718 $o_allow_objects->setOptions($allow_objects_option);
720 $o_allow_objects->setPostVar(
'order_field');
721 $o_hide_check->addSubItem($o_allow_objects);
723 $direction_option = array(
724 'asc' => $this->lng->txt(
'sort_asc'),
725 'desc' => $this->lng->txt(
'sort_desc')
730 $o_object_direction->setOptions($direction_option);
732 $o_object_direction->setPostVar(
'order_direction');
734 $o_hide_check->addSubItem($o_object_direction);
737 $topics = (bool)$this->oGeneralSettings->get(
'topics_allow_custom_sorting');
741 $allow_topics_option = array(
745 if(ANONYMOUS_USER_ID != $ilUser->getId())
751 $o_allow_topics->setTitle($this->lng->txt(
'sort_topics_by'));
752 $o_allow_topics->setOptions($allow_topics_option);
755 $o_allow_topics->setPostVar(
'topics_sorting_type');
756 $o_hide_check->addSubItem($o_allow_topics);
758 $direction_option = array(
759 'asc' => $this->lng->txt(
'sort_asc'),
760 'desc' => $this->lng->txt(
'sort_desc')
764 $o_topics_direction->setOptions($direction_option);
766 $o_topics_direction->setPostVar(
'topics_sorting_direction');
768 $o_hide_check->addSubItem($o_topics_direction);
772 $filter_form->addCommandButton(
'setFilter', $this->lng->txt(
'pay_update_view'));
773 $filter_form->addCommandButton(
'resetFilter', $this->lng->txt(
'pay_reset_filter'));
774 $filter_form->addItem($o_hide_check);
776 return $filter_form->getHTML();
783 $this->tpl->setCurrentBlock(
'show_topics_filter');
790 $this->tpl->setVariable(
'PAGE_CONTENT', $this->
getPageHTML());
791 $this->tpl->setVariable(
'SORTING_FORM_ACTION', $this->ctrl->getFormAction($this,
'setFilter'));
793 $this->tpl->setVariable(
'SET_FILTER_VAL', $this->lng->txt(
'pay_update_view'));
795 $this->tpl->setCurrentBlock(
'topics_option');
796 $this->tpl->setVariable(
'SORT_TOPICS', $this->lng->txt(
'topic'));
798 $this->tpl->setVariable(
'FILTER_TOPIC_ID',
'no_selection');
799 $this->tpl->setVariable(
'FILTER_TOPIC_TEXT',
'------------');
800 if(
$_POST[
'cmd'] ==
'firstpage')
801 $this->tpl->setVariable(
'FILTER_TOPIC_SELECTED',
'selected');
802 $this->tpl->parseCurrentBlock(
'topics_option');
804 $this->tpl->setVariable(
'FILTER_TOPIC_ID',
'all');
805 $this->tpl->setVariable(
'FILTER_TOPIC_TEXT', $this->lng->txt(
'all'));
806 if(
$_POST[
'filter_topic_id'] ==
'all')
807 $this->tpl->setVariable(
'FILTER_TOPIC_SELECTED',
'selected');
808 $this->tpl->parseCurrentBlock(
'topics_option');
812 foreach($oTopics as $oTopic)
814 $this->tpl->setVariable(
'FILTER_TOPIC_ID', $oTopic->getId());
815 $this->tpl->setVariable(
'FILTER_TOPIC_TEXT', $oTopic->getTitle());
816 if(
$_POST[
'filter_topic_id'] == $oTopic->getId())
817 $this->tpl->setVariable(
'FILTER_TOPIC_SELECTED',
'selected');
818 $this->tpl->parseCurrentBlock(
'topics_option');
824 $objects = (bool)$this->oGeneralSettings->get(
'objects_allow_custom_sorting');
828 $allow_objects_option = array(
829 'title' => $this->lng->txt(
'title'),
830 'author' => $this->lng->txt(
'author'),
831 'price' => $this->lng->txt(
'price_a')
833 $this->tpl->setCurrentBlock(
'order_field');
834 $this->tpl->setVariable(
'SORT_BY_TEXT', $this->lng->txt(
'sort_by'));
836 foreach($allow_objects_option as $key=> $value)
838 $this->tpl->setVariable(
'ORDER_FIELD_VALUE', $key);
839 $this->tpl->setVariable(
'ORDER_FIELD_TEXT', $value);
840 if(
$_POST[
'order_field'] == $key)
841 $this->tpl->setVariable(
'ORDER_FIELD_SELECTED',
'selected');
842 $this->tpl->parseCurrentBlock(
'order_field');
846 $topics = (bool)$this->oGeneralSettings->get(
'topics_allow_custom_sorting');
851 $allow_topics_option = array(
855 if(ANONYMOUS_USER_ID != $ilUser->getId())
869 $this->topic_id = $a_topic_id;
879 $this->
string = $a_str;
889 $this->type = $a_type;
899 $this->sort_direction = $a_sort_direction;
909 $this->sort_field = $a_field;
921 if(ANONYMOUS_USER_ID == $ilUser->getId() &&
928 $this->sort_type_topics = $a_field;
935 if(ANONYMOUS_USER_ID == $ilUser->getId() &&
947 $_SESSION[
'shop_content'][
'shop_topics_sorting_direction'] = $this->sort_direction_topics = $a_sort_direction;
959 parent::prepareOutput();
960 $ilTabs->setTabActive(
'content');
setSortingTypeTopics($a_field)
setSortingDirectionTopics($a_sort_direction)
static _getIcon($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
const TOPICS_SORT_BY_CREATEDATE
static _lookupPobjectId($a_ref_id)
static _getContainerObjects($a_ref_id)
const TOPICS_SORT_MANUALLY
static _getObjectData($a_id)
const TOPICS_SORT_BY_TITLE
static _lookupTitle($a_id)
lookup object title
searchResult stores all result of a search query.
addPager($result, $a_session_key)
const SHOP_PAGE_EDITOR_PAGE_ID
showShopContent($oResult)
Class ilShopResultPresentationGUI.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
performSearch($oResult=null)
static _isBuyable($a_ref_id, $a_subtype='')
static _exists($a_parent_type, $a_id, $a_lang="")
Checks whether page exists.
showGeneralFilter($a_count_result=0)
static _lookupDescription($a_id)
lookup object description
static _lookupObjId($a_id)
showTopicsFilter($a_count_result=0)
static _getSpecialObjects()
special template class to simplify handling of ITX/PEAR
getSortingDirectionTopics()
This class represents a text property in a property form.
static _getShopMetaDataSearchInstance($query_parser)
get reference of LikeShopMetaDataSearch.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
static _getShopObjectSearchInstance($query_parser)
get reference of LikeShopObjectSearch.
static _lookupType($a_id, $a_reference=false)
lookup object type
getContentStylePath($a_style_id)
get content style path
setValue($a_value)
Set Value.
setSortDirection($a_sort_direction)