<!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"> End User License Agreement</div>
<div>
<iframe src ="<?php echo $set_license_agreement_file; ?>" width="100%" height="300" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
<div class="btn-box">
<p>
<input name="agree_license_chk" type="checkbox" id="agree_license_chk" value="" />
Yes, I have read and agreed to the terms of agreement.</p>
<div id="agree_result" class="kode_box kode_box-warning">Warning</div>
<p>
<input type="button" class="kode_button kode_button-blue" value="Next Step" name="agree_license_btn" id="agree_license_btn" />
</p>
</div>
</div>
<div id="content_right">
<div id="kode_step">
<div id="title">Installation Steps</div>
<ul>
<li class="now">License</li>
<li>Requirement</li>
<li>Parameters</li>
<li>Installing</li>
<li>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>