function show_image(image,width,height) { width = parseInt(width) + 20; height = parseInt(height) + 20; window_x = window.open(image,\'windowX\',\'width=\'+ width + \', height=\'+ height + \'\'); } '; $editMainUserInfo = Security::remove_XSS($_REQUEST['editMainUserInfo']); $uInfo = $editMainUserInfo; $this_section = SECTION_COURSES; $nameTools = get_lang('Users'); api_protect_course_script(true); $tool_info = api_get_tool_information_by_name(TOOL_USER); if (api_is_anonymous()) { api_not_allowed(true); } //prepare variables used in userInfoLib.php functions $TBL_USERINFO_DEF = Database :: get_course_table(TABLE_USER_INFO); $TBL_USERINFO_CONTENT = Database :: get_course_table(TABLE_USER_INFO_CONTENT); if ($tool_info['visibility'] == 1 ) { $interbreadcrumb[] = array ('url' => 'user.php', 'name' => get_lang('Users')); } if ($origin != 'learnpath') { //so we are not in learnpath tool Display :: display_header($nameTools, "User"); $origin = Security::remove_XSS($_GET['origin']); } else { ?> '; if($origin=='users'){ echo ''.Display::return_icon('back.png',get_lang('BackUser'),'',ICON_SIZE_MEDIUM).''; } else{ echo ''.Display::return_icon('back.png',get_lang('Back'),'',ICON_SIZE_MEDIUM).''; } if (!is_numeric($_GET['editMainUserInfo'])) { if (api_get_setting('allow_user_course_subscription_by_course_admin') == 'true') { echo ''.Display::return_icon('edit.png',get_lang('EditUser'),'',ICON_SIZE_MEDIUM).''; } } else { if (api_get_setting('allow_user_course_subscription_by_course_admin') == 'true') { echo ''.Display::return_icon('user.png',get_lang('ViewUser'),'',ICON_SIZE_MEDIUM).''; } } echo ''.Display::return_icon('stats.png',get_lang('UserStatistics'),'',ICON_SIZE_MEDIUM).''; echo ''; } else { if ($tool_info['visibility'] == 1 ) { echo '
'; if($origin=='users'){ echo ''.Display::return_icon('back.png',get_lang('BackUser'),'',ICON_SIZE_MEDIUM).''; } else{ echo ''.Display::return_icon('back.png',get_lang('Back'),'',ICON_SIZE_MEDIUM).''; } echo '
'; } } // get information about user id viewed $user_info_viewed = api_get_user_info($userIdViewed); $is_session_course_coach = UserManager::is_session_course_coach($userIdViewed, $_course['sysCode'], $current_session_id); if ($displayMode == "viewDefEdit") { /* CATEGORIES DEFINITIONS : EDIT */ $catToEdit = get_cat_def($_GET['editDef']); $edit_heading_form = new FormValidator('edit_heading_form'); $edit_heading_form->addElement('hidden', 'id'); $edit_heading_form->add_textfield('title', get_lang('Title')); $edit_heading_form->addElement('textarea', 'comment', get_lang('Comment'), array ('cols' => 60, 'rows' => 4)); $possible_line_nrs[1] = '1 '.get_lang('Line'); $possible_line_nrs[3] = '3 '.get_lang('Lines'); $possible_line_nrs[5] = '5 '.get_lang('Lines'); $possible_line_nrs[10] = '10 '.get_lang('Lines'); $possible_line_nrs[15] = '15 '.get_lang('Lines'); $edit_heading_form->addElement('select', 'nbline', get_lang('LineNumber'), $possible_line_nrs); $edit_heading_form->addElement('submit', 'submitDef', get_lang('Ok')); $edit_heading_form->setDefaults($catToEdit); $edit_heading_form->display(); } elseif ($displayMode == "viewDefList") { /*CATEGORIES DEFINITIONS : LIST */ $catList = get_cat_def_list(); if ($catList) { foreach ($catList as $thisCat) { // displays Title and comments echo "

", "".htmlize($thisCat['title'])."
\n", "".htmlize($thisCat['comment'])."\n", "

"; // displays lines echo "
\n", "\n"; for ($i = 1; $i <= $thisCat['nbline']; $i ++) { echo "
__________________________________________\n"; } echo "
\n", "
\n"; // displays commands echo "", "\"".get_lang('Remove')."\"", "", "", "\"".get_lang('Edit')."\"", "", "", "\"".get_lang('MoveUp')."\"", "", "", "\"".get_lang('MoveDown')."\"", "\n"; } // end for each } // end if ($catList) echo "
\n", "
", "", "
\n", "
\n"; } elseif ($displayMode == "viewContentEdit") { /* CATEGORIES CONTENTS : EDIT */ $catToEdit = get_cat_content($userIdViewed, $_GET['editContent']); $content_heading_form = new FormValidator('content_heading_form'); $content_heading_form->addElement('hidden', 'cntId'); $content_heading_form->addElement('hidden', 'catId'); $content_heading_form->addElement('hidden', 'uInfo'); $content_heading_form->addElement('static', null, $catToEdit['title'], htmlize($catToEdit['comment'])); if ($catToEdit['nbline'] == 1) { $content_heading_form->addElement('text', 'content', null, array ('size' => 80)); } else { $content_heading_form->addElement('textarea', 'content', null, array ('cols' => 60, 'rows' => $catToEdit['nbline'])); } $content_heading_form->addElement('submit', 'submitContent', get_lang('Ok')); $defaults = $catToEdit; $defaults['cntId'] = $catToEdit['contentId']; $defaults['uInfo'] = $userIdViewed; $content_heading_form->setDefaults($defaults); $content_heading_form->display(); } elseif ($displayMode == "viewMainInfoEdit") { /* CATEGORIES MAIN INFO : EDIT */ $mainUserInfo = get_main_user_info($userIdViewed, $courseCode); if ($mainUserInfo) { ($mainUserInfo['status'] == COURSEMANAGER) ? $courseAdminChecked = "checked" : $courseAdminChecked = ""; if ($current_session_id) { ($is_session_course_coach)? $tutorChecked = "checked" : $tutorChecked = ""; } else { ($mainUserInfo['tutor_id'] == 1) ? $tutorChecked = "checked" : $tutorChecked = ""; } $image_array=UserManager::get_user_picture_path_by_id($userIdViewed,'web',false,true); // get the path,width and height from original picture $big_image = $image_array['dir'].'big_'.$image_array['file']; $big_image_size = api_getimagesize($big_image); $big_image_width= $big_image_size['width']; $big_image_height= $big_image_size['height']; $url_big_image = $big_image.'?rnd='.time(); if ($image_array['file']=='unknown.jpg') { echo ''; } else { echo ''; } echo "
\n", "\n", "", "\n", "\n", "\n"; if ($current_session_id) { if ($user_info_viewed['status'] == COURSEMANAGER) { echo "\n"; } } else { if ($user_info_viewed['status'] == STUDENT) { echo "\n"; } else { echo "\n"; } } echo "\n", "", "\n", ""; if (!($is_courseAdmin && $_user['user_id'] == $userIdViewed)) { if ($current_session_id) { if ($user_info_viewed['status'] == COURSEMANAGER) { echo ""; } } else { if ($user_info_viewed['status'] == STUDENT) { echo ""; } else { echo "\n"; } } } else { echo "\n"; } echo "\n", "", "
", get_lang('Name'), "", get_lang('Description'), "", get_lang('Tutor'), "", get_lang('CourseAssistant'), "", get_lang('CourseManager'), "
", htmlize(api_get_person_name($mainUserInfo['firstName'], $mainUserInfo['lastName'])), "" . ' ' . Display::return_icon('synthese_view.gif',get_lang('TheTutorOnlyCanKeepTrackOfStudentsRegisteredInTheCourse')),$checked,"" . ' ' . Display::return_icon('synthese_view.gif',get_lang('TheTeacherCanQualifyEvaluateAndKeepTrackOfAllStudentsEnrolledInTheCourse')),$checked,"", get_lang('CourseManager'), "
", "
\n"; if (api_get_setting('show_email_addresses') == 'true') { echo "

".Display :: encrypted_mailto_link($mainUserInfo['email'], $mainUserInfo['email'])."

"; } if (api_get_setting('extended_profile') == 'true') { if (!empty($mainUserInfo['competences'])) echo '
'.get_lang('MyCompetences').'
'.$mainUserInfo['competences'].'
'; if (!empty($mainUserInfo['diplomas'])) echo '
'.get_lang('MyDiplomas').'
'.$mainUserInfo['diplomas'].'
'; if (!empty($mainUserInfo['teach'])) echo '
'.get_lang('MyTeach').'
'.$mainUserInfo['teach'].'
'; if (!empty($mainUserInfo['openarea'])) echo '
'.get_lang('MyPersonalOpenArea').'
'.$mainUserInfo['openarea'].'
'; if (!empty($mainUserInfo['competences'])) echo '
'.get_lang('MyProductions').'
'.UserManager::build_production_list($mainUserInfo['user_id']).'
'; } } else { Display :: display_normal_message(get_lang('ThisStudentIsSubscribeThroughASession')); } } elseif ($displayMode == "viewContentList") { // default display $virtual_course_code = $_GET["virtual_course"]; if (isset ($virtual_course_code)) { $courseCode = $virtual_course_code; //not supported yet: editing users of virtual courses $allowedToEditDef = false; } $mainUserInfo = get_main_user_info($userIdViewed, $courseCode); if ($mainUserInfo) { $image_array=UserManager::get_user_picture_path_by_id($userIdViewed,'web',false,true); // get the path,width and height from original picture $big_image = $image_array['dir'].'big_'.$image_array['file']; $big_image_size = api_getimagesize($big_image); $big_image_width= $big_image_size['width']; $big_image_height= $big_image_size['height']; $url_big_image = $big_image.'?rnd='.time(); if ($image_array['file']=='unknown.jpg') { echo ''; } else { echo ''; } // is the user online? $online =''; if (user_is_online($userIdViewed)) { $online = Display::return_icon('online.gif', get_lang('OnLine'),array('style'=>'with="8"; height="8"')); } //DISPLAY TABLE HEADING if ($origin == 'learnpath') { $allowedToEditDef=false; $is_allowedToTrack=false; } //"",get_lang('Tutor'),"\n", echo "", "\n", "\n", "\n"; if ($current_session_id) { if ($user_info_viewed['status'] == COURSEMANAGER) { echo "\n"; } } else { if ($user_info_viewed['status'] == STUDENT) { echo "\n"; } else { echo "\n"; } } //echo ($allowedToEditDef && api_get_setting('allow_user_course_subscription_by_course_admin') == 'true'?"\n":""); //echo ($is_allowedToTrack?"\n":""); echo "\n", "\n", "\n", ""; //DISPLAY TABLE CONTENT if ($current_session_id) { if ($user_info_viewed['status'] == COURSEMANAGER) { if ($is_session_course_coach) { echo "\n"; } else { echo "\n"; } } } else { if ($user_info_viewed['status'] == STUDENT) { if ($mainUserInfo['tutor_id'] == 1) { echo "\n"; } else { echo "\n"; } } else { if ($mainUserInfo['status'] == 1) { echo ""; } else { echo "\n"; } } } if ($allowedToEditDef && api_get_setting('allow_user_course_subscription_by_course_admin') == 'true') { //echo ""; } if ($is_allowedToTrack) { //echo ""; } echo "
".get_lang('Name')."".get_lang('Description')."".get_lang('Tutor')."".get_lang('Tutor')."".get_lang('CourseManager')."".get_lang('Edit')."".get_lang('Tracking')."
".$online.' '.htmlize(api_get_person_name($mainUserInfo['firstName'], $mainUserInfo['lastName']))."".htmlize($mainUserInfo['role'])."",get_lang('Tutor')," - ",get_lang('Tutor')," - ",get_lang('CourseManager')," - "; //echo "\"\""; //echo ""; //echo "\"".get_lang('Tracking').""; //echo "
"; if (api_get_setting("show_email_addresses") == "true") { echo "

". Display::encrypted_mailto_link($mainUserInfo['email'],$mainUserInfo['email']). "

"; } if (api_get_setting('extended_profile') == 'true') { if (!empty($mainUserInfo['competences'])) echo '
'.get_lang('MyCompetences').'
'.$mainUserInfo['competences'].'
'; if (!empty($mainUserInfo['diplomas'])) echo '
'.get_lang('MyDiplomas').'
'.$mainUserInfo['diplomas'].'
'; if (!empty($mainUserInfo['teach'])) echo '
'.get_lang('MyTeach').'
'.$mainUserInfo['teach'].'
'; if (!empty($mainUserInfo['openarea'])) echo '
'.get_lang('MyPersonalOpenArea').'
'.$mainUserInfo['openarea'].'
'; if (!empty($mainUserInfo['competences'])) echo '
'.get_lang('MyProductions').'
'.UserManager::build_production_list($mainUserInfo['user_id']).'
'; } } else { Display :: display_normal_message(get_lang('ThisStudentIsSubscribeThroughASession')); } if (api_get_setting('allow_user_headings') == 'true' && $allowedToEditDef) // only course administrators see this line { echo "
", "
", get_lang('CourseAdministratorOnly')," : ", "", "
", "
", "
\n"; } $catList = get_course_user_info($userIdViewed); if ($catList) { foreach ($catList as $thisCat) { // Category title echo "

",$thisCat['title'],"

\n"; // Category content echo "
\n"; if ($thisCat['content']) { echo htmlize($thisCat['content'])."\n"; } else { echo "...."; } // Edit command if ($allowedToEditContent) { echo "

\n", "", "\"edit\"", "\n"; } echo "
\n"; } } } // Back button for each display mode (bottom) //echo "\n"; /* FOOTER */ Display :: display_footer();