1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
<html>
|
3
|
<head>
|
4
|
<title>Account Manager</title>
|
5
|
<link rel="stylesheet" type="text/css" href="./account.css"/>
|
6
|
|
7
|
</head>
|
8
|
|
9
|
<body>
|
10
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
11
|
<tr>
|
12
|
<td valign="middle" colspan="4" class="title">Ecoinformatics.org Account Manager</td>
|
13
|
</tr>
|
14
|
<tr>
|
15
|
<td class="spacerrow" valign="top" colspan="4"> </td>
|
16
|
</tr>
|
17
|
<tr>
|
18
|
<td valign="top" width="20%">
|
19
|
<p><a href="./index.jsp" target="_top"> Main menu</a></p>
|
20
|
</td>
|
21
|
</tr>
|
22
|
</table>
|
23
|
</body>
|