Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
Intranet
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Matteo
Intranet
Commits
7a0ef240
Commit
7a0ef240
authored
Feb 09, 2022
by
Matteo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c08fcd5c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
9 deletions
+10
-9
documenti.page.html
src/app/pages/documenti/documenti.page.html
+3
-2
interviste.page.html
src/app/pages/interviste/interviste.page.html
+1
-1
notifiche.page.html
src/app/pages/notifiche/notifiche.page.html
+1
-1
parere.page.html
src/app/pages/parere/parere.page.html
+1
-1
segreteria.page.html
src/app/pages/segreteria/segreteria.page.html
+4
-4
No files found.
src/app/pages/documenti/documenti.page.html
View file @
7a0ef240
...
...
@@ -152,7 +152,8 @@
</ion-row>
<div
class=
"content-index"
*
ngFor=
"let documento of documenti.documenti; trackBy: trackByDoc"
>
<a
href=
"{{documento.url}}"
target=
"_blank"
download
tappable
title=
"{{ 'scarica_doc' | translate }}"
>
<div
class=
"struttura-sel documento-box"
tappable
#
lock
(
mouseover
)="
lock
.
isHover =
true"
(
mouseout
)="
lock
.
isHover =
false"
>
<!--<div class="struttura-sel documento-box" tappable #lock (mouseover)="lock.isHover = true" (mouseout)="lock.isHover = false">-->
<div
class=
"struttura-sel documento-box"
tappable
>
<ion-row
class=
"row-box"
>
<ion-col>
<div
class=
"documento-text"
>
...
...
@@ -167,7 +168,7 @@
<ion-col>
<div
tappable
class=
"icon2"
>
<img
src=
"assets/img/documenti.png"
tappable
/>
<ion-icon
*
ngIf=
"lock.isHover"
class=
"button-icon-download"
slot=
"icon-only"
name=
"download"
title=
"{{ 'scarica_doc' | translate }}"
></ion-icon>
<ion-icon
class=
"button-icon-download"
slot=
"icon-only"
name=
"download"
title=
"{{ 'scarica_doc' | translate }}"
></ion-icon>
</div>
</ion-col>
</ion-row>
...
...
src/app/pages/interviste/interviste.page.html
View file @
7a0ef240
...
...
@@ -209,7 +209,7 @@
</div>
<div
class=
"content-index"
*
ngFor=
"let topic of topics; trackBy: trackByDoc"
>
<div
tappable
title=
"{{ 'visualizza_dettagli' | translate }}"
>
<div
class=
"struttura-sel documento-box"
tappable
#
lock
(
mouseover
)="
lock
.
isHover =
true"
(
mouseout
)="
lock
.
isHover =
false"
>
<div
class=
"struttura-sel documento-box"
tappable
>
<ion-row
class=
"row-box"
>
<ion-col>
<div
class=
"documento-text"
>
...
...
src/app/pages/notifiche/notifiche.page.html
View file @
7a0ef240
...
...
@@ -193,7 +193,7 @@
</div>
<div
class=
"content-index"
*
ngFor=
"let notifica of notifiche; trackBy: trackByDoc"
>
<div
tappable
title=
"{{ 'visualizza_dettagli' | translate }}"
>
<div
class=
"struttura-sel documento-box"
tappable
#
lock
(
mouseover
)="
lock
.
isHover =
true"
(
mouseout
)="
lock
.
isHover =
false"
>
<div
class=
"struttura-sel documento-box"
tappable
>
<ion-row
class=
"row-box"
>
<ion-col>
<div
class=
"documento-text"
>
...
...
src/app/pages/parere/parere.page.html
View file @
7a0ef240
...
...
@@ -239,7 +239,7 @@
</div>
<div
class=
"content-index"
*
ngFor=
"let parere of pareri; trackBy: trackByDoc"
>
<div
tappable
title=
"{{ 'visualizza_dettagli' | translate }}"
>
<div
class=
"struttura-sel documento-box"
tappable
#
lock
(
mouseover
)="
lock
.
isHover =
true"
(
mouseout
)="
lock
.
isHover =
false"
>
<div
class=
"struttura-sel documento-box"
tappable
>
<ion-row
class=
"row-box"
>
<ion-col>
<div
class=
"documento-text"
>
...
...
src/app/pages/segreteria/segreteria.page.html
View file @
7a0ef240
...
...
@@ -346,7 +346,7 @@
<div
*
ngFor=
"let fattura of fatture; trackBy: trackByDoc"
>
<div
class=
"content-index"
*
ngIf=
"(!visualizzaProgetti && fattura.nrNotula != null) || visualizzaProgetti"
>
<a
*
ngIf=
"visualizzaProgetti"
href=
"{{fattura.urlProgNotula}}"
target=
"_blank"
download
tappable
title=
"{{ 'scarica_pnotula' | translate }}"
>
<div
class=
"struttura-sel documento-box"
tappable
#
lock
(
mouseover
)="
lock
.
isHover =
true"
(
mouseout
)="
lock
.
isHover =
false"
>
<div
class=
"struttura-sel documento-box"
tappable
>
<ion-row
class=
"row-box"
>
<ion-col>
<div
class=
"documento-text"
>
...
...
@@ -361,14 +361,14 @@
<ion-col>
<div
tappable
class=
"icon2"
>
<img
src=
"assets/img/documenti.png"
tappable
/>
<ion-icon
*
ngIf=
"lock.isHover"
class=
"button-icon-download"
slot=
"icon-only"
name=
"download"
title=
"{{ 'scarica_doc' | translate }}"
></ion-icon>
<ion-icon
class=
"button-icon-download"
slot=
"icon-only"
name=
"download"
title=
"{{ 'scarica_doc' | translate }}"
></ion-icon>
</div>
</ion-col>
</ion-row>
</div>
</a>
<a
*
ngIf=
"!visualizzaProgetti"
href=
"{{fattura.urlNotula}}"
target=
"_blank"
download
tappable
title=
"{{ 'scarica_notula' | translate }}"
>
<div
class=
"struttura-sel documento-box"
tappable
#
lock
(
mouseover
)="
lock
.
isHover =
true"
(
mouseout
)="
lock
.
isHover =
false"
>
<div
class=
"struttura-sel documento-box"
tappable
>
<ion-row
class=
"row-box"
>
<ion-col>
<div
class=
"documento-text"
>
...
...
@@ -383,7 +383,7 @@
<ion-col>
<div
tappable
class=
"icon2"
>
<img
src=
"assets/img/documenti.png"
tappable
/>
<ion-icon
*
ngIf=
"lock.isHover"
class=
"button-icon-download"
slot=
"icon-only"
name=
"download"
title=
"{{ 'scarica_doc' | translate }}"
></ion-icon>
<ion-icon
class=
"button-icon-download"
slot=
"icon-only"
name=
"download"
title=
"{{ 'scarica_doc' | translate }}"
></ion-icon>
</div>
</ion-col>
</ion-row>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment