{source}
<script>function valida_envio(){
if (document.form1.ldescri.value.length=0){
alert(“Tiene que marcar un Nombre“)
document.form1.ldescri.focus()
return false;
}
}
</script>
<script language=”javascript” type=”text/javascript” src=”http://www.desarrolloweb.com/tinymce/jscripts/tiny_mce/tiny_mce.js” class=”attribute-value”/tinymce/jscripts/tiny_mce/tiny_mce.js”></script>
<script language=”javascript” type=”text/javascript“> tinyMCE.init({ mode : “textareas”, theme : “advanced” }); </script>
<script type=”text/javascript”>
function f_checked(items,values)
{
var item = items.split(‘,’);
var value = values.split(‘,’);
var n = item.length;
for (i = 0 ; i < n; i++)
{ contenido = document.getElementById(item[i]); contenido.checked = parseInt(value[i]); }
}
</script>
<form name=”tinymce” enctype=”multipart/form-data” method=”post” action=”resultado-grabacion”>
<table >
<tr style=”height:40px;”>
<td colspan=”2″ align=”center” style=”font-size:20px;”>DATOS PERSONALES</td>
</tr>
<tr>
<td>Nombre completo *</td>
<td><input name=”lape” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Sexo *</td>
<td><select name=”lsexo” style=”width:250px;”>
<option>Hombre</option>
<option>Mujer</option>
</select>
</td>
</tr>
<tr>
<td>Fecha de Nacimiento *</td>
<td><input name=”lnci” type=”text” maxlength=”10″ style=”width:250px;”/>(dd/mm/aaaa)</td>
</tr>
<tr>
<td>NIF/DNI </td>
<td><input name=”lcif” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>E-Mail *</td>
<td><input name=”lmail” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Direccion </td>
<td><input name=”lnombre” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Cod. Postal </td>
<td><input name=”lcp” type=”text” maxlength=”5″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Poblacion *</td>
<td><input name=”lpobla” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Provincia *</td>
<td><select name=”lprovi” style=”width:550px;”>
<?php
include(“cabece.php”);
conectar_bd();
$query3=”select provincia from provincias order by provincia”;
$result3=mysql_query($query3) or die (“Error al abrir la tabla: “.mysql_error());
while ($row = mysql_fetch_array($result3))
{
echo'<OPTION VALUE=”‘.$row[‘provincia’].'”>’.$row[‘provincia’];
}
mysql_free_result($result3);
mysql_close($connection);
?></select>
</td>
</tr>
<tr>
<td>Telefono Fijo </td>
<td><input name=”ltele” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Telefono movil *</td>
<td><input name=”lmovi” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Disponibilidad</td>
<td><input type=”checkbox” name=”disponi”> Estoy disponible</td>
</tr>
<tr style=”height:40px;”>
<td colspan=”2″ align=”center” style=”font-size:20px;”>TU CURRICULUM</td>
</tr>
<tr>
<td>Estudios finalizados</td>
<td><select name=”lemini” style=”width:550px;”>
<option>Sin estudios</option>
<option>Educacion primaria</option>
<option>Educacion secundaria</option>
<option>Formacion profesional Grado Medio</option>
<option>Bachillerato</option>
<option>Formacion profesional Grado Superior</option>
<option>Ciclo Formativo Superior</option>
<option>Diplomado</option>
<option>Ingeniero tecnico</option>
<option>Licenciado</option>
<option>Ingeniero superior</option>
<option>Grado</option>
<option>Postgrado</option>
<option>Master</option>
<option>Doctorado</option>
</select>
</td>
</tr>
<tr style=”height:40px; border-bottom:1px solid #ccc; “>
<td colspan=”2″><strong>Formación reglada<strong/></td>
</tr>
</tr>
<tr style=”height:7px;”>
<td colspan=”2″></td>
</tr>
<tr>
<td>Titulacion </td>
<td><input name=”lape” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Centro de Formacion </td>
<td><input name=”lape” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Fechas (dd/mm/aaaa)</td>
<td>Desde<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/> Hasta<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/></td>
</tr>
<tr style=”height:7px;”>
<td colspan=”2″></td>
</tr>
<tr>
<td>Titulacion </td>
<td><input name=”lape” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Centro de Formacion </td>
<td><input name=”lape” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Fechas (dd/mm/aaaa)</td>
<td>Desde<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/> Hasta<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/></td>
</tr>
<tr style=”height:40px; border-bottom:1px solid #ccc;”>
<td colspan=”2″><strong>Formación complementaria<strong/></td>
</tr>
<tr style=”height:7px;”>
<td colspan=”2″></td>
</tr>
<tr>
<td>Titulacion </td>
<td><input name=”lape” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Centro de Formacion </td>
<td><input name=”lape” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Fechas (dd/mm/aaaa)</td>
<td>Desde<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/> Hasta<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/></td>
</tr>
<tr style=”height:7px;”>
<td colspan=”2″></td>
</tr>
<tr>
<td>Titulacion </td>
<td><input name=”lape” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Centro de Formacion </td>
<td><input name=”lape” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Fechas (dd/mm/aaaa)</td>
<td>Desde<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/> Hasta<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/></td>
</tr>
<tr style=”height:40px; border-bottom:1px solid #ccc;”>
<td colspan=”2″><strong>Idiomas<strong/></td>
</tr>
<tr style=”height:7px;”>
<td colspan=”2″></td>
</tr>
<tr>
<td>Ingles</td>
<td>Nivel
<select name=”lestu” style=”width:150px;”>
<option>Bajo</option>
<option>Medio</option>
<option>Alto</option>
</select>
</td>
</tr>
<tr>
<td>Frances</td>
<td>Nivel
<select name=”lestu” style=”width:150px;”>
<option>Bajo</option>
<option>Medio</option>
<option>Alto</option>
</select>
</td>
</tr>
<tr>
<td><input name=”lidio” type=”text” maxlength=”25″ style=”width:100px;”/></td>
<td>Nivel
<select name=”lestu” style=”width:150px;”>
<option>Bajo</option>
<option>Medio</option>
<option>Alto</option>
</select>
</td>
</tr>
<tr style=”height:40px; border-bottom:1px solid #ccc;”>
<td colspan=”2″><strong>Ofimática<strong/></td>
</tr>
<tr style=”height:7px;”>
<td colspan=”2″></td>
</tr>
<tr>
<td>Indique Entorno</td>
<td><input name=”lidio” type=”text” maxlength=”25″ style=”width:200px;”/>Nivel
<select name=”lestu” style=”width:150px;”>
<option>Bajo</option>
<option>Medio</option>
<option>Alto</option>
</select>
</td>
</tr>
<tr>
<td>Indique Entorno</td>
<td><input name=”lidio” type=”text” maxlength=”25″ style=”width:200px;”/>Nivel
<select name=”lestu” style=”width:150px;”>
<option>Bajo</option>
<option>Medio</option>
<option>Alto</option>
</select>
</td>
</tr>
<tr style=”height:40px; border-bottom:1px solid #ccc;”>
<td colspan=”2″><strong>Otros conocimientos<strong/></td>
</tr>
<tr style=”height:7px;”>
<td colspan=”2″></td>
</tr>
<tr>
<td></td>
<td><textarea name=”lcomen” cols=”80″ rows=”10″></textarea>
</td>
</tr>
<tr style=”height:40px; border-bottom:1px solid #ccc;”>
<td colspan=”2″><strong>Experiencia Profesional<strong/></td>
</tr>
<tr style=”height:7px;”>
<td colspan=”2″></td>
</tr>
<tr>
<td>Experiencia Minima *</td>
<td>
<select name=”lemini” style=”width:250px;”>
<option>Sin Experiencia</option>
<option>Igual a</option>
<option>Mayor o igual a</option>
<option>Menor o igual a</option>
</select>
<input name=”lexpe” type=”text” maxlength=”2″ style=”width:70px;”/>(en años)</td>
</tr>
<tr style=”height:30px;”>
<td colspan=”2″><strong>Ultimo Trabajo<strong/></td>
</tr>
<tr>
<td>Puesto</td>
<td><input name=”lhora” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Empresa</td>
<td><input name=”lsala” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Fechas (dd/mm/aaaa)</td>
<td>Desde<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/> Hasta<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/></td>
</tr>
<tr>
<td>Funciones desarrolladas</td>
<td><input name=”lhora” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr style=”height:30px;”>
<td colspan=”2″><strong>Anterior Trabajo<strong/></td>
</tr>
<tr>
<td>Puesto</td>
<td><input name=”lhora” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Empresa</td>
<td><input name=”lsala” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr>
<td>Fechas (dd/mm/aaaa)</td>
<td>Desde<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/> Hasta<input name=”lsala” type=”text” maxlength=”100″ style=”width:237px;”/></td>
</tr>
<tr>
<td>Funciones desarrolladas</td>
<td><input name=”lhora” type=”text” maxlength=”100″ style=”width:550px;”/></td>
</tr>
<tr style=”height:40px; border-bottom:1px solid #ccc;”>
<td colspan=”2″ valign=”middle”><strong>Otros datos de interes<strong/></td>
</tr>
<tr>
<td></td>
<td><input type=”checkbox” name=”carnet”> Carné de conducir <input type=”checkbox” name=”coche”> Vehiculo propio</td>
</tr>
<tr>
<td></td>
<td><input type=”checkbox” name=”viaje”> Disponibilidad para viajar <input type=”checkbox” name=”viaje”> Disponibilidad cambio de residencia</td>
</tr>
<tr style=”height:40px; border-bottom:1px solid #ccc;”>
<td colspan=”2″><strong>Situacion profesional actual<strong/></td>
</tr>
<tr>
<td></td>
<td><input type=”checkbox” name=”check1″ id=”c1″ onchange=”javascript:f_checked(‘c1,c2,c3′,’1,0,0’)”;> En situacion de desempleo</td>
</tr>
<tr>
<td></td>
<td><input type=”checkbox” name=”check2″ id=”c2″ onchange=”javascript:f_checked(‘c1,c2,c3′,’0,1,0’)”; > Trabajo, pero busco un cambio para mejorar mis condiciones actuales</td>
</tr>
<tr>
<td></td>
<td><input type=”checkbox” name=”check3″ id=”c3″ onchange=”javascript:f_checked(‘c1,c2,c3′,’0,0,1’)”; > Trabajo, pero mi contrato finaliza próximamente sin posibilidad de renovación</td>
</tr>
<tr>
<tr style=”height:40px; border-bottom:1px solid #ccc;”>
<td colspan=”2″><strong>Insertar Curriculum en formato PDF / Comentarios<strong/></td>
</tr>
<tr style=”height:7px;”>
<td colspan=”2″></td>
</tr>
<td>Adjuntar CV</td>
<td><input name=”userfile” type=”file”> </td>
</tr>
<tr>
<td>Comentarios</td>
<td><textarea name=”lcomen” cols=”80″ rows=”10″></textarea>
</td>
</tr>
<tr>
<td>Visibilidad</td>
<td><input type=”checkbox” name=”disponi”> Quiero que mi curriculum esté visible para las empresas</td>
</tr>
<tr>
<td colspan=”2″ align=”left”><input name=”graba” class=”btn btn-inverse“ type=”submit” id=”submit” value=”Modificar CV”> <input name=”graba” class=”btn btn-inverse“ type=”submit” id=”submit” value=”Borrar CV”></td>
</tr>
</table>
</form>
<script type=”text/javascript”>
check1.checked=true;
check2.checked=false;
check3.checked=false;
</script>
{/source}