aboutsummaryrefslogtreecommitdiff
path: root/web/account.html
diff options
context:
space:
mode:
authorzsloan2015-03-27 20:28:51 +0000
committerzsloan2015-03-27 20:28:51 +0000
commitd0911a04958a04042da02a334ccc528dae79cc17 (patch)
tree3c48e2e937c1dbeaf00a5697c87ed251afa5c8f1 /web/account.html
parenta840ad18e1fe3db98a359a159e9b9b72367a2839 (diff)
downloadgenenetwork2-d0911a04958a04042da02a334ccc528dae79cc17.tar.gz
Removed everything from 'web' directory except genofiles and renamed the directory to 'genotype_files'
Diffstat (limited to 'web/account.html')
-rwxr-xr-xweb/account.html124
1 files changed, 0 insertions, 124 deletions
diff --git a/web/account.html b/web/account.html
deleted file mode 100755
index ea340644..00000000
--- a/web/account.html
+++ /dev/null
@@ -1,124 +0,0 @@
-<!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>