| Divbox |
|---|
| style | background-color: #0052CC; padding-bottom: 1px; |
|---|
|
Ayuda sobre procesos de la STICEncuentra los que necesitas mediante el buscador o el listado de procesos de la STIC | Divbox |
|---|
| style | position: relative; height: 65px; margin-top: -10px; |
|---|
| | Buscar |
|---|
| spaceKey | SOPORTE |
|---|
| placeholderText | Introduce una palabra clave |
|---|
|
|
| UI Button |
|---|
| color | turquoise |
|---|
| icon | info |
|---|
| title | Gestión del conocimiento de la STIC |
|---|
| url | https://ws001.sspa.juntadeandalucia.es/confluence/pages/viewpage.action?pageId=44599548 |
|---|
|
| UI Button |
|---|
| color | turquoise |
|---|
| icon | link |
|---|
| title | Ir al Espacio de Servicios de Gestión TIC |
|---|
| url | https://ws001.sspa.juntadeandalucia.es/confluence/pages/viewpage.action?pageId=3866715 |
|---|
|
| Divbox |
|---|
| style | padding-bottom:1px; text-align: right; |
|---|
| | Divbox |
|---|
| style | position: absolute; margin-top: -285px; right: 50px; |
|---|
|

|
|
|
| Crear desde plantilla |
|---|
| templateName | 151814154 |
|---|
| templateId | 151814154 |
|---|
| buttonLabel | Crear nuevo tip |
|---|
|
| Informe de propiedades de página |
|---|
| pageSize | 25 |
|---|
| sortBy | Modificado |
|---|
| cql | label = "kb-how-to-articlesshhprocesos" and space = currentSpace() and ancestor = "150270013169597233" |
|---|
|
| 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> |