siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); $sTDBGColour = $default->siteMap->getSectionColour($sSectionName, "td"); $sDocumentPath = displayFolderPathLink(Folder::getFolderPathAsArray($iFolderID), Folder::getFolderPathNamesAsArray($iFolderID), "$default->rootUrl/control.php?action=browse") . " > rootUrl/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php?fDocumentID=" . $iDocumentID . "&fForInlineView=1\" target=\"View document\">" . $sDocumentName . ""; return "
$sDocumentPath
\n"; } function getPage($iFolderID, $iDocumentID, $sDocumentName) { global $default; $sToRender = getDocumentPath($iFolderID, $iDocumentID, $sDocumentName); $sToRender .= "

" . _("You have chosen to reject the previous collaboration step for the document. Please provide a reason") . "

\n"; $sToRender .= "
\n"; $sToRender .= "\n"; $sToRender .= "\n"; $sToRender .= "\n"; $sToRender .= "\n"; $sToRender .= "\n"; $sToRender .= "\n"; $sToRender .= "\n"; $sToRender .= "
" . _("Comment") . "
\n"; $sToRender .= "\n"; $sToRender .= "rootUrl/control.php?action=viewDocument&fDocumentID=$iDocumentID\">\n"; return $sToRender . getValidationJavaScript(); } function getValidationJavaScript() { $sToRender = "\n\n\n\n"; return $sToRender; } ?>