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
d3bc2907
Commit
d3bc2907
authored
6 years ago
by
Kittisak Maneewong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit LoginEmployer
parent
2ea4d50f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
15 deletions
+21
-15
app.js
public/js/app.js
+0
-0
Toolbar.vue
resources/js/components/Toolbar.vue
+7
-12
route.js
resources/js/route.js
+6
-0
LoginEmployer.vue
resources/js/views/LoginEmployer.vue
+3
-3
RegisterEmployer.vue
resources/js/views/RegisterEmployer.vue
+5
-0
No files found.
public/js/app.js
View file @
d3bc2907
This source diff could not be displayed because it is too large. You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
resources/js/components/Toolbar.vue
View file @
d3bc2907
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</v-layout>
</v-layout>
<v-layout
row
wrap
white
>
<v-layout
row
wrap
white
>
<v-flex
xs12
sm10
offset-sm1
>
<v-flex
xs12
sm10
offset-sm1
>
<v-toolbar
flat
color=
"white"
v-if=
"page == 'app'"
>
<v-toolbar
flat
color=
"white"
>
<!--v-if="page == 'app'"--
>
<v-toolbar-title>
<v-toolbar-title>
<img
src=
"../../../public/img/banner.png"
class=
"my-2"
width=
"150"
>
<img
src=
"../../../public/img/banner.png"
class=
"my-2"
width=
"150"
>
</v-toolbar-title>
</v-toolbar-title>
...
@@ -23,12 +23,7 @@
...
@@ -23,12 +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>
<<<<<<<
HEAD
<v-btn
flat
color=
"black"
class=
"mx-0 px-0 body-2 font-weight-bold"
>
=======
<v-btn
v-if=
"!responsive"
flat
color=
"black"
class=
"mx-0 px-0 body-2 font-weight-bold"
>
<v-btn
v-if=
"!responsive"
flat
color=
"black"
class=
"mx-0 px-0 body-2 font-weight-bold"
>
>>>>>>> 9350bdce5009f90094e55411c7757daa29722586
<span
class=
"body-2 font-weight-bold"
>
เกี่ยวกับเรา
</span>
<span
class=
"body-2 font-weight-bold"
>
เกี่ยวกับเรา
</span>
</v-btn>
</v-btn>
<v-btn
v-if=
"!responsive"
flat
color=
"black"
class=
"mx-0 px-0 body-2 font-weight-bold"
>
<v-btn
v-if=
"!responsive"
flat
color=
"black"
class=
"mx-0 px-0 body-2 font-weight-bold"
>
...
@@ -51,22 +46,22 @@
...
@@ -51,22 +46,22 @@
<v-toolbar-side-icon
v-on=
"on"
></v-toolbar-side-icon>
<v-toolbar-side-icon
v-on=
"on"
></v-toolbar-side-icon>
</
template
>
</
template
>
<v-list>
<v-list>
<v-list-tile
@
click=
""
>
<v-list-tile>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
</v-list-tile>
</v-list-tile>
<v-list-tile
@
click=
""
>
<v-list-tile>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
</v-list-tile>
</v-list-tile>
<v-list-tile
@
click=
""
>
<v-list-tile
>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
</v-list-tile>
</v-list-tile>
<v-list-tile
@
click=
""
>
<v-list-tile
>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
</v-list-tile>
</v-list-tile>
<v-list-tile
@
click=
""
>
<v-list-tile
>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
</v-list-tile>
</v-list-tile>
<v-list-tile
@
click=
""
>
<v-list-tile
>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
<v-list-tile-title>
หน้าหลัก
</v-list-tile-title>
</v-list-tile>
</v-list-tile>
</v-list>
</v-list>
...
...
This diff is collapsed.
Click to expand it.
resources/js/route.js
View file @
d3bc2907
...
@@ -11,6 +11,7 @@ import Account from './views/Account.vue';
...
@@ -11,6 +11,7 @@ import Account from './views/Account.vue';
import
LoginEmployer
from
'./views/LoginEmployer.vue'
;
import
LoginEmployer
from
'./views/LoginEmployer.vue'
;
import
PageNotFound
from
'./views/PageNotFound.vue'
;
import
PageNotFound
from
'./views/PageNotFound.vue'
;
import
Addjob
from
'./views/Addjob.vue'
;
import
Addjob
from
'./views/Addjob.vue'
;
import
RegisterEmployer
from
'./views/RegisterEmployer'
;
export
default
new
VueRouter
({
export
default
new
VueRouter
({
mode
:
'history'
,
mode
:
'history'
,
...
@@ -25,6 +26,11 @@ export default new VueRouter({
...
@@ -25,6 +26,11 @@ export default new VueRouter({
name
:
'loginEmployer'
,
name
:
'loginEmployer'
,
component
:
LoginEmployer
component
:
LoginEmployer
},
},
{
path
:
'register'
,
name
:
'registerEmployer'
,
component
:
RegisterEmployer
},
{
{
path
:
'addjob'
,
path
:
'addjob'
,
name
:
'addjob'
,
name
:
'addjob'
,
...
...
This diff is collapsed.
Click to expand it.
resources/js/views/LoginEmployer.vue
View file @
d3bc2907
<
template
>
<
template
>
<div>
<div>
<v-layout
row
wrap
>
<v-layout
row
wrap
>
<v-flex
xs12
sm4
offset-sm4
class=
"border-iy pa-3"
>
<v-flex
xs12
sm4
offset-sm4
class=
"border-iy pa-3
my-3
"
>
<h3
class=
"title font-weight-bold my-3"
>
เข้าสู่ระบบสำหรับผู้ประกอบการ
</h3>
<h3
class=
"title font-weight-bold my-3"
>
เข้าสู่ระบบสำหรับผู้ประกอบการ
</h3>
<v-form>
<v-form>
<v-text-field
<v-text-field
outline
outline
label=
"
อีเมล
ผู้ใช้"
label=
"
ชื่อ
ผู้ใช้"
prepend-inner-icon=
"
email
"
prepend-inner-icon=
"
person
"
class=
"mg-ip"
class=
"mg-ip"
></v-text-field>
></v-text-field>
<v-text-field
<v-text-field
...
...
This diff is collapsed.
Click to expand it.
resources/js/views/RegisterEmployer.vue
0 → 100644
View file @
d3bc2907
<
template
>
<div>
</div>
</
template
>
This diff is collapsed.
Click to expand it.
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