Insertar nueva alarma"; }else{ echo "

$nombre

"; } echo ''; echo '
'; if(!$oid){ echo '
'; }else{ echo ''; echo ''; } echo ''; echo ''; echo ''; //echo ' Mail:
'; echo ''; include_once("formulario_alarma_diaria.php"); }else if($periodicidad == "s"){ echo ''; echo ''; echo ''; echo ''; echo ''; include_once("formulario_alarma_semanal.php"); }else if($periodicidad == "m"){ echo ''; echo ''; echo ''; echo ''; echo ''; include_once("formulario_alarma_mensual.php"); }else if($periodicidad == "a"){ echo ''; echo ''; echo ''; echo ''; echo ''; include_once("formulario_alarma_anual.php"); }else{ echo ''; echo ''; echo ''; echo ''; echo ''; echo ""; include_once("formulario_alarma_diaria.php"); echo ""; include_once("formulario_alarma_semanal.php"); echo ""; include_once("formulario_alarma_mensual.php"); echo ""; include_once("formulario_alarma_anual.php"); } echo ''; echo '
Alarma:
Rol: '; rellena_desplegable_select_oid("rol", "rol", "", $rol); if(!$rol) $checked = " checked "; else $checked = ""; echo '
('.$locale['319'].')
Prioridad: '; rellena_prioridad_select("prioridad",$prioridad); echo 'Periodicidad:
Datos para alarma diaria
Datos para alarma semanal
Datos para alarma mensual
Datos para alarma anual
Mensaje:
'; echo '
'; echo '
'; echo '
'; include_once("html/pie.php"); ?>