Síganos:
  Facebook  Twitter  RSS
 
18 de junio del 2013
 

RadioVotaci贸n

El pa铆s que recibe el presidente electo :



 
Gesti贸n del Riesgo Clim谩tico

Series Radiales

Noticias, informes, entrevistas, microprogramas y series radiales con informaci贸n 煤til para difundir lo que comprende la gesti贸n sobre riesgo clim谩tico y reducir la vulnerabilidad de los medios de vida subsistentes ante futuras amenazas climatol贸gicas.


Saber para Actuar

Estrategias para la Acci贸n

Clima Yachaywasi

Enfrentando la emergencia clim谩tica para asegurar la alimentaci贸n
 

Calendario

S M T W T F S
 
 
 
 
 
 
1
 
2
 
3
 
4
 
5
 
6
 
7
 
8
 
9
 
10
 
11
 
12
 
13
 
14
 
15
 
16
 
17
 
18
 
19
 
20
 
21
 
22
 
23
 
24
 
25
 
26
 
27
 
28
 
29
 
30
 
 
 
 
 
 
 
Add to calendar




 
 
Radio Web Rural
2010 Todos los derechos reservados
 
'textfield', '#maxlength' => 20, '#size' => 10, '#required' => TRUE, '#attributes' => array('tabindex' => '1', 'class' => 'registro'), ); $form['pass'] = array( '#type' => 'password', '#required' => TRUE, '#size' => 10, '#attributes' => array('tabindex' => '2', 'class' => 'registro'), ); $form['submit'] = array( '#type' => 'submit', '#value' => t('Log in'), '#weight' => 2, '#attributes' => array('tabindex' => '3') ); $form['#validate'] = user_login_default_validators(); $form['#build_id'] = sprintf('form-%s', md5(uniqid(mt_rand(), TRUE))); $form_state = array(); drupal_prepare_form($form_id, $form, $form_state); drupal_process_form($form_id, $form, $form_state); $out = new stdClass; $out->form_start = sprintf("
", url('user/login')); $out->form_end = "
"; $out->name = drupal_render($form['name']); $out->pass = drupal_render($form['pass']); $out->submit = drupal_render($form['form_id']) . drupal_render($form['form_build_id']) . drupal_render($form['submit']); return $out; } ?>