2: 2021-07-29 (木) 14:39:38 iseki  |
現: 2021-07-30 (金) 18:16:54 iseki  |
| | | |
| *** OUTPUT [#ib4a87b2] | | *** OUTPUT [#ib4a87b2] |
- | - %%print_heading()%% | + | - echo $OUTPUT->heading() |
- | -- echo $OUTPUT->heading() | + | - echo $OUTPUT->footer() |
- | - %%print_footer()%% | + | - echo $OUTPUT->box_start() |
- | -- echo $OUTPUT->footer() | + | - echo $OUTPUT->box_end() |
- | - %%print_simple_box_start()%% | + | - echo $OUTPUT->help_icon() |
- | -- echo $OUTPUT->box_start() | + | - echo $OUTPUT->single_select() |
- | - %%print_simple_box_end()%% | + | - echo $OUTPUT->user_picture($user, array('courseid'=>$courseid) |
- | -- echo $OUTPUT->box_end() | + | - echo $OUTPUT->action_link($url, $icon_url, new popup_action('click', $url)); |
- | - %%helpbutton()%% | + | |
- | -- echo $OUTPUT->help_icon() | + | |
- | - %%popup_form()%% | + | |
- | -- echo $OUTPUT->single_select() | + | |
- | - %%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(); |
| #br | | #br |
| **** $OUTPUT->action_link($url, $icon_url, new popup_action('click', $url)); [#v320cb14] | | **** $OUTPUT->action_link($url, $icon_url, new popup_action('click', $url)); [#v320cb14] |
| + | #br |
| + | |
| + | **** $OUTPUT->user_picture(stdClass $user, array $options = null) [#rf590d31] |
| + | - lib/outputrenderers.php |
| + | - lib/outputcomponents.php |
| + | #br |
| + | - $user : ユーザオブジェクト |
| + | - $options: courseid, link=true, size=35, alttext=true, popup=false |
| #br | | #br |