CINXE.COM
Gabinete de Recursos Educativos y Multimedia (GREM)
<!DOCTYPE html> <html> <head> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Gabinete de Recursos Educativos y Multimedia (GREM)</title> <link href="estilos/imprimir.css" rel="stylesheet" type="text/css" media="print"> <link href="estilos/videoplayer.css" rel="stylesheet" type="text/css" /> <link href="estilos/pagina.css" rel="stylesheet" type="text/css" /> <link rel="icon" type="image/png" href="images/Grem_Verde_Favicon.png" sizes="64x64"> <script type="text/javascript" src="ckeditor/ckeditor.js"></script> <noscript> <p>La p谩gina que est谩s viendo requiere para su funcionamiento el uso de JavaScript.<br>Si lo has deshabilitado intencionadamente, por favor vuelve a activarlo.</p> </noscript> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" type="text/javascript"> $.noConflict(); /*** CONTROL DE NAVEGADORES ***/// OJO CAMBIAR TAMBIEN EN vplayer.php var es_navegador=navigator.appName; var es_navegadorversion=navigator.appVersion; var navegadorCompatible=1; var navegadorInterplay=1; var navegadorLecturaSub=1; var navegadorFullScreen=1; var navegadorAnchoBanda=1; var navegadorFotoSaltos=1; var msg_navegadorCompatible=''; var msg_navegadorInterplay=''; // Plataforma if (navigator.platform.toLowerCase().indexOf('arm')>-1) es_plataforma='android'; if (navigator.platform.toLowerCase().indexOf('aarch64')>-1) es_plataforma='android'; if (navigator.platform.toLowerCase().indexOf('ipad')>-1) es_plataforma='ipad'; if (navigator.platform.toLowerCase().indexOf('iphone')>-1) es_plataforma='iphone'; if (navigator.platform.toLowerCase().indexOf('ipod')>-1) es_plataforma='ipod'; if (navigator.platform.toLowerCase().indexOf('mac')>-1) es_plataforma='mac'; if (navigator.platform.toLowerCase().indexOf('linux x86')>-1) es_plataforma='linux'; if (navigator.platform.toLowerCase().indexOf('win32')>-1) es_plataforma='windows'; if (navigator.platform.toLowerCase().indexOf('win64')>-1) es_plataforma='windows'; // Navegador if (navigator.userAgent.toLowerCase().indexOf('safari/')>-1) {// Es el 煤ltimo que sale e interfiere con Chrome, pues siempre detecta que es safari. es_navegador='safari'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // ------------------------------------------------------------------------------------------------ // Windows -- -- -- -- -- -- -- // Linux -- -- -- -- -- -- -- // MAC OK OK OK SI NO NO 605.1.15 // ANDROID -- -- -- -- -- -- -- // IPHONE OK NO OK OK NO NO 604.1 // IPOT ? ? ? ? ? ? ? // ------------------------------------------------------------------------------------------------ if (es_plataforma=='windows') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='linux') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='mac') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='android') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='iphone') {navegadorCompatible=1; navegadorInterplay=0; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='ipot') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} } if (navigator.userAgent.toLowerCase().indexOf('firefox/')>-1) { es_navegador='firefox'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // ------------------------------------------------------------------------------------------------ // Windows OK OK OK OK NO OK 113.0 // Linux OK OK OK OK NO OK 112.0 // MAC OK OK OK OK ? ? ? // ANDROID OK OK OK OK NO OK 112.0 // IPHONE ? ? ? ? ? ? ? // IPOT ? ? ? ? ? ? ? // ------------------------------------------------------------------------------------------------ if (es_plataforma=='windows') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='linux') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='mac') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='android') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='iphone') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='ipot') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} } if (navigator.userAgent.toLowerCase().indexOf('chrome/')>-1) { es_navegador='chrome'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // -------------------------------------------------------------------------------------------------- // Windows OK OK OK OK NO OK 113.0.0.0 // Linux OK OK OK OK NO OK 113.0.0.0 // MAC OK OK ? ? ? ? ? // ANDROID OK OK OK OK OK NO 112.0.0.0 // IPHONE OK NO OK OK NO NO // IPOT ? ? ? ? ? ? ? // -------------------------------------------------------------------------------------------------- if (es_plataforma=='windows') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='linux') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='mac') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='android') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=0;} if (es_plataforma=='iphone') {navegadorCompatible=1; navegadorInterplay=0; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='ipot') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} } if ((navigator.userAgent.toLowerCase().indexOf('msi/')>-1)||(navigator.userAgent.toLowerCase().indexOf('net4/')>-1)) { es_navegador='iexplorer'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // ------------------------------------------------------------------------------------------------ // Windows NO NO NO NO NO NO ? // Linux -- -- -- -- -- NO ? // MAC -- -- -- -- -- NO ? // ANDROID -- -- -- -- -- NO ? // IPHONE -- -- -- -- -- NO ? // IPOT -- -- -- -- -- NO ? // ------------------------------------------------------------------------------------------------ if (es_plataforma=='windows') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='linux') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='mac') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='android') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='iphone') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='ipot') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} } if (navigator.userAgent.toLowerCase().indexOf('opr/')>-1) { es_navegador='opera'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // ------------------------------------------------------------------------------------------------- // Windows OK OK OK OK NO OK 98.0.0.0 // Linux OK OK NO OK OK OK 98.0.0.0 // MAC ? ? ? ? ? ? // ANDROID OK OK NO OK OK NO 74.3.3922.71982 MUESTRA MENSAJE DE NO COMPATIBLE // IPHONE ? ? ? ? ? ? // IPOT ? ? ? ? ? ? // ------------------------------------------------------------------------------------------------- if (es_plataforma=='windows') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='linux') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=0; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='mac') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='android') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=0; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=0;} if (es_plataforma=='iphone') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='ipot') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} } if ((navigator.userAgent.toLowerCase().indexOf('edge/')>-1)||(navigator.userAgent.toLowerCase().indexOf('edga/')>-1)||(navigator.userAgent.toLowerCase().indexOf('edg/')>-1)) { es_navegador='edge'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // ------------------------------------------------------------------------------------------------------ // Windows OK OK OK OK NO OK 113.0.1774.35 // Linux OK OK OK OK OK OK 113.0.1774.35 // MAC ? ? ? ? ? ? // ANDROID OK OK OK OK OK NO 112.0.1722.59 // IPHONE ? ? ? ? ? ? // IPOT ? ? ? ? ? ? // ------------------------------------------------------------------------------------------------------ if (es_plataforma=='windows') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='linux') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='mac') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='android') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=0;} if (es_plataforma=='iphone') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='ipot') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} } msg_navegadorCompatible='El navegador '+es_navegador+' en '+es_plataforma+', no es compatible con los medios que se reproducen en esta web. Los navegadores m谩s compatibles son Firefox, Chrome, Edge o Opera, pruebe instalar alguno de ellos.'; msg_navegadorInterplay='El navegador '+es_navegador+' en '+es_plataforma+', no es compatible con los tipos de videos interactivos InterPLAY como el que quiere reproducir. Los navegadores m谩s compatibles son Firefox, Chrome, Edge o Opera, pruebe instalar alguno de ellos.'; //alert (navigator.userAgent); //alert (es_navegador); //alert (navigator.platform); // Para chequear navegadores descomentar: //navegadorCompatible=1; //navegadorInterplay=1; //navegadorLecturaSub=1; //navegadorFullScreen=1; //navegadorAnchoBanda=1; //navegadorFotoSaltos=1; function ventana(left, top, ancho, alto, nombre, archivo){ var opciones = "directories=NO, location=NO, status=NO, titlebar=NO, toolbar=NO, menubar=NO, scrollbars=YES, resizable=NO, width="+ancho+", height="+alto+", left="+left+", top="+top+""; mi_ventana = window.open(archivo, nombre, opciones); } /*** NO PERMITE BOTON DERECHO ***/ document.oncontextmenu = function(){return false} </script> </head> <body > <section class="logos"> <div class="logotipos"> <div class="logotipoIzquierda"> <a href="https://www.upv.es" target="_blank"><img src="https://www.upv.es/niujom/imagenes/marcaUPV_home61.png" longdesc="https://www.upv.es/lawai/escudo-es.txt" alt="UPV"></a> </div> <div class="logotipoCentro"> <a href="http://www.ice.upv.es" target="_blank"><img src="https://grem.upv.es/Grem/images/ICE_H.png" alt="ICE" title="Instituto de Ciencias de la Educación"></a> </div> <div class="idiomas"> <form name="idiomasSelect" action="index.php?mnu=videoteca&len=" target="_self" method="POST"> <label> <img src="imgs/planetaIdiomas.png" alt="" title=""><select name="seleccionarIdioma" title="" onChange="document.idiomasSelect.action=document.idiomasSelect.action + document.idiomasSelect.seleccionarIdioma.value; document.idiomasSelect.submit();"> <option value="es" selected>Espa帽ol</option> <option value="en" >English</option> <option value="ca" >Valenci脿</option> </select> </label> </form> </div> <div id="actualizarProcesado" style="box-sizing: border-box; float: left;"> </div> <script type="text/javascript" type="text/javascript"> function actualizarProcesado(){ clearInterval(identificadorRecargaProcesado); jQuery("#actualizarProcesado").load('videoteca_procesado.php',{'mnu':'videoteca', 'len':'es', 'usuarioWEBdni':'', 'Perm':'0'}); identificadorRecargaProcesado = setInterval('actualizarProcesado()',10000); } actualizarProcesado(); var identificadorRecargaProcesado; identificadorRecargaProcesado = setInterval('actualizarProcesado()',10000); </script> <div class="logotipoDerecha"> <a href="https://grem.upv.es" target="_blank"><img src="https://grem.upv.es/Grem/images/Grem_Verde_Calidad.png" alt="GREM" title="Gabinete de Recursos Educativos y Multimedia"></a> </div> </div> </section> <section class="menu"> <menu> <nav> <ul> <li ><a href="index.php?len=es"><img src="imgs/home.png" height="16px"></a></li> <li ><a href="index.php?mnu=videoteca&len=es&clas=1">Recursos</a></li> <li><a href="index.php?mnu=identificacion&len=es">|  <b>Iniciar sesi贸n</b></a></li> </ul> </nav> </menu> </section> <section class="main"> <section class="articles"> <article> <script> /*if ((document.getElementById('FiltroUnesco').value == '') && (document.getElementById('buscarTexto').value == '')) { jQuery('#filtros1').hide();jQuery('#filtros2').hide(); } else { jQuery('#filtros1').show();jQuery('#filtros2').show(); }*/ </script> <! Inicio del formulario de busqueda -> <form id="form2" name="form2" action="index.php?mnu=videoteca&len=es" method="post" enctype="multipart/form-data" target="_blank"><input name="comando" id="comando" type="hidden" value=""><input name="marcado" id="marcado" type="hidden" value=""><script type="text/javascript"> var FormObjects=0; var FormObjectsReq=0; var FormListo=0;</script> </header> <input name="Lista" id="Lista" type="hidden" value=""> <input name="FiltroCategoria" id="FiltroCategoria" type="hidden" value=""> <input name="FiltroTematica" id="FiltroTematica" type="hidden" value=""> <input name="FiltroContexto" id="FiltroContexto" type="hidden" value=""> <input name="FiltroCompetencias" id="FiltroCompetencias" type="hidden" value=""> <input name="Fav" id="Fav" type="hidden" value=""> <input name="Rep" id="Rep" type="hidden" value="1"> <input name="Clas" id="Clas" type="hidden" value=""> <input name="Crea" id="Crea" type="hidden" value=""> <input name="categoria" id="categoria" type="hidden" value="0"> <div class="buscar"> <label> <img src="imgs/lupaSearch.png" alt="Buscar en Mi espacio" title="Buscar en Mi espacio (T铆tulo, autor, descripci贸n, c贸digo, etc)" onClick="reset_filtros(); document.form2.target='_self'; document.form2.submit();"><input type="search" name="buscarTexto" id="buscarTexto" placeholder="Buscar en Mi espacio" title="Buscar en Mi espacio (T铆tulo, autor, descripci贸n, c贸digo, etc)" value="" onChange="reset_filtros(); document.form2.target='_self'; document.form2.submit();"> </label> <script> document.getElementById("buscarTexto").addEventListener("keyup", function(event) { event.preventDefault(); if (event.keyCode === 13) { reset_filtros(); document.form2.target='_self'; document.form2.submit(); } }); </script> </div> <div class="buscarSelector"> <label> <select name="FiltroUnesco" id="FiltroUnesco" onChange="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.target='_self'; document.form2.submit();"> <option value="" selected>- Campo de conocimiento -</option> <option style="font-weight: bold; color:#000;" value="56">56 CIENCIAS JUR脥DICAS Y DERECHO (1)</option> </select> </label> <label> <select name="FiltroMedios" id="FiltroMedios" onChange="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.target='_self'; document.form2.submit();"> <option value="" selected>- Medio -</option> <option value="VA" ><b>V铆deo y audio (1)</b></option> </select> </label> <label> <select name="FiltroFuente" id="FiltroFuente" onChange="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.target='_self'; document.form2.submit();"> <option value="" selected>- Fuente -</option> <option value="Master">Master (1)</option> </select> </label> <label> <select name="FiltroTipo" id="FiltroTipo" onChange="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.target='_self'; document.form2.submit();"> <option value="" selected>- Formato -</option> <option value="0">Polimedia Plus (1)</option> </select> </label> <label> <select name="FiltroEjercicio" id="FiltroEjercicio" onChange="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.target='_self'; document.form2.submit();"> <option value="" selected>- Ejercicio -</option> <option value="2011-2012">2011-2012 (1)</option> </select> </label> <label> <select name="FiltroIdioma" id="FiltroIdioma" onChange="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.target='_self'; document.form2.submit();"> <option selected value="">- Idioma -</option> <option value="es">es - Espa帽ol (1)</option> </select> </label> <label> <select name="FiltroLicencia" id="FiltroLicencia" onChange="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.target='_self'; document.form2.submit();"> <option selected value="">- Licencia -</option> <option value="0">CC BY-NC-ND (1)</option> </select> </label> <input name="FiltroUtilizable" type="hidden" value="1"> <label> <select name="FiltroProcesado" id="FiltroProcesado" onChange="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.target='_self'; document.form2.submit();"> <option selected value="">- Procesado -</option> <option value="4">Normal (1)</option> </select> </label> <label> <select name="FiltroOrden" id="FiltroOrden" onChange="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.target='_self'; document.form2.submit();"> <option selected value="">- Ordenar por -</option> <option value="0">C贸digo</option> <option value="1">Fecha Publicaci贸n</option> <option value="2">Titulo</option> <option value="3">Reproducciones</option> <option value="4">Fecha reproducci贸n</option> </select> </label> <label for="der"> <input type="image" title="Vista de iconos" src="imgs/listarIconos.png" onClick="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.getElementById('Lista').value = 'Iconos'; document.form2.target='_self'; document.form2.submit();"> </label> <label for="der"> <input type="image" title="Vista de lista" src="imgs/listarLista.png" onClick="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.getElementById('Lista').value = 'Lista'; document.form2.target='_self'; document.form2.submit();"> </label> <label for="der"> <input type="image" title="Vista lista minimizada" src="imgs/listarTexto.png" onClick="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.getElementById('Lista').value = 'Texto'; document.form2.target='_self'; document.form2.submit();"> </label> <label for="der"> <img title="Compartir vista actual" src="imgs/listarCompartir.png" onClick="alert('https://grem.upv.es/Grem?&rep=1');"> </label> </div> <! Final del formulario de busqueda -> <div name="Videoteca_Principal" id="Videoteca_Principal" style="background-image: url('images/fondoMiRepositorio.jpg');"> <script> var ancho=document.getElementById('Videoteca_Principal').clientWidth; var prop=ancho/1920; var alto=prop*540; document.getElementById('Videoteca_Principal').style.setProperty('--myheight',alto+'px'); </script> <table width="100%" style="width:100%;"> <tr> <td style="vertical-align: top; width: 300px; border-right: 0px #eee solid;">. <div name="Filtros" id="Filtros" style="width:300px; height: auto;"> <h3><a href="#" onClick="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.FiltroCategoria.value = ''; document.form2.categoria.value = ''; document.form2.target='_self'; document.form2.submit();"><img src="imgs/categoria.png" style="margin: 0px 0px -3px -3px; width: 40px;">CATEGOR脥AS</a></h3> <ul> </ul> <h3>脕MBITOS TEM脕TICOS</h3> <ul> </ul> <h3>COMPETENCIAS</h3> <ul> </ul> <h3>COLECTIVOS</h3> <ul> </ul> </div> </td> <td id="celda_items" style="vertical-align: top;"> <div name="Items_Videoteca" id="Items_Videoteca"> <div id="plantilla_titulo"><p>MI ESPACIO </p></div><br><b>隆隆 INICA SESI脫N PARA VER EL CONTENIDO !! </b> <label for="items" id="items"></label><! Imprime items listados mediante javascript -> <div id="Items_Relacionados"> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='916-XCx9WZaADPPsbpQi-9V321'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v916" class="videoVisible" preload="none" poster="Videoteca/Media/916-XCx9WZaADPPsbpQi-9V321/[M916] XCx9WZaADPPsbpQi-9V321_T.jpg" onmouseover="thumbPlay('v916');" onmouseleave="thumbPause('v916');" onmousemove="thumbTiempo('v916');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/916-XCx9WZaADPPsbpQi-9V321/%5BM916%5D%20XCx9WZaADPPsbpQi-9V321_O.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:24:05 </label> <label for="interplay"> <label><b>SD</b></label><label>4:3</label> </label> <label for="autores"> Jos茅 Arturo P茅rez Miralles<br>(05/10/2011) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Derecho Civil I. Los arrendamientos urbanos como soluci贸n en 茅pocas de crisis al problema del derecho de acceso a una vivienda digna y adecuada </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> </div> <script> if (document.getElementById('items')){ document.getElementById('items').innerHTML ='Listados <b>1</b> items. (00h 24m 05s - 0pag. )'; } function allowDrop(ev){ ev.preventDefault(); } function drag(ev, url){ var c47=new RegExp(String.fromCharCode(47),'gi'); var c92=String.fromCharCode(92); var c58=String.fromCharCode(58); if (es_plataforma=='windows') { url = url.replace('https://grem.upv.es/Grem/', '//vspb/grem/'); url = url.replace(c47, c92); }else{ url = url.replace('https://grem.upv.es/Grem/', '/media/jorioli/vspb_Grem/'); } ev.dataTransfer.setData("TEXT", url); } /* '$servidorLocalProtocolo."://".$servidorLocal."/', $servidorMontajeOriginales /*function drop(ev){ ev.preventDefault(); var data=ev.dataTransfer.getData("Text"); ev.target.appendChild(document.getElementById(data)); var drop = document.getElementById('drop'); document.write(drop); }*/ </script> </div> </td> </tr> </table> </div> </form> <script> var thpausa; var thtime=0; function tplay(){ thtime++; } function thumbPlay(v){ thpausa=setTimeout(tplay, 1000); } function thumbPause(v){ clearTimeout(thpausa); thtime=0; document.getElementById(v).pause(); } function thumbTiempo(v){ if (thtime > 0) document.getElementById(v).play(); if (document.getElementById(v).currentTime > 20) thumbStop(v); } function thumbStop(v){ document.getElementById(v).pause(); document.getElementById(v).currentTime = 0; thtime=0; } function reset_filtros(){ if (document.form2.FiltroUnesco) document.form2.FiltroUnesco.value=''; if (document.form2.FiltroMedios) document.form2.FiltroMedios.value=''; if (document.form2.FiltroFuente) document.form2.FiltroFuente.value=''; if (document.form2.FiltroTipo) document.form2.FiltroTipo.value=''; if (document.form2.FiltroEjercicio) document.form2.FiltroEjercicio.value=''; if (document.form2.FiltroIdioma) document.form2.FiltroIdioma.value=''; if (document.form2.FiltroLicencia) document.form2.FiltroLicencia.value=''; if (document.form2.FiltroUtilizable) document.form2.FiltroUtilizable.value=''; if (document.form2.FiltroProcesado) document.form2.FiltroProcesado.value=''; //if (document.form2.FiltroOrden) document.form2.FiltroOrden.value=''; if (document.form2.FiltroCategoria) document.form2.FiltroCategoria.value=''; if (document.form2.FiltroTematica) document.form2.FiltroTematica.value=''; if (document.form2.FiltroContexto) document.form2.FiltroContexto.value=''; if (document.form2.FiltroCompetencias) document.form2.FiltroCompetencias.value =''; if (document.form2.categoria) document.form2.categoria.value =''; if (document.getElementById('comando')) document.getElementById('comando').value = ''; if (document.getElementById('marcado')) document.getElementById('marcado').value = ''; } </script> </article> </section> <aside> </aside> </section> <footer> <div style="box-sizing: border-box;"> <a href="/entidades/AMAPUOC/" title="EMAS"><img src="https://www.upv.es/niujom/imagenes/EMASupv.png" alt="EMAS upv" width="33" height="62" style="float:right;margin: 5px; margin-right:15px;"/></a> <a href="https://www.vlc-campus.com/" title="VLC-CAMPUS" rel="external" onclick="target='_blank'"><img src="https://www.upv.es/niujom/imagenes/campus_excelenciaVLC.png" alt="VLC-CAMPUS" style="float:right;vertical-align:top;margin-top: 5px;"/></a> <a href="https://www.campushabitat5u.com/" title="CAMPUS HABITAT" rel="external" onclick="target='_blank'"><img src="https://www.upv.es/niujom/imagenes/campus_excelenciaH5.png" alt="CAMPUS HABITAT" style="float:right;vertical-align:top;margin-top: 5px;"/></a> <nav> <ul> Informaci贸n<li><a href="index.php?mnu=infoObjetivos&len=es">Objetivos</a></li><li><a href="index.php?mnu=infoCondiciones&len=es">Condiciones</a></li><li><a href="index.php?mnu=infoContacto&len=es">Contacto</a></li> </ul> </nav> <nav> <ul> <br> <li><a href="index.php?mnu=infoServicios&len=es">Servicios</a></li><li><a href="index.php?mnu=infoDescargas&len=es">Material de apoyo</a></li> </ul> </nav> <nav> <ul> Organizaci贸n<li><a href="https://www.upv.es/entidades/ICE/menu_urlc.html?//www.upv.es/pls/oalu/sic_infoserv.Organigrama?p_entidad=ICE&p_idioma=c" target="_blank">Organigrama</a></li><li><a href="https://www.upv.es/entidades/ICE/menu_urlc.html?//www.upv.es/pls/oalu/sic_infoent.InfoDepOrgMS?p_entidad=ICE&p_idioma=c" target="_blank">Depend茅ncia org谩nica</a></li><li><a href="https://www.upv.es/entidades/ICE/menu_urlc.html?//www.upv.es/pls/oalu/sic_infoent.WebsMS?P_ENTIDAD=ICE&P_IDIOMA=c" target="_blank">Webs relacionadas</a></li> </ul> </nav> <nav> <ul> <br> <li><a href="https://www.upv.es/otros/como-llegar-upv/index-es.html" target="_blank">C贸mo llegar</a></li><li><a href="https://www.upv.es/plano/plano-2d-es.html" target="_blank">Planos</a></li><li><a href="https://www.upv.es/otros/contacto-es.html" target="_blank">Contacto</a></li> </ul> </nav> <div class="texto_contacto"> Universitat Polit猫cnica de Val猫ncia © 2012 · Tel. (+34) 96 387 90 00 · <a href="mailto:informacion@upv.es">informacion@upv.es</a> </div> </div> </footer> </body> </html>