diff options
author | Adam Frisby | 2007-07-11 08:02:47 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-11 08:02:47 +0000 |
commit | 5c7ffdde0b9642a42e8f5987e06eb01220ff7776 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /bin/newaccountform.htm | |
parent | Who would have known that the only way of specifying utf-8 without preamble, ... (diff) | |
download | opensim-SC-5c7ffdde0b9642a42e8f5987e06eb01220ff7776.zip opensim-SC-5c7ffdde0b9642a42e8f5987e06eb01220ff7776.tar.gz opensim-SC-5c7ffdde0b9642a42e8f5987e06eb01220ff7776.tar.bz2 opensim-SC-5c7ffdde0b9642a42e8f5987e06eb01220ff7776.tar.xz |
* Wiping trunk in prep for Sugilite
Diffstat (limited to 'bin/newaccountform.htm')
-rw-r--r-- | bin/newaccountform.htm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/newaccountform.htm b/bin/newaccountform.htm deleted file mode 100644 index d21b983..0000000 --- a/bin/newaccountform.htm +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | <form action="javascript:get(document.getElementById('myform'));" name="myform" id="myform"> | ||
2 | <p> First Name: <input type="text" id="FirstName" size="17" maxlength="44"> </P> | ||
3 | <p> Last Name: | ||
4 | <input type="text" id="LastName" size="17" maxlength="44"> </p> | ||
5 | <p> PassWord: | ||
6 | <input type="password" id="PassWord" size="17" maxlength="44"> </p> | ||
7 | <br> | ||
8 | <input type="button" name="button" value="Create" onclick="javascript:get(this.parentNode);"> | ||
9 | </form> \ No newline at end of file | ||