diff options
Diffstat (limited to 'bin/http_loginform.html.example')
-rw-r--r-- | bin/http_loginform.html.example | 11 |
1 files changed, 6 insertions, 5 deletions
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> |