'../gradebook/'.$_SESSION['gradebook_dest'], 'name' => get_lang('ToolGradebook') ); } $interbreadcrumb[] = array('url' => 'lp_controller.php?action=list', 'name' => get_lang('LearningPaths')); $interbreadcrumb[] = array('url' => api_get_self()."?action=build&lp_id=$learnpath_id", 'name' => $_SESSION['oLP']->get_name()); switch ($type) { case 'dir': $interbreadcrumb[] = array( 'url' => 'lp_controller.php?action=add_item&type=step&lp_id='.$_SESSION['oLP']->get_id().'&'.api_get_cidreq(), 'name' => get_lang('NewStep'), ); $interbreadcrumb[] = array('url' => '#', 'name' => get_lang('NewChapter')); break; case 'document': $interbreadcrumb[] = array( 'url' => 'lp_controller.php?action=add_item&type=step&lp_id='.$_SESSION['oLP']->get_id().'&'.api_get_cidreq(), 'name' => get_lang('NewStep'), ); break; default: $interbreadcrumb[] = array('url' => '#', 'name' => get_lang('NewStep')); break; } if ($action == 'add_item' && $type == 'document') { $interbreadcrumb[] = array('url' => '#', 'name' => get_lang('NewDocumentCreated')); } // Theme calls. $show_learn_path = true; $lp_item_id = isset($_GET['id']) ? intval($_GET['id']) : null; if (empty($lp_item_id)) { api_not_allowed(); } $courseInfo = api_get_course_info(); $lp_item = new learnpathItem($lp_item_id); $form = new FormValidator( 'add_audio', 'post', api_get_self().'?action=add_audio&id='.$lp_item_id.'&'.api_get_cidreq().'&lp_id='.$learnpath_id, null, array('enctype' => 'multipart/form-data') ); $suredel = trim(get_lang('AreYouSureToDeleteJS')); $lpPathInfo = $_SESSION['oLP']->generate_lp_folder(api_get_course_info()); $file = null; if (isset($lp_item->audio) && !empty($lp_item->audio)) { $file = api_get_path(SYS_COURSE_PATH).$courseInfo['path'].'/document/audio/'.$lp_item->audio; $urlFile = api_get_path(WEB_COURSE_PATH).$courseInfo['path'].'/document/audio/'.$lp_item->audio.'?'.api_get_cidreq(); if (!file_exists($file)) { $file = api_get_path(SYS_COURSE_PATH).$courseInfo['path'].'/document'.$lpPathInfo['dir'].'/'.$lp_item->audio; $urlFile = api_get_path(WEB_COURSE_PATH).$courseInfo['path'].'/document'.$lpPathInfo['dir'].'/'.$lp_item->audio.'?'.api_get_cidreq(); } } $page = $_SESSION['oLP']->build_action_menu(true); $page .= '
'; $tpl->assign('content', $page); $template = $tpl->get_template('learnpath/lp_upload_audio.tpl'); $content = $tpl->fetch($template); $tpl->display_one_col_template(); '; $recordVoiceForm = Display::page_subheader(get_lang('RecordYourVoice')); $page .= '