* @package traincourse
* @version $Id: side.html.php 4029 2022-02-10 10:50:41Z $
* @link https://www.zentao.net
*/
?>
traincourse->getPairs();?>
$courseName):?>
app->moduleName == 'traincourse' and $this->app->methodName == 'editChapter')//Finish task: http://vision.5upm.com/task-view-570.html
{
$activeClass = '';
if($id != $courseID) continue;
}
else
{
$activeClass = $id == $courseID ? 'active' : '';
}
?>
- >
createLink('traincourse', 'manageChapter', "courseID=$id"), " " . $courseName, "class='text-ellipsis' title='{$courseName}'");?>
traincourse->computeSN($id);?>
traincourse->getCourseStructure($id);?>
type != 'course' ? $serials[$nodeInfo->id] : '';?>
parent != 0) continue;?>
id) && $chapter->id == $nodeInfo->id) ? 'active' : '';?>
- >
methodName == 'editchapter'):?>
{$serial} " . html::a(helper::createLink('traincourse', 'editChapter', "chapterID=$nodeInfo->id"), $nodeInfo->name) . '';?>
type == 'chapter'):?>
{$serial} {$nodeInfo->name}";?>
type == 'video'):?>
{$serial} " . html::a(helper::createLink('traincourse', 'view', "chapterID=$nodeInfo->id"), $nodeInfo->name) . '';?>
children)) $this->traincourse->getFrontCatalog($nodeInfo->children, $serials, isset($chapter->id) ? $chapter->id : 0);?>