Viewing file: registro_capacitacion.php (17.46 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<title>mi SDA</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
body {
background-color: #333333;
}
.Estilo5 {
color: #FFFFFF;
font-weight: bold;
}
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
color: #333333;
text-decoration: none;
}
a:active {
color: #FF3300;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.Highlight {background-color:#999999}
.Normal{background-color:#666666}
.Estilo48 {font-size: 18}
.Estilo49 {font-size: 12px}
.Estilo54 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Estilo55 {font-size: 12}
.style1 {color: #999999}
.style2 {
color: #FFFFFF;
font-size: 20px;
}
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color: #F3F3F3;
border: 1px solid #33CCFF;
}
.Estilo61 {
font-size: 24px;
font-family: Arial, Helvetica, sans-serif;
}
.tabla1 {
border: 1px none #CCCCCC;
}
.Estilo56 {color: #FFFFFF}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function validar(){
if(document.registro.tema.value==""){
alert("Por favor ingrese el tema de la capacitación");
document.registro.tema.focus();
document.registro.tema.style.backgroundColor="yellow";
return false;
}
if ( ( document.registro.persona[0].checked == false ) && (document.registro.persona[1].checked == false)){
alert("Seleccione el tipo de persona");
document.registro.persona[0].focus();
return false;
}
if(document.registro.nombre.value==""){
alert("Por favor ingrese su nombre");
document.registro.nombre.focus();
document.registro.nombre.style.backgroundColor="yellow";
return false;
}
if(document.registro.identi.value==""){
alert("Por favor ingrese la identificación NIT o cédula");
document.registro.identi.focus();
document.registro.identi.style.backgroundColor="yellow";
return false;
}
if (isNaN(parseInt(document.registro.identi.value))) {
alert("Ingrese solo numeros en el campo identificacion");
document.registro.identi.focus();
document.registro.identi.style.backgroundColor="yellow";
return false;
}
if ( ( document.registro.genero[0].checked == false ) && (document.registro.genero[1].checked == false)){
alert("Seleccione su género");
document.registro.genero[0].focus();
return false;
}
if(document.registro.dependencia.value==0)
{
alert("Seleccione una dependencia");
document.registro.dependencia.focus();
return false;
}
if(document.registro.estrato.value==0)
{
alert("Seleccione un estrato");
document.registro.estrato.focus();
return false;
}
if(document.registro.localidad.value==0)
{
alert("Seleccione una localidad");
document.registro.localidad.focus();
return false;
}
if(document.registro.edad.value==0)
{
alert("Seleccione un rango de edad");
document.registro.edad.focus();
return false;
}
if(document.registro.categoria.value==0)
{
alert("Seleccione una categoria de capacitación");
document.registro.categoria.focus();
return false;
}
}
//-->
</script>
</head>
<body>
<div align="center"> <a href="/reqintranet.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','file:///X|/imadam/charco01.jpg',1)"><img src="images/top2008.jpg" name="Image2" width="760" height="100" border="0"></a>
<table width="760" border="0" cellpadding="1" cellspacing="0" align="center">
<tr bgcolor="#666666">
<td width="65" bgcolor="#666666"> <div align="center" class="Estilo56"><a href="http://192.168.10.3/php/reqintranet.php"><font color="#FFFFFF">INICIO</font></a></div></td>
<td width="75" bgcolor="#666666" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'">
<div align="center"><a href="./reqnoticias2.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">NOTICIAS</font></span></a></div></td>
<td width="78" bgcolor="#666666" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'"><div align="center"><a href="./reqsistemasform2.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">SOPORTE</font></span></a></div></td>
<td width="102" bgcolor="#666666" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'"><div align="center"><a href="./reqlegis.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">LEGISLACIÓN</font></span></a></div></td>
<td width="90" bgcolor="#666666" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'"><div align="center"><a href="./reqdamaweb.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">WEB
SDA</font> </span></a></div></td>
<td width="81" bgcolor="#666666" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'"><div align="center"><a href="./reqlinks.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">LINKS</font>
</span></a></div></td>
<td width="78" bgcolor="#666666" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'"><div align="center"><a href="./reqindice.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">INDICE</font></span></a></div></td>
</tr>
</table>
</div>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="760">
<tbody><tr bgcolor="#FFFFFF">
<td bgcolor="#0F60B1"> </td>
</tr>
</tbody></table>
<table width="760" height="276" border="0" align="center" cellpadding="0" cellspacing="20" bgcolor="#006699">
<tr>
<td width="760" bordercolor="#FFCC00" bgcolor="#FFFFFF"><table width="100%" height="210" border="0" cellpadding="10" cellspacing="0">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td bgcolor="#f0f0f0"> <div align="left"><font size="2"><strong>Registro
de beneficiarios de capacitaciones brindadas por la SDA a
usuarios externos</strong></font></div></td>
</tr>
<tr>
<td bgcolor="#f0f0f0">* Ingresar solo los datos de personas naturales
o jurídicas que hayan participado en capacitaciones ofrecidas
por la SDA, Por favor no ingrese datos de funcionarios o contratistas
de la SDA que hayan participado en dichas capacitaciones.</td>
</tr>
</table>
<br>
<form name="registro" method="post" action="registro_done.php" onSubmit="return validar();">
<fieldset>
<legend><strong><font color="#990000">Formulario</font></strong></legend>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td width="25%">Tema de la capacitación</td>
<td width="75%"><input name="tema" type="text" id="tema" size="70" maxlength="255"></td>
</tr>
<tr>
<td>Tipo de persona</td>
<td><input type="radio" name="persona" value="Natural">
Natural
<input type="radio" name="persona" value="Juridica">
Jurídica</td>
</tr>
<tr>
<td>Nombres</td>
<td><input name="nombre" type="text" id="nombre" size="40" maxlength="100"></td>
</tr>
<tr>
<td>Identificación</td>
<td><input name="identi" type="text" id="identi" size="20" maxlength="15"></td>
</tr>
<tr>
<td>Sexo</td>
<td><input type="radio" name="genero" value="Hombre">
Hombre
<input type="radio" name="genero" value="Mujer">
Mujer</td>
</tr>
<tr>
<td>Área o dependencia</td>
<td><select name="dependencia" id="dependencia" style="font-size:11px">
<option value="0" selected>Seleccione</option>
<option value="Oficina Asesora de Planeación Corporativa">Oficina Asesora de Planeación Corporativa</option>
<option value="Oficina de Control Interno">Oficina de Control Interno</option>
<option value="Oficina de participación, educación ambiental y comunicaciones">Oficina de participación, educación ambiental y comunicaciones</option>
<option value="Oficina de control de emisiones y calidad del aire">Oficina de control de emisiones y calidad del aire</option>
<option value="Oficina de control de calidad y uso del agua">Oficina de control de calidad y uso del agua</option>
<option value="Oficina de control de flora y fauna">Oficina de control de flora y fauna</option>
<option value="Oficina de control ambiental a la gestión de residuos">Oficina de control ambiental a la gestión de residuos</option>
<option value="Oficina de gestión ambiental territorial">Oficina de gestión ambiental territorial</option>
<option value="Oficina de ecosistemas estratégicos y diversidad">Oficina de ecosistemas estratégicos y diversidad</option>
<option value="Oficina de ruralidad">Oficina de ruralidad</option>
<option value="Dirección de gestión corporativa">Dirección de gestión corporativa</option>
<option value="Oficina financiera">Oficina financiera</option>
<option value="Oficina de gestión contractual">Oficina de gestión contractual</option>
<option value="Subsecretaría General">Subsecretaría General</option>
</select></td>
</tr>
<tr>
<td>Estrato socio-económico</td>
<td><select name="estrato" id="estrato" style="font-size:11px">
<option value="0" selected>Seleccione</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
</select></td>
</tr>
<tr>
<td>Localidad</td>
<td><select name="localidad" size="1" id="localidad" style="font-size:11px">
<option value="0" selected>Seleccione</option>
<option value="Usaquen">Usaquen
<option value="Chapinero">Chapinero</option>
<option value="Santa_Fe">Santa fe</option>
<option value="San_Cristobal">San cristobal</option>
<option value="Usme">Usme</option>
<option value="Tunjuelito">Tunjuelito</option>
<option value="Bosa">Bosa</option>
<option value="Kennedy">Kennedy</option>
<option value="Fontibon">Fontibon</option>
<option value="Engativa">Engativa</option>
<option value="Suba">Suba</option>
<option value="Barrios_Unidos">Barrios unidos</option>
<option value="Teusaquillo">Teusaquillo</option>
<option value="Martires">Martires</option>
<option value="Antonio_Narino">Antonio Nariño</option>
<option value="Puente_Aranda">Puente aranda</option>
<option value="Candelaria">Candelaria</option>
<option value="Rafael_Uribe_Uribe">Rafael uribe uribe</option>
<option value="Ciudad_Bolivar">Ciudad bolivar</option>
<option value="Sumapaz">Sumapaz</option>
</select></td>
</tr>
<tr>
<td>Edad</td>
<td><select name="edad" id="edad" style="font-size:11px">
<option value="0" selected>Seleccione</option>
<option value="6 a 12">6 a 12</option>
<option value="13 a 20">13 a 20</option>
<option value="21 a 30">21 a 30</option>
<option value="31 a 40">31 a 40</option>
<option value="40 a 60">40 a 60</option>
<option value="60 a 80">60 a 80</option>
</select></td>
</tr>
<tr>
<td>Categorias</td>
<td><select name="categoria" id="categoria" style="font-size:11px">
<option value="0" selected>Seleccione</option>
<option value="Taller">Taller</option>
<option value="Jornada Informativa">Jornada Informativa</option>
<option value="Curso">Curso</option>
<option value="Diplomado ">Diplomado </option>
<option value="Seminario">Seminario</option>
</select></td>
</tr>
<tr align="center">
<td colspan="2"> <input type="submit" name="Submit" value="Enviar">
<input type="reset" name="Submit2" value="Restablecer"> </td>
</tr>
</table>
</fieldset>
</form>
<br>
<p align="right"> </p>
<p> </p></td>
</tr>
</table></td>
</tr>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="760">
<tbody><tr bgcolor="#003399">
<td bgcolor="#FCCC00" width="544">
<div class="Estilo14 style1" align="center"></div></td>
<td bgcolor="#FCCC00" width="216">
<div align="center">
<p><img src="midama3_files/bogsin1yellow_sml.jpg" width="120" height="44"></p>
</div></td>
</tr>
</tbody></table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="760">
<tbody><tr bgcolor="#003399">
<td bgcolor="#ffcc00" width="545"><div align="center"></div></td>
<td bgcolor="#FFCC00" width="215"> </td>
</tr>
</tbody></table>
<table width="760" border="0" cellpadding="1" cellspacing="0" align="center">
<tr bgcolor="#0F60B1">
<td width="65">
<div align="center" class="Estilo56">INICIO</div></td>
<td width="75" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'">
<div align="center"><a href="./reqnoticias2.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">NOTICIAS</font></span></a></div></td>
<td width="78" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'">
<div align="center"><a href="./reqsistemasform2.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">SOPORTE</font></span></a></div></td>
<td width="102" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'">
<div align="center"><a href="./reqlegis.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">LEGISLACIÓN</font></span></a></div></td>
<td width="90" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'">
<div align="center"><a href="./reqdamaweb.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">WEB
SDA</font> </span></a></div></td>
<td width="81" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'">
<div align="center"><a href="./reqlinks.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">LINKS</font>
</span></a></div></td>
<td width="78" class="Normal" onmouseover="this.className='Highlight'" onmouseout="this.className='Normal'">
<div align="center"><a href="./reqindice.php?user=<?php echo $user; ?>"><span class="Estilo56"><font color="#FFFFFF">INDICE</font></span></a></div></td>
</tr>
</table>
<div align="center"></div>
<p> </p>
</body></html>
|