| Divbox |
|---|
|
| Divbox |
|---|
| style | padding:0px !important; margin: 0px 0px 40px; 0px; width:98%; border-top:5px solid #0394D3; |
|---|
| class | divcontenido |
|---|
| | Divbox |
|---|
| style | background-color: #00b8d9; padding-bottom: 1px; padding-top: 60px; |
|---|
| Procesos de la DGSICgestión TIC Encuentra lo que necesitas mediante el buscador o el listado de procesos de la DGSICgestión TIC | Divbox |
|---|
| style | position: relative; height: 105px; marginmargin-top: -5px; padding-top: -30px0px; |
|---|
| | Buscar |
|---|
spaceKey | GTIC |
|---|
| placeholderText | Introduce una palabra clave |
|---|
| cql | ancestor label = 169597233 "sshhprocesos" |
|---|
|
|
| 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: -230px; right: 3%; |
|---|
| 
|
|
|
| Divbox |
|---|
| Crear desde plantilla |
|---|
| templateName | 200015874 |
|---|
| templateId | 200015874 |
|---|
| buttonLabel | Crear nuevo nueva página de proceso |
|---|
|
|
| Divbox |
|---|
| style | height: auto; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 0px; text-align: left !important; |
|---|
| | Divbox |
|---|
| style | width: 94%; padding: 0px !important; |
|---|
| | Table Filter |
|---|
| totalrow | ,,,,,, |
|---|
| hidelabels | false |
|---|
| ddSeparator | ‚ |
|---|
| sparkName | Sparkline |
|---|
| hidePane | Table headerFiltration panel |
|---|
| sparkline | false |
|---|
| default | ,->, |
|---|
| isFirstTimeEnter | true |
|---|
| cell-width | 150250,250,150250 |
|---|
| hideColumns | false |
|---|
| customNoTableMsg | false |
|---|
| disabled | false |
|---|
| enabledInEditor | false |
|---|
| globalFilter | true |
|---|
| id | 17139527627251752830023912_13899190111311485990 |
|---|
| order | 01,2,10 |
|---|
| hideControls | false |
|---|
| inverse | false,false,false |
|---|
| datefiltercolumn | ModificadoCategoría,Subcategoría |
|---|
| disableSave | false |
|---|
| separator | Point (.) |
|---|
| labels | Título‚Modificado‚Filter Categoría‚Subcategoría‚Filter whole table |
|---|
| userfilterddOperator | TítuloOR,OR |
|---|
| datepattern | M dd, yy |
|---|
| updateSelectOptions | falsetrue |
|---|
| worklog | 365|5|8|y w d h m|y w d h m |
|---|
| isOR | AND |
|---|
| | Informe de propiedades de página |
|---|
| headings | Código, Descripción, Categoría, Subcategoría ,Responsable, Modificado |
|---|
| pageSize | 50100 |
|---|
| 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> |