46 $this->
ctrl = $DIC->ctrl();
47 $this->tpl = $DIC->ui()->mainTemplate();
48 $this->
locator = $DIC[
"ilLocator"];
49 $this->
user = $DIC->user();
50 $this->
lng = $DIC->language();
51 $this->obj_definition = $DIC[
"objDefinition"];
52 $this->
tabs = $DIC->tabs();
53 $ilCtrl = $DIC->ctrl();
60 $ilCtrl->saveParameter($this,
"wsp_id");
61 $ilCtrl->saveParameter($this,
"prt_id");
62 $this->node_id = $this->request->
getWspId();
63 $this->portfolio_id = $this->request->getPrtId();
74 $next_class = $ilCtrl->getNextClass($this);
75 $cmd = $ilCtrl->getCmd();
82 !in_array($next_class, array(
"ilobjbloggui",
"ilobjportfoliogui"))) {
85 $owner_id = $tree->lookupOwner($this->node_id);
86 $obj_id = $tree->lookupObjectId($this->node_id);
91 if ($owner_id != $ilUser->getId()) {
92 $ilCtrl->setParameterByClass(
"ildashboardgui",
"dsh", $owner_id);
93 $link = $ilCtrl->getLinkTargetByClass(
"ildashboardgui",
"jumptoworkspace");
94 $ilLocator->addItem($lng->
txt(
"wsp_tab_shared"), $link);
98 $link = $ilCtrl->getLinkTargetByClass(
"ildashboardgui",
"jumptoworkspace");
99 $ilLocator->addItem($lng->
txt(
"wsp_tab_personal"), $link);
102 $link = $access_handler->getGotoLink($this->node_id, $obj_id);
107 switch ($next_class) {
110 $ilCtrl->forwardCommand($bgui);
115 $ilCtrl->forwardCommand($fgui);
118 case "ilobjtestverificationgui":
120 $ilCtrl->forwardCommand($tgui);
123 case "ilobjexerciseverificationgui":
125 $ilCtrl->forwardCommand($egui);
128 case "ilobjlinkresourcegui":
130 $ilCtrl->forwardCommand($lgui);
133 case "ilobjportfoliogui":
135 $ilCtrl->forwardCommand($pgui);
150 if (!$this->node_id && !$this->portfolio_id) {
155 if ($this->node_id) {
156 if (!self::hasAccess($this->node_id)) {
161 if (!self::hasAccess($this->portfolio_id,
true)) {
170 bool $a_is_portfolio =
false 174 $ilUser = $DIC->user();
179 if (!$a_is_portfolio) {
185 if ($access_handler->checkAccess(
"read",
"", $a_node_id)) {
190 if (!$a_is_portfolio) {
200 if (!$prtf->isOnline()) {
214 if (!$a_is_portfolio) {
215 ilUtil::redirect(
"ilias.php?baseClass=ilSharedResourceGUI&cmd=passwordForm&wsp_id=" . $a_node_id);
217 ilUtil::redirect(
"ilias.php?baseClass=ilSharedResourceGUI&cmd=passwordForm&prt_id=" . $a_node_id);
226 bool $a_is_portfolio =
false 231 if (!$a_is_portfolio) {
233 if (!$object_data[
"obj_id"]) {
240 $object_data[
"obj_id"] = $a_node_id;
241 $object_data[
"type"] =
"prtf";
244 $class = $objDefinition->getClassName($object_data[
"type"]);
245 $gui =
"ilobj" . $class .
"gui";
247 switch ($object_data[
"type"]) {
249 $ilCtrl->setParameterByClass($gui,
"wsp_id", $a_node_id);
250 $ilCtrl->setParameterByClass($gui,
"gtp", $this->request->getBlogGtp());
251 $ilCtrl->setParameterByClass($gui,
"edt", $this->request->getBlogEdt());
252 $ilCtrl->redirectByClass($gui,
"preview");
261 $ilCtrl->setParameterByClass($gui,
"wsp_id", $a_node_id);
262 $ilCtrl->redirectByClass($gui,
"deliver");
267 $ilCtrl->setParameterByClass($gui,
"wsp_id", $a_node_id);
268 $ilCtrl->redirectByClass($gui);
272 $ilCtrl->setParameterByClass($gui,
"prt_id", $a_node_id);
273 $ilCtrl->setParameterByClass($gui,
"gtp", $this->request->getBlogGtp());
274 if ($this->request->getBackUrl()) {
275 $ilCtrl->setParameterByClass($gui,
"back_url", rawurlencode($this->request->getBackUrl()));
277 $ilCtrl->redirectByClass($gui,
"preview");
281 exit(
"invalid object type");
292 $tpl->
setTitle($lng->
txt(
"wsp_password_protected_resource"));
309 if ($this->node_id) {
316 $form->setFormAction($ilCtrl->getFormAction($this,
"checkPassword"));
317 $form->setTitle($lng->
txt(
"wsp_password_for") .
": " . $object_data[
"title"]);
321 $password->setRequired(
true);
322 $password->setSkipSyntaxCheck(
true);
323 $form->addItem($password);
325 $form->addCommandButton(
"checkPassword", $lng->
txt(
"submit"));
328 $ilTabs->setBackTarget($lng->
txt(
"back"), $ilCtrl->getLinkTarget($this,
"cancelPassword"));
329 $form->addCommandButton(
"cancelPassword", $lng->
txt(
"cancel"));
340 if ($this->node_id) {
343 ilUtil::redirect(
"ilias.php?baseClass=ilDashboardGUI&cmd=jumpToWorkspace&dsh=" . $owner);
346 $owner = $prtf->getOwner();
347 ilUtil::redirect(
"ilias.php?baseClass=ilDashboardGUI&cmd=jumpToPortfolio&dsh=" . $owner);
359 if ($form->checkInput()) {
360 $input = md5($form->getInput(
"password"));
361 if ($this->node_id) {
366 if ($input == $password) {
367 if ($this->node_id) {
375 $item = $form->getItemByPostVar(
"password");
376 $item->setAlert($lng->
txt(
"wsp_invalid_password"));
377 $this->tpl->setOnScreenMessage(
'failure', $lng->
txt(
"form_input_not_valid"));
381 $form->setValuesByPost();
passwordForm(?ilPropertyFormGUI $form=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
const PERMISSION_ALL_PASSWORD
static getSharedNodePassword(int $a_node_id)
Class ilObjLinkResourceGUI.
redirectToResource(int $a_node_id, bool $a_is_portfolio=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setContent(string $a_html)
Sets content for standard template.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTitle(string $a_title, bool $hidden=false)
Sets title in standard template.
loadLanguageModule(string $a_module)
Load language module.
Workspace deep link handler GUI.
setLocator()
Insert locator.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static keepSharedSessionPassword(int $a_node_id, string $a_password)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjPortfolioGUI: ilPortfolioPageGUI, ilPageObjectGUI ilObjPortfolioGUI: ilWorkspaceAccessGUI, ilCommentGUI, ilCommonActionDispatcherGUI ilObjPortfolioGUI: ilObjectContentStyleSettingsGUI, ilPortfolioExerciseGUI ilObjPortfolioGUI: ILIAS
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getNamePresentation( $a_user_id, bool $a_user_image=false, bool $a_profile_link=false, string $a_profile_back_link='', bool $a_force_first_lastname=false, bool $a_omit_login=false, bool $a_sortable=true, bool $a_return_data_array=false, $a_ctrl_path='ilpublicuserprofilegui')
Default behaviour is:
static _lookupTitle(int $obj_id)
ilObjBlogGUI: ilBlogPostingGUI, ilWorkspaceAccessGUI ilObjBlogGUI: ilInfoScreenGUI, ilNoteGUI, ilCommonActionDispatcherGUI ilObjBlogGUI: ilPermissionGUI, ilObjectCopyGUI, ilRepositorySearchGUI ilObjBlogGUI: ilExportGUI, ilObjectContentStyleSettingsGUI, ilBlogExerciseGUI, ilObjNotificationSettingsGUI ilObjBlogGUI: ilObjectMetaDataGUI ilObjBlogGUI: ILIAS ilObjBlogGUI: ILIAS
GUI class for exercise verification.
static _getPermissions(int $a_node_id)
Get all permissions to node.
static keepSharedSessionPassword(int $a_node_id, string $a_password)
static hasAccess(int $a_node_id, bool $a_is_portfolio=false)
static getSharedNodePassword(int $a_node_id)
loadStandardTemplate()
This loads the standard template "tpl.adm_content.html" and "tpl.statusline.html" the CONTENT and STA...
printToStdout(string $part=self::DEFAULT_BLOCK, bool $has_tabs=true, bool $skip_main_menu=false)
static redirect(string $a_script)
setDescription(string $a_descr)
Sets description below title in standard template.
GUI class for test verification.
lookupOwner(int $a_node_id)
Get owner for node id.
ilObjectDefinition $obj_definition
GUI class for file objects.
Access handler for portfolio NOTE: This file needs to stay in the classes directory, WAC will be confused otherwise.
static getObjectDataFromNode(int $a_node_id)
static _getPermissions(int $a_node_id)
Get all permissions to node.
static _lookupType(int $id, bool $reference=false)
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $tpl
StandardGUIRequest $request