Subversion Repositories oidplus

Rev

Rev 1267 | Rev 1293 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1267 Rev 1288
Line 155... Line 155...
155
                        $handled = true;
155
                        $handled = true;
156
                        $out['title'] = _L('Login');
156
                        $out['title'] = _L('Login');
157
                        $out['icon']  = OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'img/login_icon.png';
157
                        $out['icon']  = OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'img/login_icon.png';
158
 
158
 
159
                        $out['text']  = '<noscript>';
159
                        $out['text']  = '<noscript>';
160
                        $out['text'] .= '<p>'._L('You need to enable JavaScript to use the login area.').'</p>';
160
                        $out['text'] .= '<p><font color="red">'._L('You need to enable JavaScript to use the login area.').'</font></p>';
161
                        $out['text'] .= '</noscript>';
161
                        $out['text'] .= '</noscript>';
162
 
162
 
163
                        $out['text'] .= '<div id="loginArea" style="visibility: hidden"><div id="loginTab" class="container" style="width:100%;">';
163
                        $out['text'] .= '<div id="loginArea" style="visibility: hidden"><div id="loginTab" class="container" style="width:100%;">';
164
 
164
 
165
                        $out['text'] .= OIDplus::getActiveCaptchaPlugin()->captchaGenerate(_L('Before logging in, please solve the following CAPTCHA'));
165
                        $out['text'] .= OIDplus::getActiveCaptchaPlugin()->captchaGenerate(_L('Before logging in, please solve the following CAPTCHA'));