4 include_once (
'./Services/Object/classes/class.ilObject2GUI.php');
30 if($this->id_type == self::WORKSPACE_NODE_ID)
32 include_once
"Services/DiskQuota/classes/class.ilDiskQuotaHandler.php";
35 $this->lng->loadLanguageModule(
"file");
37 $this->ctrl->redirect($this,
"cancel");
41 $this->lng->loadLanguageModule(
"tstv");
43 $ilTabs->setBackTarget($this->lng->txt(
"back"),
44 $this->ctrl->getLinkTarget($this,
"cancel"));
46 include_once
"Modules/Test/classes/tables/class.ilTestVerificationTableGUI.php";
48 $this->tpl->setContent($table->getHTML());
61 include_once
"Modules/Test/classes/class.ilObjTest.php";
64 include_once
"Modules/Test/classes/class.ilObjTestVerification.php";
69 $this->node_id = null;
88 $file = $this->
object->getFilePath();
101 public function render($a_return =
false, $a_url =
false)
112 $wsp_id =
$tree->lookupNodeId($this->object->getId());
113 $caption = $lng->txt(
"wsp_type_tstv").
' "'.$this->
object->getTitle().
'"';
116 if(!file_exists($this->object->getFilePath()))
119 $message = $lng->txt(
"url_not_found");
123 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceAccessHandler.php";
128 $message = $lng->txt(
"permission_denied");
136 $a_url = $this->
getAccessHandler()->getGotoLink($wsp_id, $this->object->getId());
138 return '<div><a href="'.$a_url.
'">'.$caption.
'</a></div>';
142 return '<div>'.$caption.
' ('.$message.
')</div>';
151 include_once
"Services/COPage/classes/class.ilPCVerification.php";
157 $ilErr->raiseError($this->lng->txt(
'permission_denied'),$ilErr->MESSAGE);
162 $id = explode(
"_", $a_target);
164 $_GET[
"baseClass"] =
"ilsharedresourceGUI";
165 $_GET[
"wsp_id"] = $id[0];
166 include(
"ilias.php");