*/ // resetting the course id $cidReset = true; require_once '../inc/global.inc.php'; $xajax = new xajax(); $xajax->registerFunction(array('searchUserGroupAjax', 'UserGroup', 'searchUserGroupAjax')); $userGroup = new UserGroup(); // Setting the section (for the tabs) $this_section = SECTION_PLATFORM_ADMIN; // Access restrictions api_protect_global_admin_script(); if (!api_get_multiple_access_url()) { header('Location: index.php'); exit; } // setting breadcrumbs $tool_name = get_lang('EditUserGroupToURL'); $interbreadcrumb[] = array ('url' => 'index.php', 'name' => get_lang('PlatformAdmin')); $interbreadcrumb[] = array ('url' => 'access_urls.php', 'name' => get_lang('MultipleAccessURLs')); $add_type = 'multiple'; if (isset($_REQUEST['add_type']) && $_REQUEST['add_type'] != '') { $add_type = Security::remove_XSS($_REQUEST['add_type']); } $access_url_id = 1; if (isset($_REQUEST['access_url_id']) && $_REQUEST['access_url_id'] != '') { $access_url_id = Security::remove_XSS($_REQUEST['access_url_id']); } $xajax->processRequests(); $htmlHeadXtra[] = $xajax->getJavascript('../inc/lib/xajax/'); $htmlHeadXtra[] = ' '; $form_sent=0; $errorMsg=''; $UserList=$SessionList=array(); $users=$sessions=array(); if (isset($_POST['form_sent']) && $_POST['form_sent']) { $form_sent = $_POST['form_sent']; $course_list = $_POST['course_list']; if (!is_array($course_list)) { $course_list = array(); } if ($form_sent == 1) { if ($access_url_id == 0) { header('Location: access_url_edit_users_to_url.php?action=show_message&message='.get_lang('SelectURL')); } elseif (is_array($course_list)) { UrlManager::update_urls_rel_usergroup($course_list, $access_url_id); header('Location: access_urls.php?action=show_message&message='.get_lang('Updated')); } exit; } } Display::display_header($tool_name); echo '
'; echo Display::url( Display::return_icon('view_more_stats.gif', get_lang('AddUserGroupToURL'), ''), api_get_path(WEB_CODE_PATH).'admin/access_url_add_usergroup_to_url.php' ); echo '
'; api_display_tool_title($tool_name); if ($_GET['action'] == 'show_message') { Display :: display_normal_message(Security::remove_XSS(stripslashes($_GET['message']))); } $noUserGroupList = $userGroupList = array(); $ajax_search = $add_type == 'unique' ? true : false; if ($ajax_search) { $userGroups = UrlManager::get_url_rel_usergroup_data($access_url_id); foreach ($userGroups as $item) { $userGroupList[$item['id']] = $item; } } else { $userGroups = UrlManager::get_url_rel_usergroup_data(); foreach ($userGroups as $item) { if ($item['access_url_id'] == $access_url_id) { $userGroupList[$item['id']] = $item ; } } $noUserGroupList = $userGroup->getUserGroupNotInList(array_keys($userGroupList)); } if ($add_type == 'multiple') { $link_add_type_unique = ''.get_lang('SessionAddTypeUnique').''; $link_add_type_multiple = get_lang('SessionAddTypeMultiple'); } else { $link_add_type_unique = get_lang('SessionAddTypeUnique'); $link_add_type_multiple = ''.get_lang('SessionAddTypeMultiple').''; } $url_list = UrlManager::get_url_data(); ?>
 | 


>

:









'.get_lang('AddUserGroupToURL').''; else echo ''; ?>