echo "{$labels['i45']}" ?>
echo "{$labels['i45a']}" ?>
echo "{$labels['i45b']}" ?>
>
echo "{$labels['i45c']}" ?>
echo "{$labels['otra']}" ?>
" class="normal" name="totra">
echo "{$labels['i45d']}" ?>
echo "{$labels['i45e']}" ?>
print("
");
echo "";
if(isset($_SESSION['cv']) and !isset($_GET['cv'])){
$q = mysql_query("select a.insti_nombre as insti, b.insti_codigo as codigo from insti a, cv_insti b where a.insti_codigo=b.insti_codigo and b.cv_codigo=".$_SESSION['cv'], $link);
while($fila=mysql_fetch_assoc($q)){
echo "{$fila['insti']}\n \n";
}
mysql_free_result($q);
}
if(isset($_GET['cv']) and !isset($_SESSION['cv'])){
$q = mysql_query("select a.insti_nombre as insti, b.insti_codigo as codigo from insti a, cv_insti b where a.insti_codigo=b.insti_codigo and b.cv_codigo=".$_GET['cv'], $link);
while($fila=mysql_fetch_assoc($q)){
echo "{$fila['insti']}\n \n";
}
mysql_free_result($q);
}
echo "";
print(" |
");
?>
" class="normal" name="ainsti">
echo "{$labels['otra']}" ?>
" class="normal" name="iotra">
echo "{$labels['i46']}" ?>
echo "{$labels['beneficiarios']}" ?>
$q = mysql_query("select pobl_meta_codigo, pobl_meta_nombre_".$_SESSION['lan']." from pobl_meta where pobl_meta_nombre_".$_SESSION['lan']."<>''", $link);
$i=1;
while($fila = mysql_fetch_row($q)){
?>
" value=" echo "$fila[0]"; ?>"
$cad = "i052".$i;
if(!empty($_POST[$cad])) echo "checked";
?>> echo "$fila[1]" ?>
echo " ";
$i+=1;
}
mysql_free_result($q);
?>
echo "{$labels['otro']}" ?>
" class="normal" name="motra">
echo "{$labels['i47']}" ?>
echo "{$labels['alcance_geo']}" ?>
$q = mysql_query("select vocacion_codigo, vocacion_nombre_".$_SESSION['lan']." from vocacion where vocacion_nombre_".$_SESSION['lan']."<>''", $link);
$i=1;
while($fila = mysql_fetch_row($q)){
?>
" value=" echo "$fila[0]"; ?>"
$cad = "i053".$i;
if(!empty($_POST[$cad])) echo "checked";
?>> echo "$fila[1]" ?>
echo " ";
$i+=1;
}
mysql_free_result($q);
?>
echo "{$labels['otro']}" ?>
" class="normal" name="votra">
if(isset($_GET['cv'])){
print("");
}
?>
" class="submit" name="aceptar">
" class="submit" name="aceptaro">
|