From: Vincent Vanwaelscappel Date: Wed, 28 Sep 2022 15:32:22 +0000 (+0200) Subject: wait #5490 @2.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=42376055d5643fad4625a9da182b8d01020cd1a3;p=eif-extranet.git wait #5490 @2.5 --- diff --git a/audits.php b/audits.php new file mode 100644 index 0000000..187418f --- /dev/null +++ b/audits.php @@ -0,0 +1,198 @@ + +
+ + + + + + Rechercher + Réinitialiser les filtres +
+
+
+
+ + +
+

Simulations : 7 Scans TFPB-TEOM

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Numéro de dossierAuditeurNature du bienPropriétaireNuméro d'actifCode postalAdresse cadastraleVilleGestionnaireNature de la missionImpôtsAnnéesDate de la conclusionEtat du dossierMontant impôtMontant réclamé
0027030Antoine METAYERBureauxSCI Fox-Trot Bretagne PerformanceId102434223 Avenue De La Cote Saint Remy20290PRUNELLI DI CASACONIMINTRAELAuditTFPB2020 - 202116/06/2021En cours d'instruction au Pelp-352 675 €
0027030Antoine METAYERBureauxSCI Fox-Trot Bretagne PerformanceId102434223 Avenue De La Cote Saint Remy20290PRUNELLI DI CASACONIMINTRAELAuditTFPB2020 - 202116/06/2021En cours d'instruction au Pelp-352 675 €
0027030Antoine METAYERBureauxSCI Fox-Trot Bretagne PerformanceId102434223 Avenue De La Cote Saint Remy20290PRUNELLI DI CASACONIMINTRAELAuditTFPB2020 - 202116/06/2021En cours d'instruction au Pelp-352 675 €
0027030Antoine METAYERBureauxSCI Fox-Trot Bretagne PerformanceId102434223 Avenue De La Cote Saint Remy20290PRUNELLI DI CASACONIMINTRAELAuditTFPB2020 - 202116/06/2021En cours d'instruction au Pelp-352 675 €
0027030Antoine METAYERBureauxSCI Fox-Trot Bretagne PerformanceId102434223 Avenue De La Cote Saint Remy20290PRUNELLI DI CASACONIMINTRAELAuditTFPB2020 - 202116/06/2021En cours d'instruction au Pelp-352 675 €
0027030Antoine METAYERBureauxSCI Fox-Trot Bretagne PerformanceId102434223 Avenue De La Cote Saint Remy20290PRUNELLI DI CASACONIMINTRAELAuditTFPB2020 - 202116/06/2021En cours d'instruction au Pelp-352 675 €
0027030Antoine METAYERBureauxSCI Fox-Trot Bretagne PerformanceId102434223 Avenue De La Cote Saint Remy20290PRUNELLI DI CASACONIMINTRAELAuditTFPB2020 - 202116/06/2021En cours d'instruction au Pelp-352 675 €
+ +
+ \ No newline at end of file diff --git a/style/inc/forms.sass b/style/inc/forms.sass index 2245e69..44043c7 100644 --- a/style/inc/forms.sass +++ b/style/inc/forms.sass @@ -1,7 +1,13 @@ form + &.section + margin-bottom: 40px + @include white-block + input[type="text"], input[type="search"], select, textarea + background-color: $background-color + margin-top: 20px - label + >label display: inline-block vertical-align: bottom position: relative diff --git a/style/inc/mixins.sass b/style/inc/mixins.sass new file mode 100644 index 0000000..829c1f2 --- /dev/null +++ b/style/inc/mixins.sass @@ -0,0 +1,4 @@ +@mixin white-block + border-radius: 6px + background-color: #fff + padding: $space \ No newline at end of file diff --git a/style/inc/switch.sass b/style/inc/switch.sass index d5aeb72..5e602a7 100644 --- a/style/inc/switch.sass +++ b/style/inc/switch.sass @@ -1,3 +1,11 @@ +.switch-large + margin-bottom: 40px + .switch + height: 50px + position: static + label, a + padding: 15px + .switch display: inline-block background-color: #F0EDEB @@ -5,7 +13,7 @@ padding: 3px position: absolute - label + label, a border-radius: 3px padding: 10px font-size: 16px @@ -13,11 +21,12 @@ text-align: center display: inline-block cursor: pointer + color: $input-text-color input visibility: hidden position: absolute - &.checked + &.checked,&.active background-color: #fff box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) \ No newline at end of file diff --git a/style/inc/table.sass b/style/inc/table.sass new file mode 100644 index 0000000..dce253e --- /dev/null +++ b/style/inc/table.sass @@ -0,0 +1,86 @@ +table + width: 100% + font-size: 16px + + &.table-compact + font-size: 12px + + input[type=checkbox] + text-align: center + + td, th + padding: 10px + vertical-align: middle + text-align: left + height: 70px + + &:first-child + text-align: center + + thead + th + background-color: $thead-background + color: #fff + font-weight: bold + padding-right: 30px + position: relative + + svg + position: absolute + display: inline-block + height: 5px + overflow: visible + top: calc(50% - 6px) + right: 10px + + &.eif-order + height: 12px + color: rgba(255, 255, 255, 0.25) + + &.eif-order-asc + top: calc(50% - 6px) + + &.eif-order-desc + top: calc(50%) + + &:first-child + border-radius: 4px 0 0 0 + padding-right: 10px + + &:last-child + border-radius: 0 4px 0 0 + + tbody + tr + border-style: solid + border-width: 1px 0 + border-color: $light-color + + &.selected + td + background-color: $table-selected-background + + &:nth-child(even) + td + background-color: $table-odd-background + + &.selected + td + background-color: $table-odd-selected-background + + .svg-icon[class^=eif-evolution-] + position: relative + top: 2px + margin-left: 5px + + .svg-icon.eif-evolution-stable + color: $evolution-stable + height: 14px + + .svg-icon.eif-evolution-asc + color: $evolution-asc + height: 16px + + .svg-icon.eif-evolution-desc + color: $evolution-desc + height: 16px \ No newline at end of file diff --git a/style/style.sass b/style/style.sass index d0933b8..6b6e439 100644 --- a/style/style.sass +++ b/style/style.sass @@ -1,5 +1,6 @@ @import "inc/variables" @import "inc/reset" +@import "inc/mixins" html, body, main min-height: 100% @@ -32,9 +33,7 @@ main padding: 15px 0 &.table - border-radius: 6px - background-color: #fff - padding: $space + @include white-block header, footer position: relative @@ -59,89 +58,7 @@ main footer margin: 20px 0 0 0 - table - width: 100% - font-size: 16px - - input[type=checkbox] - text-align: center - - td, th - padding: 10px - vertical-align: middle - text-align: left - height: 70px - - &:first-child - text-align: center - - thead - th - background-color: $thead-background - color: #fff - font-weight: bold - padding-right: 30px - - svg - display: inline-block - height: 5px - margin-left: 6px - overflow: visible - vertical-align: top - margin-top: 3px - - &.eif-order - height: 12px - color: rgba(255, 255, 255, 0.25) - - &.eif-order-asc - vertical-align: top - - &.eif-order-desc - margin-top: 8px - - &:first-child - border-radius: 4px 0 0 0 - padding-right: 10px - - &:last-child - border-radius: 0 4px 0 0 - - tbody - tr - border-style: solid - border-width: 1px 0 - border-color: $light-color - - &.selected - td - background-color: $table-selected-background - - &:nth-child(even) - td - background-color: $table-odd-background - - &.selected - td - background-color: $table-odd-selected-background - - .svg-icon[class^=eif-evolution-] - position: relative - top: 2px - margin-left: 5px - - .svg-icon.eif-evolution-stable - color: $evolution-stable - height: 14px - - .svg-icon.eif-evolution-asc - color: $evolution-asc - height: 16px - - .svg-icon.eif-evolution-desc - color: $evolution-desc - height: 16px - + @import "inc/table" h2 color: $headings-color