<?php
require("config.inc.php");
require("top.inc.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. #
# #
#########################################################################
?>
<?php if ($start == 1) { ?>
<script language=javascript>
<!--
window.location.replace('<?php echo $path; ?>viewprojects.php');
// -->
</script>
<?php } elseif ($start == 2) { ?>
<script language=javascript>
<!--
window.location.replace('<?php echo $path; ?>viewallitems.php');
// -->
</script>
<?php } else { ?>
<center>
<h2><?php echo $indextitle; ?><br/>v. <?php echo $version; ?></h2>
<hr width="250"/>
<h3><?php echo $welcomenote; ?><br/><br/><b><?php echo $warning; ?></b></h3>
</center>
<?php } ?>
<?php
require("bottom.inc.php");
?>