Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Este el repositorio Repositorio de vídeos con carácter formativo y de comunicación producidos por la STIC. En él podrás encontrar los vídeos producidos con carácter comunicativos y formativos:

Por colecciones:

UI Children Cards
excludeAvatarstrue
sorttitle

Divbox
styleDISPLAY: NONE;

Table Spreadsheet
disableEditfalse
attachmentSpreadsheet-2024-07-26T10-27-59.tfss
saveAllVersionsfalse
id1730992271579d41d8cd98f00b204e9800998ecf8427e
autoSavefalse

la DGSIC:

Tabla de contenidos


Vídeos producidos en la DGSIC

Más información sobre los tipos de vídeos producidos en la DGSIC.


UI Tabs
UI Tab
titleListado general


Table Filter
fixedCols

Listado completo de vídeos:

table-filterfalse17309853740682089754840TIPOTIPO‚CATEGORÍA‚USUARIO‚TÍTULO1,2,3,4,5,6,10
totalrowCount,Count,Count,,,,,,,,,,,,
hidelabelsfalse
ddSeparator‚‚
sparkNameSparkline
hidePaneFiltration panel
customNoTableMsgText
limitHeight
sparklinefalse
default,,,,CATEGORÍA&&CC&&COLECCIÓN&&CREATION DATE&&Posterframe&&TIPO&&TÍTULO&&UPDATE DATE&&USUARIO&&Vídeo
isFirstTimeEntertrue
cell-width250,250,250,250,250
hideColumns
true
totalRowNameSUBTOTALES
totalColName
customNoTableMsgfalse
disabledfalse
enabledInEditorfalse
globalFilterfalse
id
1743597686460_
1550292304
iconfilter
order0,1,3,2,4
hideControlstrue
inversefalse,false,false,false,true
numbering
datefilter
column
COLECCIÓN,CATEGORÍA,USUARIO
sort
totalcol
disableSavetrue
rowsPerPage
separatorPoint (.)
labelsCOLECCIÓN‚CATEGORÍA‚USUARIO‚TÍTULO‚Hide columns
thousandSeparator
ignoreFirstNrows
ddOperatorOR,OR,OR
userfilterTÍTULO
datepattern
d M yy
dd-mm-yy
numberfilter
heightValue
hideFilters4
updateSelectOptionstrue
worklog365|5|8|y w d h m|y w d h m
isORAND
showNRowsifNotFiltered
Table Excerpt
nameRepositorio de vídeos

Excel
sortDescendingtrue
countryES
sheetsHoja1

sortColumnUPDATE DATE
columns

nameListado de vídeos.xlsx
width100%
languageES
pageRepositorio de vídeos
formatColumnfalse
exportFileDelimiter%2C
sortIcontrue

UI Tab
titlePor colecciones

UI Children Cards
excludeAvatarstrue
sorttitle


Divbox
classdivcontenedor
Divbox
stylewidth: 96%; text-align: left;
classdivcontenido

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
languagexml
titleEjemplo 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.

Image Added


Divbox
classir-arriba


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>