diff options
author | Teravus Ovares | 2008-01-10 23:31:37 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-10 23:31:37 +0000 |
commit | 901f403823f6ccf50a4187f4711458b5f1017138 (patch) | |
tree | 3b789995291119163188c46dc8be997519435ba6 | |
parent | move Friends list to not use ADO.NET layer, it now hits the sqlite (diff) | |
download | opensim-SC_OLD-901f403823f6ccf50a4187f4711458b5f1017138.zip opensim-SC_OLD-901f403823f6ccf50a4187f4711458b5f1017138.tar.gz opensim-SC_OLD-901f403823f6ccf50a4187f4711458b5f1017138.tar.bz2 opensim-SC_OLD-901f403823f6ccf50a4187f4711458b5f1017138.tar.xz |
* Just an update to the default login form
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 6 | ||||
-rw-r--r-- | bin/http_loginform.html.example | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index 8317073..4b2d679 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -506,7 +506,7 @@ namespace OpenSim.Framework.UserManagement | |||
506 | "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />"; | 506 | "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />"; |
507 | responseString = responseString + "<meta http-equiv=\"cache-control\" content=\"no-cache\">"; | 507 | responseString = responseString + "<meta http-equiv=\"cache-control\" content=\"no-cache\">"; |
508 | responseString = responseString + "<meta http-equiv=\"Pragma\" content=\"no-cache\">"; | 508 | responseString = responseString + "<meta http-equiv=\"Pragma\" content=\"no-cache\">"; |
509 | responseString = responseString + "<title>Second Life Login</title>"; | 509 | responseString = responseString + "<title>OpenSim Login</title>"; |
510 | responseString = responseString + "<body><br />"; | 510 | responseString = responseString + "<body><br />"; |
511 | responseString = responseString + "<div id=\"login_box\">"; | 511 | responseString = responseString + "<div id=\"login_box\">"; |
512 | 512 | ||
@@ -547,8 +547,8 @@ namespace OpenSim.Framework.UserManagement | |||
547 | responseString = responseString + "<div id=\"connecting\" style=\"visibility:hidden\"> Connecting...</div>"; | 547 | responseString = responseString + "<div id=\"connecting\" style=\"visibility:hidden\"> Connecting...</div>"; |
548 | 548 | ||
549 | responseString = responseString + "<div id=\"helplinks\">"; | 549 | responseString = responseString + "<div id=\"helplinks\">"; |
550 | responseString = responseString + "<a href=\"http://www.secondlife.com/join/index.php\" target=\"_blank\">Create new account</a> | "; | 550 | responseString = responseString + "<a href=\"#join now link\" target=\"_blank\"></a> | "; |
551 | responseString = responseString + "<a href=\"http://www.secondlife.com/account/request.php\" target=\"_blank\">Forgot password?</a>"; | 551 | responseString = responseString + "<a href=\"#forgot password link\" target=\"_blank\"></a>"; |
552 | responseString = responseString + "</div>"; | 552 | responseString = responseString + "</div>"; |
553 | 553 | ||
554 | responseString = responseString + "<div id=\"channelinfo\"> [$channel] | [$version]=[$lang]</div>"; | 554 | responseString = responseString + "<div id=\"channelinfo\"> [$channel] | [$version]=[$lang]</div>"; |
diff --git a/bin/http_loginform.html.example b/bin/http_loginform.html.example index 41a1083..3ee7289 100644 --- a/bin/http_loginform.html.example +++ b/bin/http_loginform.html.example | |||
@@ -4,7 +4,7 @@ | |||
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 | <meta http-equiv="cache-control" content="no-cache"> | 5 | <meta http-equiv="cache-control" content="no-cache"> |
6 | <meta http-equiv="Pragma" content="no-cache"> | 6 | <meta http-equiv="Pragma" content="no-cache"> |
7 | <title>Second Life Login</title> | 7 | <title>OpenSim Login</title> |
8 | <body><br /> | 8 | <body><br /> |
9 | <div id="login_box"> | 9 | <div id="login_box"> |
10 | 10 | ||
@@ -44,10 +44,11 @@ | |||
44 | </div> | 44 | </div> |
45 | <div id="connecting" style="visibility:hidden"> Connecting...</div> | 45 | <div id="connecting" style="visibility:hidden"> Connecting...</div> |
46 | 46 | ||
47 | <div id="helplinks"> | 47 | <div id="helplinks"><!--- |
48 | <a href="http://www.secondlife.com/join/index.php" target="_blank">Create new account</a> | | 48 | <a href="#new account link" target="_blank">Create new account</a> | |
49 | <a href="http://www.secondlife.com/account/request.php" target="_blank">Forgot password?</a> | 49 | <a href="#forgot password link" target="_blank">Forgot password?</a> |
50 | </div> | 50 | ---></div> |
51 | |||
51 | 52 | ||
52 | <div id="channelinfo"> [$channel] | [$version]=[$lang]</div> | 53 | <div id="channelinfo"> [$channel] | [$version]=[$lang]</div> |
53 | </form> | 54 | </form> |