Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
K
kiosqueip
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza Arfaoui
kiosqueip
Commits
05d1216d
Commit
05d1216d
authored
Jun 05, 2024
by
Hamza Arfaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CAFI193 CAFI195 CAFI196
parent
6f77eead
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
style.css
assets/css/style.css
+2
-2
conseiller-panel.html
assets/templates/borne/conseiller-panel.html
+2
-2
app.js
bornes/assets/js/app.js
+3
-3
No files found.
assets/css/style.css
View file @
05d1216d
...
@@ -95,7 +95,7 @@ width: 72px;
...
@@ -95,7 +95,7 @@ width: 72px;
.srdv-page
#page-title
span
{
font-size
:
56px
;}
.srdv-page
#page-title
span
{
font-size
:
56px
;}
.cons_item
,
.pagination-item.direction
,
.pagination
>
li
.direction
{
background-color
:
#d51d1d
;}
.cons_item
,
.pagination-item.direction
,
.pagination
>
li
.direction
{
background-color
:
#d51d1d
;}
.cons_item
.lastname
,
.cons_item.myst
.title
{
/* font-weight: bold; *//* font-size: 26px !important; */
}
.cons_item
.lastname
,
.cons_item.myst
.title
{
/* font-weight: bold; *//* font-size: 26px !important; */
}
.cons_item
.lastname.bigname
{
font-size
:
23px
!important
;
}
.cons_item
.lastname.bigname
{
/* font-size: 23px !important; */
}
.cons_item
.lastname.bigname2
{
font-size
:
16px
!important
;}
.cons_item
.lastname.bigname2
{
font-size
:
16px
!important
;}
.cons_item
.lastname.bigname3
{
font-size
:
17px
!important
;}
.cons_item
.lastname.bigname3
{
font-size
:
17px
!important
;}
.cons_item
.lastname.bigname4
{
font-size
:
15px
!important
;}
.cons_item
.lastname.bigname4
{
font-size
:
15px
!important
;}
...
@@ -254,7 +254,7 @@ right: 0;
...
@@ -254,7 +254,7 @@ right: 0;
#cons-pagination
{
top
:
650px
;}
#cons-pagination
{
top
:
650px
;}
.double-col-motifs
.motif-item
{
/* padding: 10px 50px; */
}
.double-col-motifs
.motif-item
{
/* padding: 10px 50px; */
}
nfc-page
>
div
.nfc-infos
{
color
:
#09635D
;
font-size
:
60px
;
top
:
28px
;
position
:
relative
;}
nfc-page
>
div
.nfc-infos
{
color
:
#09635D
;
font-size
:
60px
;
top
:
28px
;
position
:
relative
;}
.conseillerName
{
white-space
:
normal
;
line-height
:
38
px
;
width
:
265px
;
/* font-weight: 700; */
font-family
:
OpenSansSemiBold
!important
;
/* word-wrap: break-word; */
}
.conseillerName
{
white-space
:
normal
;
line-height
:
40
px
;
width
:
265px
;
/* font-weight: 700; */
font-family
:
OpenSansSemiBold
!important
;
/* word-wrap: break-word; */
}
.cons_item
.lastname
{
text-transform
:
uppercase
;
display
:
inline-block
;
width
:
265px
;
word-wrap
:
break-word
;}
.cons_item
.lastname
{
text-transform
:
uppercase
;
display
:
inline-block
;
width
:
265px
;
word-wrap
:
break-word
;}
.cons_item.myst
.conseillerName
{
.cons_item.myst
.conseillerName
{
text-transform
:
inherit
;
text-transform
:
inherit
;
...
...
assets/templates/borne/conseiller-panel.html
View file @
05d1216d
<image
width=
"174"
height=
"149"
ng-src=
"{{caisse.params.subfolder}}{{conseiller.photo}}"
ng-hide=
"config.backoffice.TOGGLE_SHOW_PHOTOS && caisse.params.show_photos == 0"
></image>
<image
width=
"174"
height=
"149"
ng-src=
"{{caisse.params.subfolder}}{{conseiller.photo}}"
ng-hide=
"config.backoffice.TOGGLE_SHOW_PHOTOS && caisse.params.show_photos == 0"
></image>
<div
class=
"title"
>
<div
class=
"title"
>
<div
class=
"conseillerName"
>
<div
class=
"conseillerName"
>
<span
class=
"firstname"
ng-class=
"{'bigname':
(conseiller.prenom.length > 14 && conseiller.nom.length > 14) || (conseiller.prenom.length > 28 && conseiller.nom.length < 14)
}"
>
{{(currentLang == 'ar') ? conseiller.prenom_ar : conseiller.prenom}}
</span>
<span
class=
"firstname"
ng-class=
"{'bigname':
conseiller.id != 0 && conseiller.prenom.length > 14
}"
>
{{(currentLang == 'ar') ? conseiller.prenom_ar : conseiller.prenom}}
</span>
<!-- <span class="lastname" ng-class="{'bigname':conseiller.nom.length>bignameLength, 'bigname2':conseiller.nom.length>=15, 'bigname-3':conseiller.nom.length>=18}">{{(currentLang == 'ar') ? conseiller.nom_ar : conseiller.nom}}</span><br/> -->
<!-- <span class="lastname" ng-class="{'bigname':conseiller.nom.length>bignameLength, 'bigname2':conseiller.nom.length>=15, 'bigname-3':conseiller.nom.length>=18}">{{(currentLang == 'ar') ? conseiller.nom_ar : conseiller.nom}}</span><br/> -->
<br/><span
class=
"lastname"
ng-class=
"{'bigname':
(conseiller.prenom.length > 14 && conseiller.nom.length > 14) || (conseiller.nom.length > 28 && conseiller.prenom.length < 14)
}"
>
{{(currentLang == 'ar') ? conseiller.nom_ar : conseiller.nom}}
</span><br/>
<br/><span
class=
"lastname"
ng-class=
"{'bigname':
conseiller.id != 0 && conseiller.nom.length > 14
}"
>
{{(currentLang == 'ar') ? conseiller.nom_ar : conseiller.nom}}
</span><br/>
</div>
</div>
<span
class=
"fonction"
ng-if=
"getFunctionVisiblity(conseiller.fonction) == 1"
ng-hide=
"conseiller.myst == 1"
ng-class=
"{'bigfunction':getFonction(conseiller.label_fonction,conseiller.fonction).length>23}"
>
<span
class=
"fonction"
ng-if=
"getFunctionVisiblity(conseiller.fonction) == 1"
ng-hide=
"conseiller.myst == 1"
ng-class=
"{'bigfunction':getFonction(conseiller.label_fonction,conseiller.fonction).length>23}"
>
{{getFonction(conseiller.label_fonction,conseiller.fonction)}}
{{getFonction(conseiller.label_fonction,conseiller.fonction)}}
...
...
bornes/assets/js/app.js
View file @
05d1216d
...
@@ -1272,14 +1272,14 @@ app.controller("CaisseController", ['$http', '$scope', '$controller', '$timeout'
...
@@ -1272,14 +1272,14 @@ app.controller("CaisseController", ['$http', '$scope', '$controller', '$timeout'
}
}
}
}
if
(
msg
.
message
)
{
if
(
msg
.
message
)
{
waitMessage
=
msg
.
message
.
replace
(
/
\\
/g
,
""
).
replace
(
"[CLIENT]"
,
client
).
replace
(
"[CONSEILLER]"
,
"un co
nseille
r"
);
waitMessage
=
msg
.
message
.
replace
(
/
\\
/g
,
""
).
replace
(
"[CLIENT]"
,
client
).
replace
(
"[CONSEILLER]"
,
"un co
llaborateu
r"
);
}
}
break
;
break
;
case
1
:
case
1
:
// RDV
// RDV
if
(
that
.
currentConseiller
==
0
)
{
if
(
that
.
currentConseiller
==
0
)
{
var
msg
=
$scope
.
getOrientationByEntite
(
$scope
.
currentTab
,
0
);
var
msg
=
$scope
.
getOrientationByEntite
(
$scope
.
currentTab
,
0
);
waitMessage
=
msg
.
message
.
replace
(
"[CLIENT]"
,
client
).
replace
(
"[CONSEILLER]"
,
"<span class='consName'>un co
nseille
r</span>"
);
waitMessage
=
msg
.
message
.
replace
(
"[CLIENT]"
,
client
).
replace
(
"[CONSEILLER]"
,
"<span class='consName'>un co
llaborateu
r</span>"
);
}
else
{
}
else
{
var
cons
=
$scope
.
getConseillerByID
(
that
.
currentConseiller
);
var
cons
=
$scope
.
getConseillerByID
(
that
.
currentConseiller
);
var
showAgentfirstname
=
(
$scope
.
borne
.
ORIENTATIONS
.
AGENT
==
undefined
||
$scope
.
borne
.
ORIENTATIONS
.
AGENT
.
prenom
==
undefined
)
?
true
:
$scope
.
borne
.
ORIENTATIONS
.
AGENT
.
prenom
;
var
showAgentfirstname
=
(
$scope
.
borne
.
ORIENTATIONS
.
AGENT
==
undefined
||
$scope
.
borne
.
ORIENTATIONS
.
AGENT
.
prenom
==
undefined
)
?
true
:
$scope
.
borne
.
ORIENTATIONS
.
AGENT
.
prenom
;
...
@@ -1310,7 +1310,7 @@ app.controller("CaisseController", ['$http', '$scope', '$controller', '$timeout'
...
@@ -1310,7 +1310,7 @@ app.controller("CaisseController", ['$http', '$scope', '$controller', '$timeout'
// Meeting
// Meeting
msg
=
$scope
.
getOrientationByType
(
1
);
msg
=
$scope
.
getOrientationByType
(
1
);
if
(
msg
.
message
)
{
if
(
msg
.
message
)
{
waitMessage
=
msg
.
message
.
replace
(
/
\\
/g
,
""
).
replace
(
"[CLIENT]"
,
client
).
replace
(
"[CONSEILLER]"
,
"
Un conseille
r"
);
waitMessage
=
msg
.
message
.
replace
(
/
\\
/g
,
""
).
replace
(
"[CLIENT]"
,
client
).
replace
(
"[CONSEILLER]"
,
"
un collaborateu
r"
);
}
}
break
;
break
;
}
}
...
...
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