echo lang('general_accounts'); ?> </h2> <?php if ($error_id != 0) { ?> <?php echo ui_error(lang('accounts_error_' . $error_id)); ?> <?php } ?> <?php echo ui_msgbox(lang('accounts_text')); ?> <h3><?php echo lang('accounts_connected_accounts'); ?> <?php echo ui_loadicon(); ?> </h3> <table> <tr> <th><?php echo lang('general_name'); ?>
<?php $this->load->view("basic/header"); ?> <div id="loginbox"> <?php echo ui_msgbox(lang('signup_ok')); ?> </div> <?php $this->load->view("basic/footer");
<?php $this->load->view("basic/header"); ?> <div id="loginbox"> <?php echo ui_msgbox(lang('signup_text')); ?> <?php if (validation_errors() != '') { echo ui_error(validation_errors()); } ?> <?php echo form_open('usercp/signup'); ?> <?php echo lang('general_username', 'username'); ?> : <?php echo form_input(array('id' => 'username', 'name' => 'username', 'value' => set_value('username'))); ?> <br /> <?php echo lang('general_password', 'password'); ?> :
?> </div> <div id="tab-wizard"> <?php if ($wiz_step == 1) { ?> <?php echo ui_msgbox(lang('attack_wizard_info')); ?> <?php } ?> <?php echo ui_msgbox(lang('attack_wizard_step' . $wiz_step)); ?> <?php if (!empty($wiz_errors)) { foreach ($wiz_errors as $e) { echo ui_error($e); } } ?> <?php echo form_open(); ?> <?php
* @author Alexander Thiemann <*****@*****.**> */ ?> <?php $this->load->view("basic/header"); ?> <div style="padding:10px;"> <h2><?php echo lang('general_search'); ?> </h2> <?php echo ui_msgbox(lang('search_info')); ?> <?php echo form_open(''); ?> <input class="ui-widget ui-state-default ui-corner-all" style="width:400px;" type="text" value="" name="search" /> <button id="new_search"> <?php echo ui_ficon('magnifier', lang('general_search')); ?> <?php echo lang('general_search'); ?> <?php echo ui_loadicon();
if (json.error) { alert('Es ist ein Fehler aufgetreten.'); return; } $('#new_status').val(defaultText); var newDiv = $('<div>').html(json.bit); $('#msgboard').prepend(newDiv); }, "json"); }); })</script> <div id="msgboard"> <?php if (empty($posts)) { echo ui_msgbox(lang('messageboard_first_steps')); } ?> <?php foreach ($posts as $post) { ?> <?php $this->load->view('messageboard/threadbit', $post); ?> <?php } ?> </div> </div> <?php
}); }); </script> <div style="padding:10px"> <h2><?php echo lang('general_change_world'); ?> <?php echo ui_loadicon(); ?> </h2> <?php echo ui_error(lang('general_change_world_error'), 'errorbox', 'display:none;'); echo ui_msgbox(lang('general_change_world_ok'), 'okbox', 'display:none;'); ?> <div id="world-list"> <?php $prev_lang = ""; foreach ($this->config->item("tw_worlds") as $world) { $curr_lang = strtoupper(substr($world, 0, 2)); if ($curr_lang != $prev_lang) { if ($prev_lang != "") { echo '</ul></div>'; } $prev_lang = $curr_lang; echo '<h3><a href="#">' . $curr_lang . '</a></h3><div> <ul class="world_select">'; } ?>
<?php $this->load->view("basic/header"); ?> <div id="loginbox"> <?php echo ui_msgbox(lang('general_please_login')); ?> <?php if (validation_errors() != '') { echo ui_error(validation_errors()); } ?> <?php if (isset($login_error) && $login_error == true) { echo ui_error(lang('general_login_failed')); } ?> <?php echo form_open('usercp/login'); ?> <?php echo lang('general_username', 'username'); ?> : <?php echo form_input(array('id' => 'username', 'name' => 'username')); ?> <br />
* @author Alexander Thiemann <*****@*****.**> */ ?> <?php $this->load->view("basic/header"); ?> <div id="loginbox"> <?php if ($finish_msg != '') { echo ui_msgbox($finish_msg); } else { ?> <?php echo ui_msgbox(lang('password_recover')); ?> <?php echo validation_errors('<div class="ui-widget" style="margin-bottom:10px;"><div class="ui-state-error ui-corner-all" style="padding: 0.7em;"><p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>', '</p></div></div>'); ?> <?php echo form_open('usercp/password'); ?> <?php echo lang('general_username', 'username'); ?> : <?php echo form_input(array('id' => 'username', 'name' => 'username', 'value' => set_value('username')));