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
4fa8baf9
Commit
4fa8baf9
authored
Apr 15, 2019
by
Kittisak Maneewong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit Navbar
parent
c12c1fc9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
5 deletions
+13
-5
app.js
public/js/app.js
+0
-0
Navbar.vue
resources/js/components/Navbar.vue
+2
-2
LoginEmployer.vue
resources/js/views/LoginEmployer.vue
+3
-1
RegisterEmployer.vue
resources/js/views/RegisterEmployer.vue
+8
-2
No files found.
public/js/app.js
View file @
4fa8baf9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
resources/js/components/Navbar.vue
View file @
4fa8baf9
...
...
@@ -6,10 +6,10 @@
<v-spacer></v-spacer>
<v-btn
small=
""
dark
color=
"cyan darken-4"
class=
"elevation-0"
@
click=
"$router.push('/')"
>
สำหรับผู้สมัครงาน
</v-btn>
<v-divider
inset
vertical
></v-divider>
<v-btn
v-if=
"!currentUser"
small
outline
color=
"cyan darken-4"
@
click
.
stop=
"login(
)"
>
<v-btn
v-if=
"!currentUser"
small
outline
color=
"cyan darken-4"
@
click
=
"$router.push('/employer/login'
)"
>
<v-icon>
person
</v-icon>
เข้าสู่ระบบ
</v-btn>
<v-btn
v-if=
"!currentUser"
small
outline
color=
"cyan darken-4"
@
click
.
stop=
"register(
)"
>
<v-btn
v-if=
"!currentUser"
small
outline
color=
"cyan darken-4"
@
click
=
"$router.push('/employer/register'
)"
>
<v-icon>
account_box
</v-icon>
ลงทะเบียน
</v-btn>
<v-btn
v-else
small
outline
color=
"cyan darken-4"
@
click=
"logout()"
>
...
...
resources/js/views/LoginEmployer.vue
View file @
4fa8baf9
...
...
@@ -5,12 +5,14 @@
<h3
class=
"title font-weight-bold my-3"
>
เข้าสู่ระบบสำหรับผู้ประกอบการ
</h3>
<v-form>
<v-text-field
color=
"cyan darken-4"
outline
label=
"ชื่อผู้ใช้"
prepend-inner-icon=
"person"
class=
"mg-ip"
></v-text-field>
<v-text-field
color=
"cyan darken-4"
outline
label=
"รหัสผ่าน"
type=
"password"
...
...
@@ -18,7 +20,7 @@
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-btn
color=
"
cyan darken-4
"
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"
>
ยังไม่มีบัญชีผู้ใช้?
<router-link
to=
"/employer/register"
href=
"#"
>
สมัครสมาชิก
</router-link></span>
...
...
resources/js/views/RegisterEmployer.vue
View file @
4fa8baf9
...
...
@@ -6,8 +6,9 @@
<v-form>
<v-layout
row
wrap
xs12
>
<v-flex
xs12
sm6
class=
"px-3"
>
<label
class=
"font-weight-bold"
>
ชื่อผู้ใช้
<span
class=
"red--text"
>
*
</span></label>
<label
class=
"font-weight-bold
"
>
ชื่อผู้ใช้
<span
class=
"red--text"
>
*
</span></label>
<v-text-field
color=
"cyan darken-4"
outline
label=
"ชื่อผู้ใช้"
class=
"mg-ip"
...
...
@@ -15,6 +16,7 @@
<label
class=
"font-weight-bold"
>
รหัสผ่าน
<span
class=
"red--text"
>
*
</span></label>
<v-text-field
color=
"cyan darken-4"
outline
label=
"รหัสผ่าน"
type=
"password"
...
...
@@ -23,6 +25,7 @@
<label
class=
"font-weight-bold"
>
รหัสผ่านอีกครั้ง
<span
class=
"red--text"
>
*
</span></label>
<v-text-field
color=
"cyan darken-4"
outline
label=
"รหัสผ่านอีกครั้ง"
type=
"password"
...
...
@@ -33,6 +36,7 @@
<v-flex
xs12
sm6
class=
"px-3"
>
<label
class=
"font-weight-bold"
>
ชื่อบริษัท
<span
class=
"red--text"
>
*
</span></label>
<v-text-field
color=
"cyan darken-4"
outline
label=
"ชื่อบริษัท"
class=
"mg-ip"
...
...
@@ -40,6 +44,7 @@
<label
class=
"font-weight-bold"
>
อีเมล
<span
class=
"red--text"
>
*
</span></label>
<v-text-field
color=
"cyan darken-4"
outline
label=
"อีเมล"
class=
"mg-ip"
...
...
@@ -47,6 +52,7 @@
<label
class=
"font-weight-bold"
>
เบอร์โทรศัพท์
<span
class=
"red--text"
>
*
</span></label>
<v-text-field
color=
"cyan darken-4"
outline
label=
"เบอร์โทรศัพท์"
class=
"mg-ip"
...
...
@@ -55,7 +61,7 @@
</v-flex>
</v-layout>
<v-layout
row
wrap
justify-center
>
<v-btn
color=
"
brown darken-2
my-3"
dark
type=
"submit"
>
สมัครสมาชิก
</v-btn>
<v-btn
color=
"
cyan darken-4
my-3"
dark
type=
"submit"
>
สมัครสมาชิก
</v-btn>
</v-layout>
<v-layout
row
wrap
justify-center
>
<span
class=
"body-2 font-weight-medium"
>
มีบัญชีผู้ใช้แล้ว?
<router-link
to=
"/employer/login"
>
เข้าสู่ระบบ
</router-link></span>
...
...
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