Repositorio de vídeos con carácter formativo y de comunicación producidos por la DGSIC:
Vídeos producidos en la DGSIC
Más información sobre los tipos de vídeos producidos en la DGSIC.
UI Tabs |
---|
UI Tab |
---|
|
Table Filter |
---|
fixedCols | |
---|
totalrow | Count,Count,Count,,,,,,,,,,,, |
---|
hidelabels | false |
---|
ddSeparator | ‚‚ |
---|
sparkName | Sparkline |
---|
hidePane | Filtration panel |
---|
customNoTableMsgText | |
---|
limitHeight | |
---|
sparkline | false |
---|
default | ,,,,IDCATEGORÍA&&CC&&COLECCIÓN&&SUBTÍTULOSCREATION DATE&&THUMBNAILPosterframe&&TIPO/SUBTIPO&&TÍTULO&&UPDATE DATE&&USUARIO&&LUGAR PUBLICACIÓNVídeo |
---|
isFirstTimeEnter | true |
---|
cell-width | 250,250,250,250,250 |
---|
hideColumns | true |
---|
totalRowName | SUBTOTALES |
---|
totalColName | |
---|
customNoTableMsg | false |
---|
disabled | false |
---|
enabledInEditor | false |
---|
globalFilter | false |
---|
id | 17382457529021743597686460_-14110954611550292304 |
---|
iconfilter | |
---|
order | 0,1,3,2,4 |
---|
hideControls | true |
---|
inverse | false,false,false,false,falsetrue |
---|
numbering | |
---|
datefilter | |
---|
column | COLECCIÓN,CATEGORÍA,USUARIO |
---|
sort | |
---|
totalcol | |
---|
disableSave | true |
---|
rowsPerPage | |
---|
separator | Point (.) |
---|
labels | COLECCIÓN‚CATEGORÍA‚USUARIO‚TÍTULO‚Hide columns |
---|
thousandSeparator | |
---|
ignoreFirstNrows | |
---|
ddOperator | OR,OR,OR |
---|
userfilter | TÍTULO |
---|
datepattern | dd-mm-yy |
---|
numberfilter | |
---|
heightValue | |
---|
hideFilters | 4 |
---|
updateSelectOptions | true |
---|
worklog | 365|5|8|y w d h m|y w d h m |
---|
isOR | AND |
---|
showNRowsifNotFiltered | |
---|
| Table Excerpt |
---|
name | Repositorio de vídeos |
---|
| Excel |
---|
sortDescending | true |
---|
country | ES |
---|
sheets | Hoja1 |
---|
name | Listado de vídeos.xlsx |
---|
width | 100% |
---|
language | ES |
---|
page | Repositorio de vídeos |
---|
formatColumn | false |
---|
exportFileDelimiter | %2C |
---|
sortIcon | true |
---|
|
|
|
|
UI Tab |
---|
| UI Children Cards |
---|
excludeAvatars | true |
---|
sort | title |
---|
|
|
|
Divbox |
---|
|
Divbox |
---|
style | width: 96%; text-align: left; |
---|
class | divcontenido |
---|
| Instrucciones de uso
Para usar estos vídeos deben ser insertados en el soporte deseado mediante un elemento HTML <iframe>, como el del siguiente ejemplo, donde el atributo src deberá ser sustituido por la URL de publicación correspondiente al vídeo que queremos insertar: Bloque de código |
---|
language | xml |
---|
title | Ejemplo de iframe |
---|
| <iframe width="480" height="270" style="display: block; margin-left: auto; margin-right: auto;" src="URL DEL VÍDEO" allowfullscreen="allowfullscreen"></iframe> |
Si quieres usar uno de estos vídeos en una página de Confluence inserta la macro "_STIC - Imagen/Vídeo para blog" y añade ambas URLs en cada uno de los campos requeridos. 
|
|
HTML |
---|
<script>
/*------*/
/* JS para botón para Subir al inicio de la página (fixed esquina derecha abajo)*/
/*------*/
$(document).ready(function(){
$('.ir-arriba').click(function(){
$('body, html').animate({
scrollTop: '0px'
}, 300);
});
$(window).scroll(function(){
if( $(this).scrollTop() > 0 ){
$('.ir-arriba').slideDown(300);
} else {
$('.ir-arriba').slideUp(300);
}
});
});
</script> |