Revision 3699
Added by barteau almost 17 years ago
header.html | ||
---|---|---|
2 | 2 |
<html> |
3 | 3 |
<head> |
4 | 4 |
<title>Account Manager</title> |
5 |
<link rel="stylesheet" type="text/css" |
|
6 |
href="@systemidserver@@style-skins-path@/account/account.css"></link> |
|
5 |
<link rel="stylesheet" type="text/css" href="./account.css"/> |
|
7 | 6 |
|
8 | 7 |
</head> |
9 | 8 |
|
10 | 9 |
<body> |
11 | 10 |
<table width="760" border="0" cellspacing="0" cellpadding="0"> |
12 | 11 |
<tr> |
13 |
<!-- |
|
14 |
<td rowspan="3" width="20%" valign="top"> |
|
15 |
<div align="left"><img src="@systemidserver@@style-skins-path@/account/knb-logo.png"></div> |
|
16 |
</td> |
|
17 |
--> |
|
18 | 12 |
<td valign="middle" colspan="4" class="title">Ecoinformatics.org Account Manager</td> |
19 | 13 |
</tr> |
20 | 14 |
<tr> |
... | ... | |
22 | 16 |
</tr> |
23 | 17 |
<tr> |
24 | 18 |
<td valign="top" width="20%"> |
25 |
<p><a href="@systemidserver@@style-skins-path@/account/" target="_top"> Main menu</a></p>
|
|
19 |
<p><a href="./index.jsp" target="_top"> Main menu</a></p>
|
|
26 | 20 |
</td> |
27 |
<!-- |
|
28 |
<td valign="top" width="20%"> |
|
29 |
<p><a href="http://data.nceas.ucsb.edu" target="_top">Repository Home</a></p> |
|
30 |
</td> |
|
31 |
<td valign="top" width="20%"> |
|
32 |
<p><a href="@cgi-prefix@/register-dataset.cgi?cfg=nceas" target="_top">Register a <br>New Data Set</a></p> |
|
33 |
</td> |
|
34 |
<td valign="top" width="20%"><p>Nothin</p> |
|
35 |
</td> |
|
36 |
--> |
|
37 | 21 |
</tr> |
38 | 22 |
</table> |
39 | 23 |
</body> |
Also available in: Unified diff
Turnkey installer modifications: replace ant tokens with relative paths.