<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<?php
require_once('./include.php');
?>
<h2>Modify your index</h2>
<form action="modify.php" method="post">
<p>Source of your URLs?
<select name="source" size="1">
<option>Sitemap</option>
<option>Downloads</option>
<option>News archive</option>
</select>
</p>
<p>Load to which index?
<select name="index" size="1">
<option>Whole site</option>
<option>Downloads</option>
</select>
</p>
<p>Do what?
<select name="what" size="1">
<option>append</option>
<option>create new / overwrite</option>
</select>
</p>
<input type="submit" value="ok">
</form>
</body>
</html>