1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
options_user_settings.php
См. документацию.
1<?
3
5ClearVars("str_student_");
6if (CModule::IncludeModule("learning")):
7 $ID = intval($ID);
8 $db_res = CStudent::GetList(array(), array("USER_ID" => $ID));
9 if (!$db_res->ExtractFields("str_student_", true))
10 {
11 if (!isset($str_student_PUBLIC_PROFILE) || ($str_student_PUBLIC_PROFILE!="Y" && $str_student_PUBLIC_PROFILE!="N"))
12 $str_student_PUBLIC_PROFILE = "N";
13 }
14
16 {
17 $DB->InitTableVarsForEdit("b_learn_student", "student_", "str_student_");
18 }
19 ?>
20 <input type="hidden" name="profile_module_id[]" value="learning">
21 <tr valign="top">
22 <td align="right" width="40%"><?=GetMessage("learning_PUBLIC_PROFILE");?>:</td>
23 <td width="60%"><input type="checkbox" name="student_PUBLIC_PROFILE" value="Y" <?if ($str_student_PUBLIC_PROFILE=="Y") echo "checked";?>></td>
24 </tr>
25
26 <tr valign="top">
27 <td align="right"><?=GetMessage("learning_RESUME");?>:</td>
28 <td><textarea class="typearea" name="student_RESUME" style="width:50%; height:200px;"><?echo $str_student_RESUME; ?></textarea></td>
29 </tr>
30
31<?if ($str_student_TRANSCRIPT <> ''):?>
32 <tr valign="top">
33 <td align="right"><?=GetMessage("learning_TRANSCRIPT");?>:</td>
34 <td>
35 <?=$str_student_TRANSCRIPT?>-<?=$ID?>
36 </td>
37 </tr>
38<?endif?>
39
40 <tr valign="top">
41 <td align="right"></td>
42 <td>
43 <a href="/bitrix/admin/learn_certification_admin.php?lang=<?=LANG?>&amp;filter_user=<?=$ID?>&amp;set_filter=Y"><?=GetMessage("learning_CERTIFICATION")?></a><br />
44 <a href="/bitrix/admin/learn_gradebook_admin.php?lang=<?=LANG?>&amp;filter_user=<?=$ID?>&amp;set_filter=Y"><?=GetMessage("learning_GRADEBOOK")?></a>
45 </td>
46 </tr>
$db_res
Определения options_user_settings.php:8
static GetList($arOrder=Array(), $arFilter=Array())
Определения student.php:214
bx popup label bx width30 PAGE_NEW_MENU_NAME text width
Определения file_new.php:677
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
if($ajaxMode) $ID
Определения get_user.php:27
$strError
Определения options_user_settings.php:4
global $DB
Определения cron_frame.php:29
endif
Определения csv_new_setup.php:990
ClearVars($prefix="str_")
Определения tools.php:4623
IncludeModuleLangFile($filepath, $lang=false, $bReturnArray=false)
Определения tools.php:3778
GetMessage($name, $aReplace=null)
Определения tools.php:3397
font style
Определения invoice.php:442
text align
Определения template.php:556