echo "{$labels['i42']}" ?>
echo "{$labels['i42a']}" ?>
echo "{$labels['i42b']}" ?>
echo "{$labels['i42c']}" ?>
echo "{$labels['otra']}" ?>
" class="normal" name="totra">
echo "{$labels['i42d']}" ?>
echo "{$labels['i42e']}" ?>
print("
");
echo "";
if(isset($_SESSION['red']) and !isset($_GET['rd'])){
$q = mysql_query("select a.insti_nombre as insti, b.insti_codigo as codigo from insti a, redes_insti b where a.insti_codigo=b.insti_codigo and b.redes_codigo=".$_SESSION['red'], $link);
while($fila=mysql_fetch_assoc($q)){
echo "{$fila['insti']}\n \n";
}
mysql_free_result($q);
}
if(isset($_GET['rd']) and !isset($_SESSION['red'])){
$q = mysql_query("select a.insti_nombre as insti, b.insti_codigo as codigo from insti a, redes_insti b where a.insti_codigo=b.insti_codigo and b.redes_codigo=".$_GET['rd'], $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['i43']}" ?>
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['otra']}" ?>
" class="normal" name="motra">
echo "{$labels['i44']}" ?>
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['otra']}" ?>
" class="normal" name="votra">
if(isset($_GET['rd'])){
print("");
}
?>
" class="submit" name="aceptar">
" class="submit" name="aceptaro">
|