|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | feedback |
Variables | |
| $id = required_param('id', PARAM_INT) | |
| $showcompleted = optional_param('showcompleted', false, PARAM_INT) | |
| $do_show = optional_param('do_show', false, PARAM_ALPHA) | |
| $perpage = optional_param('perpage', FEEDBACK_DEFAULT_PAGE_COUNT, PARAM_INT) | |
| $showall = optional_param('showall', false, PARAM_INT) | |
| $current_tab = $do_show | |
| $url = new moodle_url('/mod/feedback/show_entries_anonym.php', array('id'=>$id)) | |
| $strfeedbacks = get_string("modulenameplural", "feedback") | |
| Print the page header. | |
| $strfeedback = get_string("modulename", "feedback") | |
| if(!$showcompleted) | if ($showcompleted) |
| Print the main part of the page //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////. | |
| $current_tab = $do_show |
Definition at line 35 of file show_entries_anonym.php.
| $do_show = optional_param('do_show', false, PARAM_ALPHA) |
Definition at line 31 of file show_entries_anonym.php.
| $id = required_param('id', PARAM_INT) |
Definition at line 29 of file show_entries_anonym.php.
| $perpage = optional_param('perpage', FEEDBACK_DEFAULT_PAGE_COUNT, PARAM_INT) |
Definition at line 32 of file show_entries_anonym.php.
| $showall = optional_param('showall', false, PARAM_INT) |
Definition at line 33 of file show_entries_anonym.php.
| $showcompleted = optional_param('showcompleted', false, PARAM_INT) |
Definition at line 30 of file show_entries_anonym.php.
| $strfeedback = get_string("modulename", "feedback") |
Definition at line 65 of file show_entries_anonym.php.
| $strfeedbacks = get_string("modulenameplural", "feedback") |
Print the page header.
Definition at line 64 of file show_entries_anonym.php.
| $url = new moodle_url('/mod/feedback/show_entries_anonym.php', array('id'=>$id)) |
Definition at line 37 of file show_entries_anonym.php.
Print the main part of the page //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////.
Finish the page //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
Definition at line 196 of file show_entries_anonym.php.