| Divbox |
|---|
| style | background-color: #0052CC#00b8d9; padding-bottom: 1px; |
|---|
|
| Divbox |
|---|
| style | display: flex; width: 99%; padding: 0px; |
|---|
| | Divbox |
|---|
| style | display: flex; DISPLAY:NONE; justify-content: flex-start !important; flex-grow: 1; |
|---|
| | Divbox |
|---|
| style | padding: 0px 0px 10px 0px; |
|---|
| Image Added
|
| Divbox |
|---|
| style | padding: 2px 20px 0px 3px; color: #ffffff !important; |
|---|
| Vídeos |
| Divbox |
|---|
| style | padding: 0px 0px 10px 0px; |
|---|
| Image Added
|
| Divbox |
|---|
| style | padding: 2px 0px 0px 3px; |
|---|
|
|
|
| | Divbox |
|---|
| style | display: flex; justify-content: flex-end !important; text-align: right; padding-top: 0px; padding-right: 0px; flex-grow: 4; |
|---|
|
|
|
Procesos Ayuda sobre procesos de la STICEncuentra los lo que necesitas mediante el buscador o el listado de procesos de la STIC | Divbox |
|---|
| style | position: relative; height: 65px105px; margin-top: -10px30px; |
|---|
| | Buscar |
|---|
| spaceKey | SOPORTE |
|---|
| placeholderText | Introduce una palabra clave |
|---|
|
|
| Divbox |
|---|
| style | margin-top: -25px; padding:0px !important; text-align: center; |
|---|
| | Tooltip |
|---|
| appendIcon | Info-Circle |
|---|
| linkTextUnderline | true |
|---|
| linkText | ¿Tienes alguna duda? ¿No encuentras lo que necesitas? |
|---|
| linkTextColor | #FFFFFF |
|---|
| linkTextUnderlineColor | #FFFFFF |
|---|
| Registra tu duda a través de una tarea de Jira, con las siguientes indicaciones: Proyecto: ESTELA Componente: Confluence |
|
| Divbox |
|---|
| style | padding-bottom:1px; text-align: right; |
|---|
| | Divbox |
|---|
| style | position: absolute; margin-top: -285px235px; right: 50px2%; |
|---|
| Image Modified
|
|
|
| Divbox |
|---|
| style | height: auto; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 40px; |
|---|
|
| Divbox |
|---|
| | Divbox |
|---|
| style | float: right !important; margin: 0px !important; padding: 0px !important; |
|---|
| class | divcontenidotransparente |
|---|
| | Crear desde plantilla |
|---|
| templateName | 151814154 |
|---|
| templateId | 151814154 |
|---|
| buttonLabel | Crear nuevo |
|---|
|
|
|
|
tip Image Added Modelos, procesos y procedimientos
| Informe de propiedades de página |
|---|
| headings | Categoría, Subcategoría, Modificado |
|---|
| pageSize | 25 |
|---|
| sortBy | Modificado |
|---|
| cql | label = "sshhprocesos" and space = currentSpace() and ancestor = "169597233" |
|---|
|
|
|
| Divbox |
|---|
| style | display:none; |
|---|
| class | divcontenedor |
|---|
|
| Divbox |
|---|
| style | width: 42%; |
|---|
| class | divcontenido |
|---|
| Gestión de proyectos| Informe de propiedades de página |
|---|
| headings | Modificado |
|---|
| pageSize | 20 |
|---|
| sortBy | Title |
|---|
| cql | label = "procesos-gestión-proyectos" and space = currentSpace() |
|---|
|
|
| Divbox |
|---|
| style | width: 42%; |
|---|
| class | divcontenido |
|---|
| Gestión de servicios| Informe de propiedades de página |
|---|
| headings | Modificado |
|---|
| pageSize | 20 |
|---|
| sortBy | Title |
|---|
| cql | label = "procesos-gestión-servicios" and space = currentSpace() |
|---|
|
|
| Divbox |
|---|
| style | width: 42%; |
|---|
| class | divcontenido |
|---|
| Gestión de lanzamientos| Informe de propiedades de página |
|---|
| headings | Modificado |
|---|
| pageSize | 20 |
|---|
| sortBy | Title |
|---|
| cql | label = "procesos-gestión-lanzamientos" and space = currentSpace() |
|---|
|
|
| Divbox |
|---|
| style | width: 42%; |
|---|
| class | divcontenido |
|---|
| Otros| Informe de propiedades de página |
|---|
| headings | Modificado |
|---|
| pageSize | 20 |
|---|
| sortBy | Title |
|---|
| cql | label = "procesos-otros" and space = currentSpace() |
|---|
|
|
|
| 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> |