/*
---------------------------------------------------------------------
File..........: docencia_noticias.js
Author........: Victor Rivas Santos (vrivas@ujaen.es)
		Dpto. de Informática
		Universidad de Jaén
		EPS de Jaén, Avda de Madrid 35
		E23071, Jaen (Spain)
Date..........: 31-Ene-2001		
Description...: Definición de la ventana de noticias de DOCENCIA
Modifications.:
============= 1 =============
  Author......:
  Date........:
  Description.:
---------------------------------------------------------------------
*/

// -------------------
//   Noticias
// -------------------

/*var docencia_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Docencia</EM></FONT>",
	"", "99%", "",	"top","#000000", "#f0f080", 
	"#000000", "#FFFFAA", 1,2 );
*/

var docencia_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Docencia</EM></FONT>",
	"", "95%", "",	"top","#ffffff", "#101050", 
	"#000000", "#ffffff", 1,2 );

var fi_quimica_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Fund. Inform.</EM></FONT>",
	"", "95%", "",	"top","#ffffff", "#1010a0", 
	"#000000", "#ffffff", 1,2 );
var ofim_laborales_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Ofimática</EM></FONT>",
	"", "95%", "",	"top","#ffffff", "#1010a0", 
	"#000000", "#ffffff", 1,2 );
var pda_topografia_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Prog. de Aplic.</EM></FONT>",
	"", "95%", "",	"top","#ffffff", "#1010a0", 
	"#000000", "#ffffff", 1,2 );
var ij_derecho_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Inform. para Juristas</EM></FONT>",
	"", "95%", "",	"top","#ffffff", "#1010a0", 
	"#000000", "#ffffff", 1,2 );


/*
gral3=new Seccion( "<FONT COLOR='#1010a0'>9-02-2010</FONT><BR>"+
		  "<B>Las tutorías del jueves 11-Feb-2010</B> serán de 16:30 a 19:30. Disculpad las molestias.","" );


gral2=new Seccion( "<FONT COLOR='#11a'>25-01-2010</FONT><BR>"+
		  "Comienza el curso <EM>Creación de Contenidos Web: HTML y CSS</EM>.","http://dv.ujaen.es/docencia/goto_docencia_crs_156430.html" );

notas=new Seccion( "<FONT COLOR='#11a'>27-02-2010</FONT><BR>"+
		  "Disponibles las notas de EDI I, grupo B, de la convocatoria de Febrero de 2010", "/docencia/ed1/notas-febrero-2010.php" );
docencia_noticias.newSection( notas );
*/



/*
ofimjunio=new Seccion( "<FONT COLOR='#11a'>20-05-2010</FONT><BR>"+
		  "Sobre el examen de prácticas de Junio de la asignatura OFIMATICA", "http://vrivas.es/docencia/ofim_laborales/examen-junio-2010.shtml" );
docencia_noticias.newSection( ofimjunio);
ofim_laborales_noticias.newSection( ofimjunio);

notas2=new Seccion( "<FONT COLOR='#11a'>27-06-2011</FONT><BR>"+
		  "Disponibles las notas de Pr. Orientada a Objetos, Grupo B, de la convocatoria de Junio de 2011", "/docencia/poo/notas-junio-2011.php" );
notas=new Seccion( "<FONT COLOR='#11a'>19-09-2011</FONT><BR>"+
		  "Notas DEFINITIVAS de EDI I, grupo B, de la convocatoria de Septiembre de 2011", "/docencia/ed1/notas-septiembre-2011.php" );
*/

cambioTutorias=new Seccion( "<span style='color: #11a'>31-10-2012</FONT><BR>"+
		  "<span style='font-weight: bold;'>Cambios tutoría:</span><bR>Lunes 13-Feb: de 10:30 a 13:30 y de 16:00 a 19:00. Miércoles 15-Feb: No hay tutorías.", 
			"/docencia" );

notasEdi=new Seccion( "<FONT COLOR='#11a'>03-02-2012</FONT><BR>"+
		  "Notas de Est. Datos I, de la convocatoria de Febrero de 2012 (sin las notas de prácticas)", 
			"http://www.vrivas.es/docencia/ed1/notas-febrero-2012.php" );
/*
notas=new Seccion( "<FONT COLOR='#11a'>06-09-2010</FONT><BR>"+
		  "Disponibles las notas de Ofimática, de la convocatoria de Septiembre de 2010 (esta vez con el enlace bien puesto)", "/docencia/ofim_laborales/notas-septiembre-2010.php" );

tutorias=new Seccion( "<FONT COLOR='#11a'>30-08-2010</FONT><BR>"+
		  "Tutorías los dias: 1, 3 y 6 de septiembre. El día 1 de 12 a 14 horas; los días 3 y 6 de 11 a 14 horas",
                  "" );
*/
docencia_noticias.newSection( notasEdi );
docencia_noticias.newSection( cambioTutorias );
//docencia_noticias.newSection( notas );







