<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="refresh" content="1; URL=install.php">
<title>ComVironment - Windows Testversion - Installer</title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#AA5522" vlink="#772200" alink="#000000">
<?php
function divtop()
{
echo "<div style=\"";
echo "font-family:Verdana,Arial,Helvetica,sans-serif;";
echo "background-color:#ffffff;";
echo "width:710px;";
echo "z-index:1;";
echo "padding:0px;";
echo "font-size:80%;";
echo "font-color:#666666;";
echo "border:solid 1px #7f7f7f;";
echo "\">\n";
echo "<img src=\"images/banner_top.jpg\"><br>";
}
function divbottom()
{
echo "</div>\n";
echo "<div style=\"";
echo "font-family:Verdana,Arial,Helvetica,sans-serif;";
echo "font-size:80%;";
echo "font-color:#666666;";
echo "width:710px;";
echo "border:solid 1px #7f7f7f;";
echo "border-top:none;";
echo "\">\n";
echo "ComVironment<sup>®</sup> ist ein eingetragenes Warenzeichen von Thomas Lerche\n";
echo "</div>\n";
echo "</body>";
echo "</html>";
exit;
}
divtop();
echo "<h2>Willkommen zur Installation von ComVironment</h2>\n\n";
echo "<br>";
echo "Wenn Sie nicht automatisch weitergeleitet werden, ";
echo "klicken Sie bitte ";
echo "<a href=\"http://localhost/comvironment/install.php\"> ";
echo "hier</a>.";
echo "<br><br>";
divbottom();
?>
</body>