1 |
|
<? include("title.inc"); ?> |
2 |
|
|
3 |
– |
<hr style="color:#9999ff;"> |
4 |
– |
|
3 |
|
<p> </p> |
4 |
+ |
<p> </p> |
5 |
|
|
6 |
< |
<table align="center" border="0" cellpadding="5"> |
7 |
< |
<tr> |
8 |
< |
<td colspan="2"><b><font size="+1">Reports Centre</font></b></td> |
9 |
< |
</tr> |
10 |
< |
<tr> |
11 |
< |
<td> |
12 |
< |
<a href="latest.php"><img src="latest_logo.gif" border="0" width="32" height="32"></a> |
13 |
< |
</td> |
14 |
< |
<td> |
15 |
< |
<b>Latest reports</b> |
16 |
< |
</td> |
17 |
< |
</tr> |
18 |
< |
<tr> |
19 |
< |
<td> |
20 |
< |
<a href="browser.php"><img src="historical_logo.gif" border="0" width="32" height="32"></a> |
21 |
< |
</td> |
22 |
< |
<td> |
23 |
< |
<b>Historical reports</b> |
24 |
< |
</td> |
25 |
< |
</tr> |
26 |
< |
<tr> |
27 |
< |
<td> |
28 |
< |
<a href="alerts.php"><img src="alert_logo.gif" border="0" width="32" height="32"></a> |
29 |
< |
</td> |
30 |
< |
<td> |
31 |
< |
<b>Alerts</b> |
32 |
< |
</td> |
33 |
< |
</tr> |
6 |
> |
<table align="center" width="100%" border="0" cellspacing="2" cellpadding="2" bgcolor="#000066"> |
7 |
> |
<tr> |
8 |
> |
<td align="center"><b><font size="+1" color="#ffffff">Reports Centre</font></b></td> |
9 |
> |
</tr> |
10 |
> |
<tr bgcolor="#ffffff"> |
11 |
> |
<td> |
12 |
> |
<table align="center" border="0" cellpadding="10"> |
13 |
> |
<tr> |
14 |
> |
<td> |
15 |
> |
<a href="latest.php"><img alt="Latest" src="latest_logo.gif" border="0" width="32" height="32"></a> |
16 |
> |
</td> |
17 |
> |
<td> |
18 |
> |
<b>Latest reports</b> |
19 |
> |
</td> |
20 |
> |
</tr> |
21 |
> |
<tr> |
22 |
> |
<td> |
23 |
> |
<a href="browser.php"><img alt="History" src="historical_logo.gif" border="0" width="32" height="32"></a> |
24 |
> |
</td> |
25 |
> |
<td> |
26 |
> |
<b>Historical reports</b> |
27 |
> |
</td> |
28 |
> |
</tr> |
29 |
> |
<tr> |
30 |
> |
<td> |
31 |
> |
<a href="alerts.php"><img alt="Alerts" src="alert_logo.gif" border="0" width="32" height="32"></a> |
32 |
> |
</td> |
33 |
> |
<td> |
34 |
> |
<b>Alerts</b> |
35 |
> |
</td> |
36 |
> |
</tr> |
37 |
> |
</table> |
38 |
> |
</td> |
39 |
> |
</tr> |
40 |
|
</table> |
41 |
|
|
42 |
|
<p> </p> |
43 |
|
|
44 |
< |
<hr style="color:#9999ff;"> |
44 |
> |
<p align="center"> |
45 |
> |
<a href="http://validator.w3.org/check/referer"><img border="0" src="valid-html401.gif" alt="Valid HTML 4.01!" height="31" width="88"></a> |
46 |
> |
</p> |
47 |
|
|
48 |
|
<? include("bottom.inc"); ?> |