Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DoliSCAN
client-cordova
Commits
76dcc324
Commit
76dcc324
authored
Sep 16, 2021
by
Eric Seigne
Browse files
add autocomplete and vertical scroll for identities
parent
bd567dfd
Changes
1
Show whitespace changes
Inline
Side-by-side
www/login.html
View file @
76dcc324
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<div
class=
"center"
>
DoliSCAN
</div>
<div
class=
"center"
>
DoliSCAN
</div>
</ons-toolbar>
</ons-toolbar>
<ons-carousel
fullscreen
swipeable
auto-scroll
overscrollable
auto-refresh
id=
"carousel"
>
<ons-carousel
fullscreen
swipeable
auto-scroll
overscrollable
auto-refresh
direction=
"horizontal"
id=
"carousel"
>
<ons-carousel-item>
<ons-carousel-item>
<div
class=
"container"
>
<div
class=
"container"
>
<form
id=
"leformLogin"
>
<form
id=
"leformLogin"
>
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<div
id=
"interobjetsDouble"
></div>
<div
id=
"interobjetsDouble"
></div>
<label
style=
"margin-top: 20px;"
for=
"email"
class=
"translate"
>
loginEmail
</label>
<label
style=
"margin-top: 20px;"
for=
"email"
class=
"translate"
>
loginEmail
</label>
<span
class=
"deleteicon"
>
<span
class=
"deleteicon"
>
<ons-input
required
modifier=
"underbar"
name=
"email"
id=
"email"
type=
"email"
placeholder=
""
value=
""
autocorrect=
"off"
autocapitalize=
"off"
spellcheck=
"false"
></ons-input>
<ons-input
required
modifier=
"underbar"
name=
"email"
id=
"email"
type=
"email"
placeholder=
""
value=
""
autocorrect=
"off"
autocapitalize=
"off"
spellcheck=
"false"
autocomplete=
"email"
></ons-input>
<span
class=
"deleteicon2"
onclick=
"email.value='';email.focus();"
><i
style=
"font-size: x-large;"
class=
"zmdi zmdi-close-circle-o"
></i></span>
<span
class=
"deleteicon2"
onclick=
"email.value='';email.focus();"
><i
style=
"font-size: x-large;"
class=
"zmdi zmdi-close-circle-o"
></i></span>
</span>
</span>
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<span
toggle=
"#password"
class=
"fa fa-fw fa-eye field-pass-icon toggle-password"
></span>
<span
toggle=
"#password"
class=
"fa fa-fw fa-eye field-pass-icon toggle-password"
></span>
</label>
</label>
<span
class=
"deleteicon"
>
<span
class=
"deleteicon"
>
<ons-input
name=
"password"
id=
"password"
type=
"password"
class=
"form-control"
placeholder=
""
value=
""
autocorrect=
"off"
autocapitalize=
"off"
spellcheck=
"false"
></ons-input>
<ons-input
name=
"password"
id=
"password"
type=
"password"
class=
"form-control"
placeholder=
""
value=
""
autocorrect=
"off"
autocapitalize=
"off"
spellcheck=
"false"
autocomplete=
"current-password"
></ons-input>
<span
class=
"deleteicon2"
onclick=
"password.value='';password.focus();"
><i
style=
"font-size: x-large;"
class=
"zmdi zmdi-close-circle-o"
></i></span>
<span
class=
"deleteicon2"
onclick=
"password.value='';password.focus();"
><i
style=
"font-size: x-large;"
class=
"zmdi zmdi-close-circle-o"
></i></span>
</span>
</span>
<div
style=
"text-align: right;"
>
<div
style=
"text-align: right;"
>
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
</ons-carousel-item>
</ons-carousel-item>
<ons-carousel-item>
<ons-carousel-item>
<div
class=
"container"
>
<div
class=
"container"
style=
"height: 100%; overflow-y: auto;"
>
<h3
class=
"translate"
>
myAccounts
</h3>
<h3
class=
"translate"
>
myAccounts
</h3>
<form
id=
"leformAccounts"
>
<form
id=
"leformAccounts"
>
<div
id=
'feedMyAccounts'
></div>
<div
id=
'feedMyAccounts'
></div>
...
...
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