Skip to content

Commit

Permalink
Merge pull request #994 from vale-foco/FixConfigDeriv
Browse files Browse the repository at this point in the history
fix layout colonne config derivazioni + fix reteNatura2000 + fix getF…
  • Loading branch information
diegosanmartino authored Dec 16, 2021
2 parents 701abac + 2900c4b commit 40b0f45
Show file tree
Hide file tree
Showing 33 changed files with 237 additions and 239 deletions.
34 changes: 17 additions & 17 deletions frontend/assets/cardTemplateDerivazione.jsxt
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
},
{
headerName: 'Volume massimo annuo (m3)',
width: 150,
width: 200,
xpath:"decsiraogc_derivazioni:UsiDerivazione/decsiraogc_derivazioni:volumeMaxAnnuoUso/text()"
}
]
Expand Down Expand Up @@ -352,12 +352,12 @@
},
{
headerName: 'Portata massima utilizzata (l/s)',
width: 100,
width: 200,
xpath:"decsiraogc_derivazioni:PeriodiUtilizzoUsi/decsiraogc_derivazioni:qMaxPeriodoUso/text()"
},
{
headerName: 'Portata media utilizzata (l/s)',
width: 100,
width: 200,
xpath:"decsiraogc_derivazioni:PeriodiUtilizzoUsi/decsiraogc_derivazioni:qMedPeriodoUso/text()"
}
]
Expand Down Expand Up @@ -392,12 +392,12 @@
},
{
headerName: 'Potenza nominale media annua (kW)',
width: 100,
width: 220,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:potenzaNmaEner/text()"
},
{
headerName: 'Energia annualmente producibile (kWh)',
width: 100,
width: 250,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:energPaEner/text()"
}
]
Expand Down Expand Up @@ -426,27 +426,27 @@
},
{
headerName: 'Centrale in caverna',
width: 100,
width: 150,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:flgIncavernaRiqual/text()"
},
{
headerName: 'Potenza nominale media annua (kW)',
width: 100,
width: 230,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:potenzaNmaRiqual/text()"
},
{
headerName: 'Energia annualmente producibile (kWh)',
width: 100,
width: 250,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:energPaRiqual/text()"
},
{
headerName: 'Potenza nominale di pompaggio (kW)',
width: 100,
width: 230,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:potenzaNpompRiqual/text()"
},
{
headerName: 'Energia annua utilizzata per il pompaggio (kWh)',
width: 100,
width: 280,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:energiaAnnuaPompRiqual/text()"
}
]
Expand Down Expand Up @@ -475,37 +475,37 @@
},
{
headerName: 'Superficie irrigabile (ha)',
width: 100,
width: 150,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:supIrrigabileAgric/text()"
},
{
headerName: 'Bocca non tassata',
width: 100,
width: 130,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:flgBoccaNontassataAgric/text()"
},
{
headerName: 'Superficie irrigata (ha)',
width: 100,
width: 140,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:supIrrigataAgric/text()"
},
{
headerName: 'Irrigazione per scorrimento',
width: 100,
width: 170,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:flgIrrigScorrimAgric/text()"
},
{
headerName: 'Irrigazione per aspersione',
width: 100,
width: 170,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:flgIrrigAspersAgric/text()"
},
{
headerName: 'Irrigazione per microirrigazione',
width: 100,
width: 200,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:flgIrrigMicroirrAgric/text()"
},
{
headerName: 'Irrigazione per sommersione',
width: 100,
width: 180,
xpath:"decsiraogc_derivazioni:DatiSpecificiUsoDerivazione/decsiraogc_derivazioni:flgIrrigSommersAgric/text()"
}
]
Expand Down
14 changes: 7 additions & 7 deletions frontend/assets/cardTemplateFontanile.jsxt
Original file line number Diff line number Diff line change
Expand Up @@ -55,37 +55,37 @@
[
{
headerName: 'Codice rilievo',
width: 150,
width: 100,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaFontanile/decsiraogc_operecaptazione:codiceRilievoDeriv/text()"
},
{
headerName: 'Stato pratica',
width: 150,
width: 100,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaFontanile/decsiraogc_operecaptazione:desStatoDeriv/text()"
},
{
headerName: 'nel periodo dal',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaFontanile/decsiraogc_operecaptazione:periodoPrelievoDa/text()"
},
{
headerName: 'nel periodo al',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaFontanile/decsiraogc_operecaptazione:periodoPrelievoA/text()"
},
{
headerName: 'Portata massima istantanea (l/s)',
width: 150,
width: 180,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaFontanile/decsiraogc_operecaptazione:portataMaxDerivata/text()"
},
{
headerName: 'Portata media (l/s)',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaFontanile/decsiraogc_operecaptazione:portataMedDerivata/text()"
},
{
headerName: 'Volume massimo annuo (m3)',
width: 150,
width: 180,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaFontanile/decsiraogc_operecaptazione:volumeMaxConcessione/text()"
}
]
Expand Down
2 changes: 1 addition & 1 deletion frontend/assets/cardTemplatePozzo.jsxt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
},
{
headerName: 'Coefficiente di immagazzinamento',
width: 150,
width: 220,
xpath:"decsiraogc_operecaptazione:EmungDurataPozzo/decsiraogc_operecaptazione:coeffImmagEmungdurataPozzo/text()"
}
]
Expand Down
12 changes: 6 additions & 6 deletions frontend/assets/cardTemplatePresa.jsxt
Original file line number Diff line number Diff line change
Expand Up @@ -86,27 +86,27 @@
[
{
headerName: 'Codice rilievo',
width: 150,
width: 100,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaPresa/decsiraogc_operecaptazione:codiceRilievoDeriv/text()"
},
{
headerName: 'Stato pratica',
width: 150,
width: 100,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaPresa/decsiraogc_operecaptazione:desStatoDeriv/text()"
},
{
headerName: 'nel periodo dal',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaPresa/decsiraogc_operecaptazione:periodoPrelievoDa/text()"
},
{
headerName: 'nel periodo al',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaPresa/decsiraogc_operecaptazione:periodoPrelievoA/text()"
},
{
headerName: 'Portata massima istantanea (l/s)',
width: 150,
width: 200,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaPresa/decsiraogc_operecaptazione:portataMaxDerivata/text()"
},
{
Expand All @@ -116,7 +116,7 @@
},
{
headerName: 'Volume massimo annuo (m3)',
width: 150,
width: 200,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaPresa/decsiraogc_operecaptazione:volumeMaxConcessione/text()"
}
]
Expand Down
14 changes: 7 additions & 7 deletions frontend/assets/cardTemplateRestituzione.jsxt
Original file line number Diff line number Diff line change
Expand Up @@ -59,37 +59,37 @@
[
{
headerName: 'Codice rilievo',
width: 150,
width: 120,
xpath:"decsiraogc_derivazioni:PeriodoRestituzione/decsiraogc_derivazioni:codiceRilievoDeriv/text()"
},
{
headerName: 'Stato pratica',
width: 150,
width: 120,
xpath:"decsiraogc_derivazioni:PeriodoRestituzione/decsiraogc_derivazioni:desStatoDeriv/text()"
},
{
headerName: 'nel periodo dal',
width: 150,
width: 120,
xpath:"decsiraogc_derivazioni:PeriodoRestituzione/decsiraogc_derivazioni:periodoRestituzioneDa/text()"
},
{
headerName: 'nel periodo al',
width: 150,
width: 120,
xpath:"decsiraogc_derivazioni:PeriodoRestituzione/decsiraogc_derivazioni:periodoRestituzioneA/text()"
},
{
headerName: 'Portata massima restituita (l/s)',
width: 150,
width: 200,
xpath:"decsiraogc_derivazioni:PeriodoRestituzione/decsiraogc_derivazioni:portataMaxRestituita/text()"
},
{
headerName: 'Portata media annua restituita (l/s)',
width: 150,
width: 220,
xpath:"decsiraogc_derivazioni:PeriodoRestituzione/decsiraogc_derivazioni:portataMedRestituita/text()"
},
{
headerName: 'Volume massimo annuo restituito (m3)',
width: 150,
width: 220,
xpath:"decsiraogc_derivazioni:PeriodoRestituzione/decsiraogc_derivazioni:volumeMaxRestituito/text()"
}
]
Expand Down
12 changes: 6 additions & 6 deletions frontend/assets/cardTemplateSorgente.jsxt
Original file line number Diff line number Diff line change
Expand Up @@ -71,27 +71,27 @@
[
{
headerName: 'Codice rilievo',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaSorgente/decsiraogc_operecaptazione:codiceRilievoDeriv/text()"
},
{
headerName: 'Stato pratica',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaSorgente/decsiraogc_operecaptazione:desStatoDeriv/text()"
},
{
headerName: 'nel periodo dal',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaSorgente/decsiraogc_operecaptazione:periodoPrelievoDa/text()"
},
{
headerName: 'nel periodo al',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaSorgente/decsiraogc_operecaptazione:periodoPrelievoA/text()"
},
{
headerName: 'Portata massima istantanea (l/s)',
width: 150,
width: 200,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaSorgente/decsiraogc_operecaptazione:portataMaxDerivata/text()"
},
{
Expand All @@ -101,7 +101,7 @@
},
{
headerName: 'Volume massimo annuo (m3)',
width: 150,
width: 180,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaSorgente/decsiraogc_operecaptazione:volumeMaxConcessione/text()"
}
]
Expand Down
12 changes: 6 additions & 6 deletions frontend/assets/cardTemplateTrincea.jsxt
Original file line number Diff line number Diff line change
Expand Up @@ -69,27 +69,27 @@
[
{
headerName: 'Codice rilievo',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaTrincea/decsiraogc_operecaptazione:codiceRilievoDeriv/text()"
},
{
headerName: 'Stato pratica',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaTrincea/decsiraogc_operecaptazione:desStatoDeriv/text()"
},
{
headerName: 'nel periodo dal',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaTrincea/decsiraogc_operecaptazione:periodoPrelievoDa/text()"
},
{
headerName: 'nel periodo al',
width: 150,
width: 120,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaTrincea/decsiraogc_operecaptazione:periodoPrelievoA/text()"
},
{
headerName: 'Portata massima istantanea (l/s)',
width: 150,
width: 200,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaTrincea/decsiraogc_operecaptazione:portataMaxDerivata/text()"
},
{
Expand All @@ -99,7 +99,7 @@
},
{
headerName: 'Volume massimo annuo (m3)',
width: 150,
width: 180,
xpath:"decsiraogc_operecaptazione:PrelievoPerUtenzaTrincea/decsiraogc_operecaptazione:volumeMaxConcessione/text()"
}
]
Expand Down
5 changes: 3 additions & 2 deletions frontend/assets/css/sira.css
Original file line number Diff line number Diff line change
Expand Up @@ -845,9 +845,10 @@ overflow-y: auto;

.scheda-accessibility {
z-index: 1025;
width: 450px;
/*width: 450px;
min-height: 500px;
/*position: fixed;*/
position: fixed;*/
max-height: 280px;
overflow-x:hidden;
box-shadow: 0 0 5px 1px rgba(94,94,94,1);
margin-bottom: 0px;
Expand Down
Loading

0 comments on commit 40b0f45

Please sign in to comment.