/* @licstart The following is the entire license notice for the JavaScript code in this page. Copyright (C) 2005-2014 The Roundcube Dev Team The JavaScript code in this page is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The code is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. @licend The above is the entire license notice for the JavaScript code in this page. */ var rcmail = new rcube_webmail(); rcmail.set_env({"task":"login","standard_windows":false,"locale":"en_US","devel_mode":null,"cookie_domain":"","cookie_path":"\/","cookie_secure":true,"skin":"larry","refresh_interval":60,"session_lifetime":600,"action":"login","comm_path":".\/?_task=login","compose_extwin":false,"date_format":"yy-mm-dd","request_token":"Jf7RsfBhvyO4AS8gRryl4qudD2MWFy10"}); rcmail.add_label({"loading":"Loading...","servererror":"Server Error!","connerror":"Connection Error (Failed to reach the server)!","requesttimedout":"Request timed out","refreshing":"Refreshing...","windowopenerror":"The popup window was blocked!","uploadingmany":"Uploading files...","close":"Close","errortitle":"An error occurred!","toggleadvancedoptions":"Toggle advanced options"}); rcmail.display_message("Invalid Login Details.","warning",0); rcmail.gui_container("loginfooter","bottomline"); rcmail.gui_object('loginform', 'form'); rcmail.gui_object('message', 'message');