You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
830 B
25 lines
830 B
<?php // the ever-present navigation bar
|
|
header("Pragma: no-cache");
|
|
header("Content-type: text/html");
|
|
$basetarget = "main";
|
|
include("html/head.std");
|
|
?>
|
|
|
|
<table border=0 width=580>
|
|
<tr>
|
|
<td class=nav><a href="home.php3">
|
|
<img src="graphics/home.gif" width=114 height=24 border=0></a></td>
|
|
<td class=nav><a href="econ_dev.php3">
|
|
<img src="graphics/econ_dev.gif" width=114 height=24 border=0></a></td>
|
|
<td class=nav><a href="comm_dev.php3">
|
|
<img src="graphics/comm_dev.gif" width=114 height=24 border=0></a></td>
|
|
<td class=nav><a href="search.php3?content=member">
|
|
<img src="graphics/member.gif" width=114 height=24 border=0></a></td>
|
|
<td class=nav><a href="mini.php3?content=request">
|
|
<img src="graphics/em_info.gif" width=114 height=24 border=0></a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<?php // clean up html tags
|
|
include("html/tail.std");
|
|
?>
|