<html>
<body background='imagenes/colores1.jpg'>



<marquee><img src="imagenes/HAPPY.gif" width="50" height="50"><font size=+3> Digite el Nombre o Apellido del maestr@ y luego presione "BUSCAR MAESTR@" </FONT><img src="imagenes/HAPPY.gif" width="50" height="50"></marquee>

<?php
include "conexion.php";
$link=conectar();
//eliminar1.php toma los datos para la busqueda esto se va a eliminar2.php




print "<center>
		<table border=2 width=200 height=250 cellspacing=0 cellpadding=10>
		<form action=eliminar_maestro2.php method=post>
				<input type=hidden name=todos value=0>
		<tr>
			<td align=center><b><marquee><font size=+3 color=red>ELIMINANDO</font></marquee></b></td>

		</tr>

		<tr>
			<td align=center><b>Nombre1:</b><input type=text name=nombre1></td>
		</tr>

		<tr>
			<td align=center><b>Apellido1:</b><input type=text name=apellido1></td>
		</tr>
				
				
		<tr>
			<td align=center><input type=submit value='Buscar maestr@'><input type=reset value='Limpiar Casillas'></td>
		</tr>


		</form>


			<form action=eliminar_maestro2.php method=post>
				<input type=hidden name=todos value=1>
				<tr>
					<td align=center><input type=submit value='Mostrar Todos los Maestr@s'></td>
				</tr>
			</form>

			

		<tr>
			<form action=administrador.php method=post >
				<td align=center><input type=submit value='Regresar a menu principal'></td>
		</tr>
			</form>
	</center>
";



?>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>


</body>
</html>