<html>
<head>
<title>Foto Web</title>
</head>
<body background="fondo.gif">
<?php
require "setup.php";
require "$languajefile";
echo "<center><b>$catorce</B></CENTER>";
echo "<center>";
echo "<form action='borrar.php' method='post'>";
echo "<b>$quince<b><br>";
echo "<select name='campo' size='1'>";
echo "<option></option>";
echo "<option>datos </option>";
echo "<option>fecha </option>";
echo "<option>link </option>";
echo "<option>coleccion </option>";
echo "</select><br>";
echo "<br>";
echo "<b>$dieciseis</b><br>";
echo "<input type='text' size='20' name='concepto'><br>";
echo "<br>";
echo "<input type='submit' value='$diecisiete'> </p>";
echo "</form>";
echo "<br>";
echo "<a href='index.php'>$cincuenta</a>";
echo "</center>";
?>
</body>
</html>