<!doctype html>
<html>
<head>
<style type="text/css" media="print">
.nover {display:none}
</style>
<meta charset="utf-8">
<link href="estilos.css" rel="stylesheet" type="text/css">
<title>Entrega de Tesis</title>
</head>
<body>
<form action="registro.php" method="POST">
<div class="group">
<FONT SIZE=-20>fr-ccblev-03-05-04 v.0</font>
<img src="logo.png" align="right" width="161" height="64" />
<label for="autores">Nª<span><em>(requerido)</em></span>
<input type="text" id="name" name="user_name"></label>
<br>
</table>
<h2 class="titulo">PAZ Y SALVO</h2>
<center><h4 class ="trabajogrado">Trabajo de Grado</h4></center>
<table width="50%" align="center" class="amd">
<font size="1">
<script
languaje="JavaScript">
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Domingo,","Lunes,","Martes,","Miércoles,","Jueves,","Viernes,","Sábado,")
var montharray=new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre")
document.write("<font color='black' face='Verdana' style='font-size:14pt'>"+dayarray[day]+" "+daym+" de "+montharray[month]+" de "+year+"</font>")
</script></font>
<br>
<br>
</table>
<label for="titulo"><h3> Titulo <span><em>(requerido)</em></span></label>
<input type="text" name="titulo" class="form-input" required/>
<label for="autores">Autores <span><em>(requerido)</em></span></label>
<input type="text" name="autores" class="form-input" required/>
<label for="programaAcademico">Programa Académico <span><em>(requerido)</em></span></label>
<input type="text" name="programa" class="form-input" />
<label for="Recibidolbl">Recibido <span><em>(requerido)</em></span></label>
<input type="text" name="recibido" class="form-input" />
<label for="formatolbl"><h1>Formato</h1><span></span></label>
<input type="radio" name="formato" value="CD">CD
<input type="radio" name="formato" value="DVD">DVD
<input type="radio" name="formato" value="IMPRESO">IMPRESO
<input type="radio" name="formato" value="PDF">PDF
<input type="button" class ="nover" value="IMPRIMIR" onClick="window.print()">
<td><input width="201" height="35" type="submit" class ="nover" value="GUARDAR" ></input></td>
<br>
<br>
</p>
</form>
</div>
</body>
</html>