Sindbad~EG File Manager
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- DW6 -->
<?php include ('include/head.php'); ?>
<body onmousemove="closesubnav(event);">
<?php include ('include/body.php'); ?>
<?php
$WhichDisk = $_GET['WhichDisk'];
if(is_null($WhichDisk))
$WhichDisk = "7";
$ProductType = $_GET['ProductType'];
if(is_null($ProductType))
$ProductType="individual";
?>
<div class="style1" id="pageName">
<h2>Download MathXpert
<img alt="MathXpert logo" src="TransparentMathXpertLogo.gif" height="50" width="118"/>
</h2>
<p>
MathXpert esiste in tre versioni: Supporto all'algebra, Supporto al PreCalcolo, e Supporto al Calcolo.
</p>
<p>
Puoi scaricare una qualunque delle tre versioni, sia in versione di prova (30 giorni), o nella versione senza limiti di tempo.
</p>
<p>
La versione di prova ha tutte le funzionalit� di quella completa, eccetto il fatto che scade dopo 30 giorni, e
ad ogni avvio del programma ti verr� chiesto se vuoi acquistare il prodotto o proseguire nella valutazione.
</p>
<form action="Download2.php" method="post" enctype="multipart/form-data" name="form1">
<table width="739">
<tr>
<td width="239">
<input type="radio" name="ProductType" value= "trial" <?php if($ProductType == "trial") echo "checked" ?>> versione in prova 30 giorni
</td>
<td width="488">
<input type="radio" name="WhichDisk" value="7" <?php if($WhichDisk == "7") echo "checked" ?>>
MathXpert Supporto al Calcolo
(include Precalcolo e Algebra) </td>
</tr>
<tr>
<td>
<input type="radio" name="ProductType" value="individual"<?php if($ProductType == "individual") echo "checked" ?> > Acquista una singola copia
</td>
<td>
<input type="radio" name="WhichDisk" value ="3" <?php if($WhichDisk == "3") echo "checked" ?>>
MathXpert Supporto al PreCalcolo
(include Algebra)</td>
</tr>
<tr>
<td>
<input type="radio" name="ProductType" value= "lab"<?php if($ProductType == "lab") echo "checked" ?> > Acquista una licenza di laboratorio
</td>
<td>
<input type="radio" name="WhichDisk" value="1"<?php if($WhichDisk == "1") echo "checked" ?>> MathXpert Supporto all'Algebra
</td>
</tr>
<tr>
<td>
<input type="radio" name="ProductType" value= "pagato"<?php if($ProductType == "paid") echo "checked" ?> > Ho gi� un numero seriale
</td>
<td>
</td>
</tr>
</table>
<p></p>
<input type="submit" name="Submit" value="Continua">
</p>
</form>
</div>
<?php include ('include/footer.php'); ?>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists