<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Setup - <?php echo $set_product_name. " ". $set_product_version; ?></title>
<link href="kode_style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery.form.js"></script>
<script type="text/javascript" src="js/kode_functions.js"></script>
</head>
<body>
<div id="container">
<div id="head">
<div id="banner"><img src="images/top_head.gif" width="200" height="120" alt="Top" /></div>
<div id="logo"><img src="images/logo.png" width="216" height="80" alt="Logo" /></div>
</div>
<div id="area">Version: <?php echo $set_product_version; ?> </div>
<div id="main">
<div id="content_left">
<div class="title">Installation Completed</div>
<div>
<p style="text-align:center"> </p>
<p style="text-align:center"><img src="images/completed.png" width="128" height="128" alt="Completed" /></p>
<p>Congratulations! You have installed successfully <?php echo $set_product_name. " ". $set_product_version; ?>. <br />
Thank you for choosing PHPKode product.<br />
</p>
</div>
<div class="btn-box">
<input type="button" class="kode_button kode_button-blue" value="Visit installed guestbook" onclick="window.location.href='../'" />
</div>
<div class="btn-box">
<input type="button" class="kode_button kode_button-green" value="Visit PHPGuestbook official site" onclick="window.location.href='<?php echo $set_product_official_site; ?>'" />
</div>
<div style="clear:both;"></div>
</div>
<div id="content_right">
<div id="kode_step">
<div id="title">Installation Steps</div>
<ul>
<li>License</li>
<li>Requirements</li>
<li>Parameters</li>
<li>Installing</li>
<li class="now">Completed</li>
</ul>
</div>
</div>
<div class="spacer"></div>
</div>
<div id="footer">
<div id="copyright"><?php echo $set_product_copyright ?></div>
</div>
</div>
</body>
</html>