Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myAppraisal
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
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
angular
myAppraisal
Commits
eadfd456
Commit
eadfd456
authored
Feb 19, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bg
parent
2f6038a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
login-page2.component.html
src/app/authentication/login-page/login-page2.component.html
+9
-12
No files found.
src/app/authentication/login-page/login-page2.component.html
View file @
eadfd456
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<div
class=
"lg:col-span-6 col-span-12"
>
<div
class=
"lg:col-span-6 col-span-12"
>
<div
class=
"authentication-page w-full"
>
<div
class=
"authentication-page w-full"
>
<!-- ========== MAIN CONTENT ========== -->
<!-- ========== MAIN CONTENT ========== -->
<main
id=
"content"
class=
"w-full max-w-
md
mx-auto p-6"
>
<main
id=
"content"
class=
"w-full max-w-
lg
mx-auto p-6"
>
<a
routerLink=
"/dashboard/sales"
class=
"header-logo"
>
<a
routerLink=
"/dashboard/sales"
class=
"header-logo"
>
<img
src=
"./assets/img/brand-logos/logo.png"
alt=
"logo"
class=
"mx-auto block dark:hidden"
/>
<img
src=
"./assets/img/brand-logos/logo.png"
alt=
"logo"
class=
"mx-auto block dark:hidden"
/>
<img
src=
"./assets/img/brand-logos/desktop-dark.png"
alt=
"logo"
class=
"mx-auto hidden dark:block"
/>
<img
src=
"./assets/img/brand-logos/desktop-dark.png"
alt=
"logo"
class=
"mx-auto hidden dark:block"
/>
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<div
class=
"grid gap-y-4"
>
<div
class=
"grid gap-y-4"
>
<!-- Form Group -->
<!-- Form Group -->
<div>
<div>
<label
for=
"email"
class=
"block text-sm mb-2 dark:text-white"
>
Username
</label>
<label
for=
"email"
class=
"block text-sm mb-2 dark:text-white"
>
ชื่อสมาชิก
</label>
<div
class=
"relative"
>
<div
class=
"relative"
>
<input
type=
"email"
id=
"email"
name=
"email"
<input
type=
"email"
id=
"email"
name=
"email"
class=
"py-2 px-3 block w-full border-gray-200 rounded-sm text-sm focus:border-primary focus:ring-primary dark:bg-bgdark dark:border-white/10 dark:text-white/70"
class=
"py-2 px-3 block w-full border-gray-200 rounded-sm text-sm focus:border-primary focus:ring-primary dark:bg-bgdark dark:border-white/10 dark:text-white/70"
...
@@ -51,9 +51,9 @@
...
@@ -51,9 +51,9 @@
<!-- Form Group -->
<!-- Form Group -->
<div>
<div>
<div
class=
"flex justify-between items-center"
>
<div
class=
"flex justify-between items-center"
>
<label
for=
"password"
class=
"block text-sm mb-2 dark:text-white"
>
Password (รหัสผ่าน)
</label>
<label
for=
"password"
class=
"block text-sm mb-2 dark:text-white"
>
รหัสผ่าน
</label>
<a
class=
"text-sm text-primary decoration-2 hover:underline font-medium"
<a
class=
"text-sm text-primary decoration-2 hover:underline font-medium"
routerLink=
"/forgotpassword/basic"
>
Forgot password
?
</a>
routerLink=
"/forgotpassword/basic"
>
ลืมรหัสผ่าน
?
</a>
</div>
</div>
<div
class=
"relative"
>
<div
class=
"relative"
>
<input
[
type
]="
showPassword
?
'
text
'
:
'
password
'"
id=
"password"
name=
"password"
<input
[
type
]="
showPassword
?
'
text
'
:
'
password
'"
id=
"password"
name=
"password"
...
@@ -69,22 +69,19 @@
...
@@ -69,22 +69,19 @@
<input
id=
"remember-me"
name=
"remember-me"
type=
"checkbox"
<input
id=
"remember-me"
name=
"remember-me"
type=
"checkbox"
class=
"shrink-0 mt-0.5 border-gray-200 rounded text-primary focus:ring-primary dark:bg-bgdark dark:border-white/10 dark:checked:bg-primary dark:checked:border-primary dark:focus:ring-offset-white/10"
/>
class=
"shrink-0 mt-0.5 border-gray-200 rounded text-primary focus:ring-primary dark:bg-bgdark dark:border-white/10 dark:checked:bg-primary dark:checked:border-primary dark:focus:ring-offset-white/10"
/>
</div>
</div>
<div
class=
"ltr:ml-3 rtl:mr-3"
>
<
!-- <
div class="ltr:ml-3 rtl:mr-3">
<label for="remember-me" class="text-sm dark:text-white">Remember me</label>
<label for="remember-me" class="text-sm dark:text-white">Remember me</label>
</div>
</div>
-->
</div>
</div>
<!-- End Checkbox -->
<!-- End Checkbox -->
<button
type=
"submit"
(
click
)="
Submit
()"
<button
type=
"submit"
(
click
)="
Submit
()"
class=
"py-2 px-3 inline-flex justify-center items-center gap-2 rounded-sm border border-transparent font-semibold bg-primary text-white hover:bg-primary focus:outline-none focus:ring-0 focus:ring-primary focus:ring-offset-0 transition-all text-sm dark:focus:ring-offset-white/10"
>
Sign
class=
"py-2 px-3 inline-flex justify-center items-center gap-2 rounded-sm border border-transparent font-semibold bg-primary text-white hover:bg-primary focus:outline-none focus:ring-0 focus:ring-primary focus:ring-offset-0 transition-all text-sm dark:focus:ring-offset-white/10"
>
เข้าสู่ระบบ
</button>
in
</button>
<div
class=
"text-center"
>
<div
class=
"text-center"
>
<p
class=
"mt-3 text-sm text-gray-600 dark:text-white/70"
>
<p
class=
"mt-3 text-sm text-gray-600 dark:text-white/70"
>
Don't have an account yet?
คุณมีบัญชีเเล้วหรือยัง?
(คุณมีบัญชีเเล้วหรือยัง?)
<a
class=
"text-primary decoration-2 hover:underline font-medium"
<a
class=
"text-primary decoration-2 hover:underline font-medium"
routerLink=
"/auth/register"
>
routerLink=
"/auth/register"
>
Sign up here
กรุณาลงทะเบียนที่นี่ หากคุณยังไม่มีบัญชีเข้าใช้
(กรุณาลงทะเบียนที่นี่ หากคุณยังไม่มีบัญชีเข้าใช้)
</a>
</a>
</p>
</p>
</div>
</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