Go to the source code of this file.
Namespaces | |
| namespace | CLANN |
Enumerations | |
| enum | CONFVAL_LOG_ANNOUNCEMENT_INSERT |
| enum | CONFVAL_LOG_ANNOUNCEMENT_DELETE |
| enum | CONFVAL_LOG_ANNOUNCEMENT_UPDATE |
Variables | |
| $tlabelReq = 'CLANN' | |
| $gidReset = true | |
| $context = claro_get_current_context(CLARO_CONTEXT_COURSE) | |
| $is_allowedToEdit = claro_is_allowed_to_edit() | |
| $courseId = claro_get_current_course_id() | |
| $userLastLogin = claro_get_current_user_data('lastLogin') | |
| $tbl_cdb_names = claro_sql_get_main_tbl() | |
| $tbl_course_user = $tbl_cdb_names['rel_course_user'] | |
| $tbl_user = $tbl_cdb_names['user'] | |
| $displayForm = FALSE | |
| $displayList = TRUE | |
| $subTitle = '' | |
| $dialogBox = new DialogBox() | |
| $id = isset($_REQUEST['id']) ? (int) $_REQUEST['id'] : 0 | |
| $cmd = isset($_REQUEST['cmd']) ? $cmd = $_REQUEST['cmd'] : '' | |
| $cmdList = array() | |
| if($is_allowedToEdit) if($displayList) | $displayButtonLine = (bool) $is_allowedToEdit && ( empty($cmd) || $cmd != 'rqEdit' || $cmd != 'rqCreate' ) |
| if($displayButtonLine) | $nameTools = get_lang('Announcements') |
| $noQUERY_STRING = true | |
| $output = '' | |
Definition at line 50 of file announcements.php.
Definition at line 49 of file announcements.php.
Definition at line 51 of file announcements.php.
Definition at line 110 of file announcements.php.
| $cmdList = array() |
Definition at line 111 of file announcements.php.
| $context = claro_get_current_context(CLARO_CONTEXT_COURSE) |
Definition at line 63 of file announcements.php.
| $courseId = claro_get_current_course_id() |
Definition at line 84 of file announcements.php.
| $dialogBox = new DialogBox() |
Definition at line 103 of file announcements.php.
| if ($is_allowedToEdit) if ($displayList) $displayButtonLine = (bool) $is_allowedToEdit && ( empty($cmd) || $cmd != 'rqEdit' || $cmd != 'rqCreate' ) |
Definition at line 383 of file announcements.php.
| $displayForm = FALSE |
Definition at line 98 of file announcements.php.
| $displayList = TRUE |
Definition at line 99 of file announcements.php.
| $gidReset = true |
Definition at line 58 of file announcements.php.
| $id = isset($_REQUEST['id']) ? (int) $_REQUEST['id'] : 0 |
COMMANDS SECTION (COURSE MANAGER ONLY)
Definition at line 109 of file announcements.php.
| $is_allowedToEdit = claro_is_allowed_to_edit() |
Definition at line 82 of file announcements.php.
| if ($displayButtonLine) $nameTools = get_lang('Announcements') |
DISPLAY SECTION
Definition at line 427 of file announcements.php.
| $noQUERY_STRING = true |
Definition at line 428 of file announcements.php.
| $output = '' |
Definition at line 430 of file announcements.php.
| $subTitle = '' |
Definition at line 101 of file announcements.php.
| $tbl_cdb_names = claro_sql_get_main_tbl() |
DB tables definition
Definition at line 92 of file announcements.php.
| $tbl_course_user = $tbl_cdb_names['rel_course_user'] |
Definition at line 93 of file announcements.php.
| $tbl_user = $tbl_cdb_names['user'] |
Definition at line 94 of file announcements.php.
| $tlabelReq = 'CLANN' |
CLAROLINE MAIN SETTINGS
Definition at line 57 of file announcements.php.
| $userLastLogin = claro_get_current_user_data('lastLogin') |
Definition at line 86 of file announcements.php.
1.6.3