<?php
#########################################################################
# Electronic Design Automation - Index (EDA - Index) #
#########################################################################
# #
# Copyright (c) 2003 by Bruno Thomsen (hide@address.com) #
# My Homepage: http://www.spacecave.dk/ #
# Project Homepage: http://eda-index.sourceforge.net/ #
# Project @ SourceForge.net: http://sourceforge.net/projects/eda-index/ #
# Project @ Freshmeat.net: http://freshmeat.net/projects/eda-index/ #
# Project Demo: http://eda-index.sourceforge.net/demo/ #
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
#########################################################################
?>
<center><br/>
<?php if ($pview) {
echo "$printed: ";
$pviewdate = str_replace ("%", "", "$dateformat");
echo date("$pviewdate");
} else { ?>
<hr width="250"/>
<map id="banners"><table cellpadding="3" cellspacing="3" border="0"><tr>
<td><p><a href="http://sourceforge.net"><img src="<?php echo $path; ?>images/sourceforge.png" width="88" height="31" border="0" alt="SourceForge.net Logo" title="SourceForge.net Logo"/></a></p></td>
<td><p><a href="http://validator.w3.org/check/referer"><img src="<?php echo $path; ?>images/valid-xhtml10.png" alt="Valid XHTML 1.0!" title="Valid XHTML 1.0!" height="31" width="88" border="0"/></a></p></td>
<td><p><a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo $path; ?>css/<?php echo $css; ?>.css"><img src="<?php echo $path; ?>images/vcss.png" width="88" height="31" border="0" alt="Valid CSS!" title="Valid CSS!"/></a></p></td>
<td><p><a href="http://eda-index.sourceforge.net" target="edaindex"><img src="<?php echo $path; ?>images/edaindex.png" width="88" height="31" border="0" alt="EDA Index" title="EDA Index"/></a></p></td>
</tr></table></map>
<?php if ($devel) { ?><font size="2"><?php echo $gen; ?> <?php echo (microtime() - $time1); ?> <?php echo $sec; ?></font><?php } ?>
<?php } ?>
</center><br/>
</body>
</html>