diff options
author | MW | 2007-03-26 16:51:50 +0000 |
---|---|---|
committer | MW | 2007-03-26 16:51:50 +0000 |
commit | 42ba0712765b93f652a8671269e39ca647b8d05e (patch) | |
tree | d76c780eb4ec1aff0b5485e19f9b3e49bf6b938c /bin/login.htm | |
parent | * Added Prebuild exe (just delete the old one) (diff) | |
download | opensim-SC_OLD-42ba0712765b93f652a8671269e39ca647b8d05e.zip opensim-SC_OLD-42ba0712765b93f652a8671269e39ca647b8d05e.tar.gz opensim-SC_OLD-42ba0712765b93f652a8671269e39ca647b8d05e.tar.bz2 opensim-SC_OLD-42ba0712765b93f652a8671269e39ca647b8d05e.tar.xz |
Added a very very very basic Web front end for admin use - ready to be used in sandbox mode for adding new accounts.
Diffstat (limited to 'bin/login.htm')
-rw-r--r-- | bin/login.htm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/login.htm b/bin/login.htm new file mode 100644 index 0000000..2becee9 --- /dev/null +++ b/bin/login.htm | |||
@@ -0,0 +1,5 @@ | |||
1 | <form action="javascript:setpass();" name="logon" id="logon"> | ||
2 | <p> Admin PassWord: <input type="password" id="Adminpss" size="17" maxlength="34"> </P> | ||
3 | <input type="button" name="button" value="Login" | ||
4 | onclick="javascript:setpass(this.parentNode);"> | ||
5 | </form> \ No newline at end of file | ||