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 /OpenSim/Framework | |
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
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 6 |
1 files changed, 3 insertions, 3 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>"; |