false)); } return; } global $config; check_login (); ui_print_page_header (__('Webchat'), "images/group.png", false, "", false, ""); $table = null; $table->width = '95%'; $table->colspan[0][0] = 2; $table->data[0][0] = '
'; $table->data[1][0] = html_print_input_text('message_box', '', '', 100, 150, true); $table->data[1][1] = html_print_button('send', 'send', false, 'send_message()', 'class="sub next" style="width: 100%"', true); html_print_table($table); ?>