10: 2013-06-17 (Mon) 17:36:32 iseki  |
Cur: 2013-06-20 (Thu) 17:15:41 iseki  |
| - %%popup_form()%% → echo $OUTPUT->single_select() | | - %%popup_form()%% → echo $OUTPUT->single_select() |
| - %%print_user_picture()%% → echo $OUTPUT->user_picture($user, array('courseid'=>$courseid) | | - %%print_user_picture()%% → echo $OUTPUT->user_picture($user, array('courseid'=>$courseid) |
| + | - %%link_to_popup_window($url, $lavel, $icon_url, $height=400, $width=500, $label)%% → echo $OUTPUT->action_link($url, $icon_url, new popup_action('click', $url)); |
| #br | | #br |
| + | |
| **** $OUTPUT->header() [#yfe4871a] | | **** $OUTPUT->header() [#yfe4871a] |
| - %%print_header($title, $heading, $navigation, $focus, $meta, $cache, $button, $menu, $usexml, $bodytags, $return)%% は非推奨 | | - %%print_header($title, $heading, $navigation, $focus, $meta, $cache, $button, $menu, $usexml, $bodytags, $return)%% は非推奨 |
| $PAGE->set_button($button); // ' ' | | $PAGE->set_button($button); // ' ' |
| $PAGE->set_headingmenu($menu); | | $PAGE->set_headingmenu($menu); |
| + | |
| require_login($course->id); | | require_login($course->id); |
| echo $OUTPUT->header(); | | echo $OUTPUT->header(); |