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
c051f015
Commit
c051f015
authored
Apr 08, 2019
by
Kittisak Maneewong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://projectcs.sci.ubu.ac.th/Kittisak162/co-op-search
parents
4d8731b9
6ab50265
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
145 additions
and
1 deletion
+145
-1
app.js
public/js/app.js
+0
-0
RegisterEmployer.vue
resources/js/views/RegisterEmployer.vue
+145
-1
No files found.
public/js/app.js
View file @
c051f015
This diff is collapsed.
Click to expand it.
resources/js/views/RegisterEmployer.vue
View file @
c051f015
<
template
>
<div>
<v-layout
row
wrap
>
<v-flex
xs12
sm8
offset-sm2
class=
"border-iy pa-3 my-3"
>
<h3
class=
"title font-weight-bold my-3"
>
สมัครสมาชิกสำหรับผู้ประกอบการ
</h3>
<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>
<input
type=
"text"
placeholder=
"ชื่อผู้ใช้"
class=
"form-control form-control-sm my-1"
>
<label
class=
"font-weight-bold"
>
รหัสผ่าน
<span
class=
"red--text"
>
*
</span></label>
<input
type=
"password"
placeholder=
"รหัสผ่าน"
class=
"form-control form-control-sm my-1"
>
<label
class=
"font-weight-bold"
>
รหัสผ่านอีกครั้ง
<span
class=
"red--text"
>
*
</span></label>
<input
type=
"password"
placeholder=
"รหัสผ่านอีกครั้ง"
class=
"form-control form-control-sm my-1"
>
</v-flex>
<v-flex
xs12
sm6
class=
"px-3"
>
<label
class=
"font-weight-bold"
>
ชื่อบริษัท
<span
class=
"red--text"
>
*
</span></label>
<input
type=
"text"
placeholder=
"ชื่อบริษัท"
class=
"form-control form-control-sm my-1"
>
<label
class=
"font-weight-bold"
>
อีเมล
<span
class=
"red--text"
>
*
</span></label>
<input
type=
"text"
placeholder=
"อีเมล"
class=
"form-control form-control-sm my-1"
>
<label
class=
"font-weight-bold"
>
เบอร์โทรศัพท์
<span
class=
"red--text"
>
*
</span></label>
<input
type=
"text"
placeholder=
"เบอร์โทรศัพท์"
class=
"form-control form-control-sm my-1"
>
</v-flex>
</v-layout>
<v-layout
row
wrap
justify-center
>
<v-btn
color=
"brown darken-2 my-3"
dark
type=
"submit"
>
สมัครสมาชิก
</v-btn>
</v-layout>
<v-layout
row
wrap
justify-center
>
<span
class=
"body-2 font-weight-medium"
>
มีบัญชีผู้ใช้แล้ว?
<a
href=
"#"
>
เข้าสู่ระบบ
</a></span>
</v-layout>
</v-form>
</v-flex>
</v-layout>
</div>
</
template
>
<
style
lang=
"scss"
scoped
>
.mg-ip
{
height
:
65px
;
}
.border-iy
{
border
:
1px
solid
#dcdcdc
;
border-radius
:
7px
;
}
input
{
overflow
:
visible
;
}
.bd-example
>
.form-control
+
.form-control
{
margin-top
:
.5rem
;
}
.form-control-plaintext.form-control-sm
,
.form-control-plaintext.form-control-lg
{
padding-right
:
0
;
padding-left
:
0
;
}
.form-control-sm
{
height
:
calc
(
1
.0em
+
0
.5rem
+
1px
);
padding
:
0
.15rem
0
.5rem
;
font-size
:
0
.7rem
;
line-height
:
1
.5
;
border-radius
:
0
.3rem
;
}
.form-control
{
display
:
block
;
width
:
100%
;
height
:
calc
(
1
.5em
+
0
.75rem
+
2px
);
padding
:
0
.375rem
0
.75rem
;
font-size
:
1rem
;
font-weight
:
400
;
line-height
:
1
.5
;
color
:
#495057
;
background-color
:
#fff
;
background-clip
:
padding-box
;
border
:
1px
solid
#ced4da
;
border-radius
:
0
.25rem
;
transition
:
border-color
0
.15s
ease-in-out
,
box-shadow
0
.15s
ease-in-out
;
}
@media
(
prefers-reduced-motion
:
reduce
)
{
.form-control
{
transition
:
none
;
}
}
.
form-control
:
:-
ms-expand
{
background-color
:
transparent
;
border
:
0
;
}
.form-control
:focus
{
color
:
#495057
;
background-color
:
#fff
;
border-color
:
#80bdff
;
outline
:
0
;
box-shadow
:
0
0
0
0
.2rem
rgba
(
0
,
123
,
255
,
0
.25
);
}
.
form-control
:
:-
webkit-input-placeholder
{
color
:
#6c757d
;
opacity
:
1
;
}
.
form-control
:
:-
moz-placeholder
{
color
:
#6c757d
;
opacity
:
1
;
}
.
form-control
:
-
ms-input-placeholder
{
color
:
#6c757d
;
opacity
:
1
;
}
.
form-control
:
:-
ms-input-placeholder
{
color
:
#6c757d
;
opacity
:
1
;
}
.
form-control
:
:
placeholder
{
color
:
#6c757d
;
opacity
:
1
;
}
.form-control
:disabled
,
.form-control
[
readonly
]
{
background-color
:
#e9ecef
;
opacity
:
1
;
}
select
.form-control
:focus::-ms-value
{
color
:
#495057
;
background-color
:
#fff
;
}
.form-control-file
,
.form-control-range
{
display
:
block
;
width
:
100%
;
}
</
style
>
\ No newline at end of file
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