aboutsummaryrefslogtreecommitdiff
path: root/web/account.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/account.html')
-rwxr-xr-xweb/account.html124
1 files changed, 124 insertions, 0 deletions
diff --git a/web/account.html b/web/account.html
new file mode 100755
index 00000000..ea340644
--- /dev/null
+++ b/web/account.html
@@ -0,0 +1,124 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD><TITLE>User Login</TITLE>
+<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
+<LINK REL="stylesheet" TYPE="text/css" HREF='css/general.css'>
+<LINK REL="stylesheet" TYPE="text/css" HREF='css/menu.css'>
+<SCRIPT SRC="javascript/webqtl.js"></SCRIPT>
+
+
+</HEAD>
+<BODY bottommargin="2" leftmargin="2" rightmargin="2" topmargin="2" text=#000000 bgColor=#ffffff onload ="setFocus('userName')">
+<TABLE cellSpacing=5 cellPadding=4 width="100%" border=0>
+ <TBODY>
+ <TR>
+ <script language="JavaScript" src="/javascript/header.js"></script>
+ </TR>
+ <TR>
+ <TD bgColor=#eeeeee class="solidBorder">
+ <Table width= "100%" cellSpacing=0 cellPadding=5><TR>
+ <!-- Body Start from Here -->
+ <TD vAlign=top width="40%" bgColor=#eeeeee>
+ <P class="title">About User Account</P>
+ <BLOCKQUOTE>
+
+ Access to some GN resources is restricted and is limited to users with IDs and passwords. If
+you have restricted access data in GN then you should already have an account. Once a user
+account has been set up for you, you will be able to login, logoff, change your password,
+etc. by completing the form to the right. <br><br>
+ Please contact Robert W. Williams by email if you have problems accessing
+restricted data sets.
+ </BLOCKQUOTE>
+ </TD>
+ <TD vAlign=top width="60%" bgColor=#eeeeee>
+ <P class="title">Manage Your Account (case sensitive)</P>
+ <P class="subtitle">&nbsp;&nbsp;&nbsp;&nbsp;1. User Login:</P>
+ <Form METHOD="POST" ACTION="/webqtl/main.py" ENCTYPE="multipart/form-data" NAME="USERLOGIN">
+ <BlOCKQUOTE align='center'>
+ <TABLE cellSpacing=0 cellPadding=7 width="80%" border=0>
+ <TBODY>
+ <TR>
+ <TD align=center colspan=2></TD>
+ </TR>
+ <TR>
+ <TD align=right>Name: </TD>
+ <TD><INPUT TYPE="TEXT" id="userName" NAME="user" SIZE=12 MAXLENGTH=20></TD>
+ </TR>
+ <TR>
+ <TD align=right>Password: </TD>
+ <TD><INPUT TYPE="password" NAME="password" SIZE=12 MAXLENGTH=20></TD>
+ </TR>
+ <TR>
+ <TD colspan=2 align=center>
+ <INPUT TYPE="submit" NAME="submit" VALUE="Submit" CLASS="button">
+ <INPUT TYPE="reset" NAME="reset" VALUE="Reset" CLASS="button">
+ <BlOCKQUOTE align='center'>Click <A HREF="/webqtl/main.py?FormID=userLogoff">here</A> to logoff</BLOCKQUOTE>
+ </TD>
+ </TR>
+ </TBODY>
+ </TABLE>
+ </Blockquote>
+ <INPUT TYPE="hidden" NAME="FormID" VALUE="userLogin">
+ </FORM>
+ <P class="subtitle">&nbsp;&nbsp;&nbsp;&nbsp;2. Change Password:</P>
+ <Form METHOD="POST" ACTION="/webqtl/main.py" ENCTYPE="multipart/form-data" NAME="USERPASSWD">
+ <BlOCKQUOTE align='center'>
+ <TABLE cellSpacing=0 cellPadding=7 width="80%" border=0>
+ <TBODY>
+ <TR>
+ <TD align=right>Name: </TD>
+ <TD><INPUT TYPE="TEXT" NAME="user" SIZE=12 MAXLENGTH=20></TD>
+ </TR>
+ <TR>
+ <TD align=right>Password: </TD>
+ <TD><INPUT TYPE="password" NAME="password" SIZE=12 MAXLENGTH=20></TD>
+ </TR>
+ <TR>
+ <TD align=right>New Password: </TD>
+ <TD><INPUT TYPE="password" NAME="newpassword" SIZE=12 MAXLENGTH=20></TD>
+ </TR>
+ <TR>
+ <TD align=right>Retype <br>New Password: </TD>
+ <TD><INPUT TYPE="password" NAME="retypepassword" SIZE=12 MAXLENGTH=20></TD>
+ </TR>
+ <TR>
+ <TD colspan=2 align=center>
+ <INPUT TYPE="submit" NAME="submit" VALUE="Submit" CLASS="button">
+ <INPUT TYPE="reset" NAME="reset" VALUE="Reset" CLASS="button">
+ </TD>
+ </TR>
+ </TBODY>
+ </TABLE>
+ </Blockquote>
+ <INPUT TYPE="hidden" NAME="FormID" VALUE="userPasswd">
+ </FORM>
+ </TD>
+ </TR></TABLE>
+ </TD>
+ </TR>
+ <TR>
+ <TD align=center bgColor=#ddddff class="solidBorder">
+ <!--Start of footer-->
+ <TABLE width="90%">
+ <script language='JavaScript' src='/javascript/footer.js'></script>
+ </TABLE>
+ <!--End of footer-->
+ </TD>
+ </TR>
+</TABLE>
+<!-- /Footer -->
+<script language="JavaScript" src="javascript/menu_new.js"></script>
+<script language="JavaScript" src="javascript/menu_items.js"></script>
+<script language="JavaScript" src="javascript/menu_tpl.js"></script>
+<script language="JavaScript">
+ <!--//
+ new menu (MENU_ITEMS, MENU_POS);
+ //-->
+</script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-3782271-1";
+urchinTracker();
+</script>
+</BODY>
+</HTML>