'username', 'id' => 'username', 'size' => 30, 'value' => set_value('username') ); $password = array( 'name' => 'password', 'id' => 'password', 'size' => 30 ); $remember = array( 'name' => 'remember', 'id' => 'remember', 'value' => 1, 'checked' => set_value('remember'), 'style' => 'margin:0;padding:0' ); $confirmation_code = array( 'name' => 'captcha', 'id' => 'captcha', 'maxlength' => 8 ); $this->load->view('header'); $this->load->view('banner'); $this->load->view('sidebar'); $this->load->view('menu'); $this->lang->load('auth'); echo '
'; ?>
lang->line("auth_identification") ?> uri->uri_string())?> dx_auth->get_auth_error(); ?> lang->line("auth_locked"), 'class="error"' ); echo p($this->lang->line("auth_come_back")); } ?>
lang->line("auth_user"), $username['id']);?>
lang->line("auth_password"), $password['id']);?>
lang->line("legacy_gui") ?>
lang->line("auth_enter_code") ?>
dx_auth->get_captcha_image(); ?>
lang->line("auth_confirmation_code"), $confirmation_code['id']);?>
dx_auth->forgot_password_uri, $this->lang->line("auth_forgoten_password"));?> dx_auth->allow_registration) { echo anchor($this->dx_auth->register_uri, 'Register'); }; ?>
lang->line("auth_login"));?>