';
echo '
';
// Build search-form
$form = new FormValidator(
'search_user',
'get',
api_get_self().'?type='.$type,
'',
null,
FormValidator::LAYOUT_INLINE
);
$form->addHidden('type', $type);
$form->addText('keyword', '', false);
$form->addElement('hidden', 'cidReq', api_get_course_id());
$form->addButtonSearch(get_lang('SearchButton'));
$form->display();
echo '
';
echo '