-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnew_method.html
83 lines (81 loc) · 2.9 KB
/
new_method.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>The Retrospective Image Registration Evaluation Project</title>
<meta name="keywords" content="Retrospective,Image,Registration,Evalutation,Project,NLM,Kitware" />
<meta name="description" content="The Retrospective Image Registration Evaluation Project" />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="outer">
<div id="header">
<h2> </h2>
<h1><a href="#">The Retrospective Image Registration Evaluation Project</a></h1>
<h2>R.I.R.E</h2>
</div>
<div id="menu">
<ul>
<li class="first"><a href="index.html" accesskey="1" title="">Home</a></li>
<li><a href="information.html" accesskey="2" title="">Information</a></li>
<li><a href="download.html" accesskey="3" title="">Download</a></li>
<li><a href="view_results.html" accesskey="4" title="">Results</a></li>
<li><a href="myprofile.html" accesskey="5" title="">Login</a></li>
</ul>
</div>
<div id="content">
<div id="primaryContentContainer">
<div id="primaryContent">
<h2>Login</h2>
<form name="form1" id="form1" method="post" action="">
<table>
<tr>
<th width="71"> </th>
<th width="566">Enter your information and press submit
</th>
</tr>
<tr class="rowA">
<td><div align="right">Email:</div></td>
<td>
<input name="login" type="text" id="login" size="40" />
</td>
</tr>
<tr class="rowA">
<td><div align="right">Password:</div></td>
<td><input name="passwd" type="password" id="passwd" size="40" /></td>
</tr>
<tr class="rowA">
<td> </td>
<td><input name="sent" type="submit" id="sent" value="Submit" class=textbox/></td>
</tr>
</table>
</form>
* Not registered yet? <a href="register.html">Register here</a> </div>
</div>
<div class="clear"></div>
</div>
<div id="footer">
<p>Copyright © 2007 <a href="http://www.kitware.com">Kitware Inc</a>.</p>
</div>
</div>
<div style="font-size: 0.8em; text-align: center; margin-top: 1.0em; margin-bottom: 1.0em;"> </div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-701656-3");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>
<script type="text/javascript">
<!--
if (document.loginform) {
document.loginform.login.focus();
}
// -->
</script>