aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorArmin Weatherwax2011-03-01 17:33:03 +0100
committerArmin Weatherwax2011-03-01 17:33:03 +0100
commit2ed44e4426cdd810cb204cbdafb78ff03964c1a8 (patch)
treec349ce12b4c5759be5637e3bac8d7c2b5dc57255 /linden/indra/newview
parentuse logcontrol.xml also for SLPlugin (diff)
downloadmeta-impy-2ed44e4426cdd810cb204cbdafb78ff03964c1a8.zip
meta-impy-2ed44e4426cdd810cb204cbdafb78ff03964c1a8.tar.gz
meta-impy-2ed44e4426cdd810cb204cbdafb78ff03964c1a8.tar.bz2
meta-impy-2ed44e4426cdd810cb204cbdafb78ff03964c1a8.tar.xz
Improve the error message for a missing login screen
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/skins/default/html/en-us/loading-error/index.html54
1 files changed, 36 insertions, 18 deletions
diff --git a/linden/indra/newview/skins/default/html/en-us/loading-error/index.html b/linden/indra/newview/skins/default/html/en-us/loading-error/index.html
index 71f9c86..37c8405 100644
--- a/linden/indra/newview/skins/default/html/en-us/loading-error/index.html
+++ b/linden/indra/newview/skins/default/html/en-us/loading-error/index.html
@@ -1,14 +1,14 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1
2 DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml"> 3<html xmlns="http://www.w3.org/1999/xhtml">
3<head> 4<head>
4<title>Unable to Connect</title> 5<title>Unable to Connect</title><style>
5<style> 6body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:85%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
6body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
7a {color:#93a9d5;} 7a {color:#93a9d5;}
8a:active {color:#50607C;text-decoration:underline;} 8a:active {color:#50607C;text-decoration:underline;}
9a:hover {color:#ff7900;text-decoration:underline;} 9a:hover {color:#ff7900;text-decoration:underline;}
10#infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;} 10#infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-80px;text-align:left;font-size:1.2em; color:#ccc;}
11#infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;} 11#infobox #submitbtn {height:28px;width:127px;}
12#infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;} 12#infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;}
13#infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;} 13#infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;}
14#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;} 14#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
@@ -17,16 +17,34 @@ a:hover {color:#ff7900;text-decoration:underline;}
17</head> 17</head>
18<body> 18<body>
19<div id="infobox"> 19<div id="infobox">
20 <img src="../../unabletoconnect.png"><br/> 20 <table>
21 <p> 21
22 Second Life can't establish a connection to the login server. 22 <tbody style="height: 100px; overflow: scroll">
23 </p> 23 <tr>
24 <p> 24 Imprudence can't establish a connection to the login screen of the grid you have chosen.
25 Please check your internet connection. If your computer or network is protected by a firewall or proxy, make sure that Second Life is permitted to access the network. 25 </tr>
26 </p> 26 <tr>
27 <div id="submitbtn"> 27 <td>
28 <input class="input_over" type="submit" value="Try Again" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> 28 <img src="../../unabletoconnect.png"><br/>
29 </div> 29
30 </div> 30 <div id="submitbtn">
31 <input class="input_over" type="submit" value="Try Again" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" />
32 </div>
33
34 <td>
35 If you are used to see a loginscreen for that grid please
36 <ul>
37 <li>for OpenSimulator grids: check if the loginuri of that grid is still valid.</li>
38 <li>for OpenSimulator and Second Life: check the grid status page of the grid, and</li>
39 <li>if the grid status page of the grid says online check your internet connection.
40 If your computer or network is protected by a firewall or proxy, make sure that
41 Imprudence is permitted to access the network</li>
42
43 </ul>
44 </td>
45 </tr>
46
47 </tbody>
48 </table>
31</div> 49</div>
32</body> \ No newline at end of file 50</body>