Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
CO-OP Search
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kittisak Maneewong
CO-OP Search
Commits
25219b2b
Commit
25219b2b
authored
Apr 07, 2019
by
Kittisak Maneewong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add employerLogin
parent
d1582a27
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
1 deletion
+41
-1
app.js
public/js/app.js
+0
-0
Toolbar.vue
resources/js/components/Toolbar.vue
+1
-0
LoginEmployer.vue
resources/js/views/LoginEmployer.vue
+40
-1
No files found.
public/js/app.js
View file @
25219b2b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
resources/js/components/Toolbar.vue
View file @
25219b2b
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
<v-icon>
home
</v-icon>
<v-icon>
home
</v-icon>
<span
class=
"body-2 font-weight-bold"
>
หน้าหลัก
</span>
<span
class=
"body-2 font-weight-bold"
>
หน้าหลัก
</span>
</v-btn>
</v-btn>
<v-btn
flat
color=
"black"
class=
"mx-0 px-0 body-2 font-weight-bold"
>
<v-btn
flat
color=
"black"
class=
"mx-0 px-0 body-2 font-weight-bold"
>
<span
class=
"body-2 font-weight-bold"
>
เกี่ยวกับเรา
</span>
<span
class=
"body-2 font-weight-bold"
>
เกี่ยวกับเรา
</span>
</v-btn>
</v-btn>
...
...
resources/js/views/LoginEmployer.vue
View file @
25219b2b
<
template
>
<
template
>
<div>
Login Employer
</div>
<div>
<v-layout
row
wrap
>
<v-flex
xs12
sm4
offset-sm4
class=
"border-iy pa-3"
>
<h3
class=
"title font-weight-bold my-3"
>
เข้าสู่ระบบสำหรับผู้ประกอบการ
</h3>
<v-form>
<v-text-field
outline
label=
"อีเมลผู้ใช้"
prepend-inner-icon=
"email"
class=
"mg-ip"
></v-text-field>
<v-text-field
outline
label=
"รหัสผ่าน"
type=
"password"
prepend-inner-icon=
"lock"
class=
"mg-ip"
></v-text-field>
<a
href=
"#"
class=
"body-2 font-weight-medium my-3"
>
ลืมรหัสผ่าน
</a>
<v-btn
color=
"brown darken-2"
large
dark
block
type=
"submit"
>
เข้าสู่ระบบ
</v-btn>
</v-form>
<v-layout
row
wrap
justify-center
class=
"my-2"
>
<span
class=
"body-2 font-weight-medium"
>
ยังไม่มีบัญชีผู้ใช้?
<a
href=
"#"
>
สมัครสมาชิก
</a></span>
</v-layout>
</v-flex>
</v-layout>
</div>
</
template
>
</
template
>
<
style
lang=
"scss"
scoped
>
.mg-ip
{
height
:
65px
;
}
.border-iy
{
border
:
1px
solid
#dcdcdc
;
border-radius
:
7px
;
}
</
style
>
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