summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/html/ko
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-02-17 14:37:28 -0800
committerRichard Linden <none@none>2010-02-17 14:37:28 -0800
commit366aa236f2964855bcb6f8b95f52e8bdad902651 (patch)
treee87f1e40bd5c4f36b191d1d279aca7fec0b66edc /indra/newview/skins/default/html/ko
parenta383a38b0c1b5ae02cf8b8a3d5e6ccb3924b8766 (diff)
EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts 1.23s UI
reviewed by Leyla
Diffstat (limited to 'indra/newview/skins/default/html/ko')
-rw-r--r--indra/newview/skins/default/html/ko/loading-error/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/indra/newview/skins/default/html/ko/loading-error/index.html b/indra/newview/skins/default/html/ko/loading-error/index.html
deleted file mode 100644
index 02b87132b9..0000000000
--- a/indra/newview/skins/default/html/ko/loading-error/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<title>연결할 수 없습니다.</title>
-<style>
-body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
-a {color:#93a9d5;}
-a:active {color:#50607C;text-decoration:underline;}
-a:hover {color:#ff7900;text-decoration:underline;}
-#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;}
-#infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;}
-#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;}
-#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;}
-#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
-#infobox #submitbtn input.pressed {color:#888;border:none;background:url(../../btn_purplepill_bg.png) top right no-repeat;}
-</style>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
-<body> <div id="infobox"> <img src="../../unabletoconnect.png"><br/>
- <p> Second Life에서 로그인 서버에 대한 보안 연결을 설정할 수 없습니다.
- </p>
- <p> 인터넷 연결을 확인하십시오. 사용 중인 컴퓨터 또는 네트워크가 방화벽이나 프록시에 의해 보호된 경우 Second Life가 네트워크에 액세스할 수 있도록 허가되었는지 확인하십시오.
- </p> <div id="submitbtn">
- <input class="input_over" type="submit" value="다시 시도" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> </div> </div>
-</div>
-</body>