Your IP : 216.73.216.170


Current Path : /home/bitrix/ext_www/school1535.yacl.site/learning/
Upload File :
Current File : /home/bitrix/ext_www/school1535.yacl.site/learning/index.php

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetPageProperty('template_body_class', 'body-learning body-learning-detail');

$APPLICATION->SetTitle("Обучение");?>

    <?$APPLICATION->IncludeComponent(
	"bitrix:learning.course", 
	".default", 
	array(
		"SEF_MODE" => "Y",
		"COURSE_ID" => $_REQUEST["COURSE_ID"],
		"CHECK_PERMISSIONS" => "Y",
		"PAGE_WINDOW" => "10",
		"SHOW_TIME_LIMIT" => "Y",
		"PAGE_NUMBER_VARIABLE" => "PAGE",
		"TESTS_PER_PAGE" => "20",
		"SET_TITLE" => "Y",
		"CACHE_TYPE" => "A",
		"CACHE_TIME" => "3600",
		"SEF_FOLDER" => "/learning/",
		"COMPONENT_TEMPLATE" => ".default",
		"PATH_TO_USER_PROFILE" => "/company/personal/user/#USER_ID#/",
		"SEF_URL_TEMPLATES" => array(
			"course_detail" => "course#COURSE_ID#/index",
			"lesson_detail" => "course#COURSE_ID#/lesson#LESSON_ID#/",
			"chapter_detail" => "course#COURSE_ID#/chapter#CHAPTER_ID#/",
			"test_self" => "course#COURSE_ID#/selftest#SELF_TEST_ID#/",
			"test" => "course#COURSE_ID#/test#TEST_ID#/",
			"test_list" => "course#COURSE_ID#/examination/",
			"course_contents" => "course#COURSE_ID#/contents/",
			"gradebook" => "course#COURSE_ID#/gradebook/",
		)
	),
	false
);?>
<div class="learn-right-data" style="background: inherit;">
    <div class="learn-course-start">
    </div>
    <a class="button" href="/learning/list/">Вернуться к списку</a>
</div>


<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>