__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<!DOCTYPE html>
<html lang="es">
<head>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<title>Inscripción de monitores docentes</title>
<link rel="stylesheet" media="screen" href="styles.css" >
<!–[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk
/html5.js"></script>
<![endif]–>
</head>
<link rel="stylesheet" type="text/css" href="jquery-ui-1.7.2.custom.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
<script type="text/javascript" src="jquery-2.1.1.min.js"></script>
<SCRIPT language=JavaScript src="ajax.js" type=text/javascript></SCRIPT>
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>
<?php
include 'conectarbdsql.php';
$link = Conectarse();
mysqli_set_charset($link, "utf8");
function GetDepartamentos(){
$link=Conectarse();
$consulta="select *
from departamentos
order by nombre";
$ver = mysqli_query($link, $consulta)or die("Error departamentos".mysqli_error());
return $ver;
}
function Geteps(){
$link=Conectarse();
$consulta="select *
from eps
order by nombre";
$ver = mysqli_query($link, $consulta)or die("error eps".mysqli_error());
return $ver;
}
?>
<script type="text/javascript">
function cargamunicipio1(municipio){
cargamunicipio(municipio);
}
function cargamunicipioresidencia(municipio){
cargamunicipio2(municipio);
}
</script>
<body>
<center>
<article id="monitoria">
<header>
<table border="1" width="900px" style="border:1px solid #aaa;">
<tr>
<td align="center" valign="center" rowspan="4"><img src="logo.png"/></td>
<td align="center" valign="center" rowspan="2">UNIVERSIDAD DE LOS LLANOS </td>
<td align="center" valign="center" colspan="3">CÓDIGO: FO-DOC-12</td>
</tr>
<tr>
<td align="center" valign="center">VERSIÓN: 01 </td>
<td align="center" valign="center">PAGINA: 1 de 1</td>
</tr>
<tr>
<td align="center" valign="center">PROCESO DE DOCENCIA </td>
<td align="center" valign="center" colspan="2">FECHA: 15/02/2013 </td>
</tr>
<tr>
<td align="center" valign="center" >FORMATO DE INSCRIPCION PARA AUXILIARES DE DOCENCIA </td>
<td align="center" valign="center" colspan="2">VIGENCIA: 2013 </td>
</tr>
</table>
<br />
</header>
<form class="contact_form" action="auxiliaresguardar.php" method="post">
<br />
<font style="color:red;">
<STRONG>NOTA: </STRONG> El total de las horas de actividades de monitoría y auxiliar de docencia no debe superar las 16 horas semanales por estudiante.
</font>
<br /><br />
<div id="datos_per" style="width: 1000px;">
<fieldset>
<legend>DATOS PERSONALES</legend>
<table width="900px" border="0">
<tr><td>
<label>Tipo de documento:</label>
<select name="tipo_doc" required>
<option value="">Seleccione un tipo</option>
<option value="TI">Tarjeta de identidad</option>
<option value="CC">Cedula de ciudadania</option>
<option value="CE">Cedula de extranjeria</option>
</select> *
</td><td>
<label>Numero:</label>
<input type="number" name="numero_doc" id="numero_doc" required> *
</td></tr>
<tr><td>
<label>Carrera:</label>
<select id="carrera" name="carrera" >
<option value="">Seleccione una carrera</option>
<option value="1">ADMINISTRACION DE EMPRESAS (Jornada Diurna)</option>
<option value="2">ADMINISTRACION DE EMPRESAS (Jornada Nocturna)</option>
<option value="3">BIOLOGIA</option>
<option value="4">CONTADURIA PUBLICA (Jornada Diurna)</option>
<option value="5">CONTADURIA PUBLICA (Jornada Nocturna)</option>
<option value="6">ECONOMIA</option>
<option value="7">ENFERMERIA</option>
<option value="8">INGENIERIA AGROINDUSTRIAL</option>
<option value="9">INGENIERIA AGRONOMICA</option>
<option value="10">INGENIERIA DE SISTEMAS</option>
<option value="11">INGENIERIA ELECTRONICA</option>
<option value="12">LICENCIATURA EN EDUCACION FISICA</option>
<option value="13">LICENCIATURA EN MATEMATICAS Y FISICA</option>
<option value="14">LICENCIATURA EN PEDAGOGIA INFANTIL</option>
<option value="15">LICENCIATURA EN PRODUCCION AGROPECUARIA</option>
<option value="16">MEDICINA VETERINARIA Y ZOOTECNIA</option>
<option value="17">MERCADEO</option>
<option value="18">TECNOLOGIA EN GESTION DE EMPRESAS PECUARIAS (Villavicencio)</option>
<option value="19">TECNOLOGIA EN REGENCIA DE FARMACIA</option>
<option value="20">INGENIERÍA AMBIENTAL</option>
<option value="21">LICENCIATURA EN MATEMÁTICAS</option>
<option value="22">LICENCITARUA EN EDUCACIÓN FÍSICA Y DEPORTE</option>
<option value="23">LICENCIATURA EN EDUCACIÓN INFANTIL</option>
<option value="24">LICENCIATURA EN EDUACIÓN CAMPESINA Y RURAL</option>
<option value="28">LICENCIATURA EN ESPAÑOL E INGLES</option>
<option value="25">FONOAUDIOLOGÍA</option>
<option value="26">FISIOTERAPIA</option>
<option value="27">INGENIERIA DE PROCESOS</option>
</select> *
</td><td>
<label>Codigo:</label>
<input type="number" name="codigo" id="codigo" required> *
</td></tr>
<tr>
<td>
<label>Primer nombre:</label>
<input type="text" name="p_nombre" required > *
</td>
<td>
<label>Segundo nombre:</label>
<input type="text" name="s_nombre" required>
</td>
</tr>
<tr>
<td>
<label>Primer apellido:</label>
<input type="text" name="p_apellido" required > *
</td>
<td>
<label>Segundo apellido:</label>
<input type="text" name="s_apellido" required>
</td>
</tr>
<tr>
<td>
<label>Genero:</label>
<select name="genero" required>
<option value="">Seleccione un tipo</option>
<option value="F">Femenino</option>
<option value="M">Masculino</option>
</select> *
</td>
<td>
<label>Telefono:</label>
<input type="number" name="telefono" required> *
</td>
</tr>
<tr>
<td>
<label>Celular:</label>
<input type="number" name="celular" required> *
</td>
<td>
<label>Email:</label>
<input type="email" name="correo" required> *
</td>
</tr>
<tr>
<td colspan="2">
<label>Eps:</label>
<?php
$eps=Geteps();
?>
<select name="eps" required>
<option value="">Seleccione una eps</option>
<?php
while($eps_datos = mysqli_fetch_array($eps))
{
echo "<option value=$eps_datos[cod_eps] >$eps_datos[nombre]</option>";
}
?>
</select> *
</td>
</tr>
<tr>
<td colspan="2">
<label>Fecha de nacimiento:</label>
<input type="date" name="fecha" required> *
</td>
</tr>
<tr>
<td>
<label>Departamento nacimiento:</label>
<?php
$departamentos=GetDepartamentos();
?>
<select name="departamento_nacimiento" onchange='cargamunicipio1(this.value)' required>
<option value="">Seleccione un departamento</option>
<?php
while($departamentos_datos = mysqli_fetch_array($departamentos))
{
echo "<option value=$departamentos_datos[cod_departamento] >$departamentos_datos[nombre]</option>";
}
?>
</select> *
</td>
<td>
<label>Municipio nacimiento:</label>
<select name="municipio_nacimiento" id="municipio_nacimiento" required>
<option value="">Seleccione un municipio</option>
</select> *
</td>
</tr>
<tr>
<td>
<label>Barrio residencia</label>
<input type="text" name="barrio" required>
</td>
<td>
<label>Direccion:</label>
<input type="text" name="direccion" required>
</td>
</tr>
<tr>
<td>
<label>Departamento residencia:</label>
<?php
$departamentos_resi=GetDepartamentos();
?>
<select name="departamento_residencia" onchange='cargamunicipioresidencia(this.value)' required>
<option value="">Seleccione un departamento</option>
<?php
while($departamentos_datos_resi = mysqli_fetch_array($departamentos_resi))
{
echo "<option value=$departamentos_datos_resi[cod_departamento] >$departamentos_datos_resi[nombre]</option>";
}
?>
</select> *
</td>
<td>
<label>Municipio residencia:</label>
<select name="municipio_residencia" id="municipio_residencia" required>
<option value="">Seleccione un municipio</option>
</select> *
</td>
</tr>
<tr>
</table>
</fieldset>
</div>
<br /><br />
<div id="monitoria" style="width: 1000px;">
<fieldset>
<legend>POSTULACIÓN A AUXILIAR DOCENTE</legend>
<table width="900px" border="0">
<tr>
<td colspan="6">
<label>Dependencia:</label>
<input type="text" name="dependencia" size='30' maxlength='30' width="400px" required> *
</td>
</tr>
<tr>
<td colspan="3">
<label>Curso:</label>
<input type="text" name="curso" size='30' maxlength='30' width="400px" required> *
</td>
<td colspan="3">
<label>Codigo curso <br />(si aplica):</label>
<input type="number" name="codigo_curso" size='10' maxlength='10' width="400px" required>
</td>
</tr>
<tr>
<td colspan="3">
<label>Horario:</label>
<input type="text" name="horario" size='200' maxlength='200' width="400px" required> *
</td>
<td colspan="3">
<label>Horas Semanales:</label>
<input type="number" name="horas" size='200' maxlength='200' width="400px" required> *
</td>
</tr>
<tr>
<td colspan="6">
<label>Lugar:</label>
<select name="lugar" required>*
<option value="">Seleccione un lugar</option>
<option value="B">Barcelona: Km. 12 Vía Puerto López</option>
<option value="S">San Antonio: Calle 37 No. 41-02 Barzal </option>
<option value="E">Emporio: Calle 40 A No. 28-32 Emporio</option>
<option value="G">Boquemonte: KM 2 Via San Juan de Arama - Granada, Meta</option>
</td>
</tr>
</table>
</fieldset>
</div>
<br /><br />
<div id="academica" style="width: 1000px;">
<fieldset>
<legend>INFORMACIÓN ACADEMICA</legend>
<br /><font style="color:red;">(Por favor no usar comas en las notas, solo punto)</font>
<table width="900px" border="0">
<tr>
<td colspan="2">
<label >Semestres cursados</label>
<input type="number" name="semestres" id="academico" required> *
</td>
<td colspan="2">
<label >Promedio de carrera</label>
<input type="float" name="promedio" id="academico" required> *
</td>
<td colspan="2">
<label id="nota">Calificación en el area para auxiliar docente</label>
<input type="float" name="nota" id="academico" required> *
</td>
</tr>
</table>
</fieldset>
</div>
<br />
<button class="submit" type="submit">Guardar</button>
</form>
</article>
</center>
</body>
</html>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| fonts | Folder | 0775 |
|
|
| inscritos | Folder | 0775 |
|
|
| inscritosauxiliar | Folder | 0777 |
|
|
| acta.php | File | 5.07 KB | 0664 |
|
| ajax.js | File | 1.8 KB | 0664 |
|
| auxiliares.php | File | 11.58 KB | 0664 |
|
| auxiliaresguardar.php | File | 11.17 KB | 0664 |
|
| carga_municipios.php | File | 701 B | 0664 |
|
| class.ezpdf.php | File | 53.66 KB | 0664 |
|
| class.pdf.php | File | 97.95 KB | 0664 |
|
| conectarbdsql.php | File | 380 B | 0664 |
|
| cronogramaexamen.png | File | 42.13 KB | 0664 |
|
| encaauxiliar.png | File | 78.18 KB | 0664 |
|
| encamonitor.png | File | 27.36 KB | 0664 |
|
| encamonitor2.png | File | 74.51 KB | 0664 |
|
| encuesta.php | File | 20.08 KB | 0664 |
|
| generarreporte.php | File | 5.04 KB | 0664 |
|
| index.html | File | 9 B | 0664 |
|
| index.php | File | 0 B | 0664 |
|
| jquery-2.1.1.min.js | File | 82.27 KB | 0664 |
|
| jquery-ui-1.7.2.custom.css | File | 25.51 KB | 0664 |
|
| logo.png | File | 11.55 KB | 0664 |
|
| monitores.php | File | 13.86 KB | 0664 |
|
| monitoresguardar.php | File | 13.38 KB | 0664 |
|
| reporte.php | File | 2.35 KB | 0664 |
|
| styles.css | File | 3.74 KB | 0664 |
|