1 |
2971
|
jones
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2 |
|
|
<html>
|
3 |
|
|
<head>
|
4 |
|
|
<title>Account Manager</title>
|
5 |
3699
|
barteau
|
<link rel="stylesheet" type="text/css" href="./account.css"/>
|
6 |
2971
|
jones
|
|
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 |
3699
|
barteau
|
<p><a href="./index.jsp" target="_top"> Main menu</a></p>
|
20 |
2971
|
jones
|
</td>
|
21 |
|
|
</tr>
|
22 |
|
|
</table>
|
23 |
|
|
</body>
|