diff options
author | MW | 2007-03-27 09:35:03 +0000 |
---|---|---|
committer | MW | 2007-03-27 09:35:03 +0000 |
commit | 39c7fe5ec737c6cf259fd98d20723423419e847d (patch) | |
tree | d8dc563b7fef4ce9dcc34fbcc31c3fcc7d99d49f /bin | |
parent | * Now there's one Console class, and instead the apps responds to cmd's and s... (diff) | |
download | opensim-SC_OLD-39c7fe5ec737c6cf259fd98d20723423419e847d.zip opensim-SC_OLD-39c7fe5ec737c6cf259fd98d20723423419e847d.tar.gz opensim-SC_OLD-39c7fe5ec737c6cf259fd98d20723423419e847d.tar.bz2 opensim-SC_OLD-39c7fe5ec737c6cf259fd98d20723423419e847d.tar.xz |
Added REST-handler interface for the http server and changed the Admin Web front end to one.
Diffstat (limited to '')
-rw-r--r-- | bin/login.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/login.htm b/bin/login.htm index 2becee9..683af10 100644 --- a/bin/login.htm +++ b/bin/login.htm | |||
@@ -1,5 +1,5 @@ | |||
1 | <form action="javascript:setpass();" name="logon" id="logon"> | 1 | <form action="javascript:setpass();" name="logon" id="logon"> |
2 | <p> Admin PassWord: <input type="password" id="Adminpss" size="17" maxlength="34"> </P> | 2 | <p> Admin Password: <input type="password" id="Adminpss" size="17" maxlength="34"> </P> |
3 | <input type="button" name="button" value="Login" | 3 | <input type="button" name="button" value="Login" |
4 | onclick="javascript:setpass(this.parentNode);"> | 4 | onclick="javascript:setpass(this.parentNode);"> |
5 | </form> \ No newline at end of file | 5 | </form> \ No newline at end of file |