Commit 4fa8baf9 authored by Kittisak Maneewong's avatar Kittisak Maneewong

Edit Navbar

parent c12c1fc9
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<v-spacer></v-spacer> <v-spacer></v-spacer>
<v-btn small="" dark color="cyan darken-4" class="elevation-0" @click="$router.push('/')">สำหรับผู้สมัครงาน</v-btn> <v-btn small="" dark color="cyan darken-4" class="elevation-0" @click="$router.push('/')">สำหรับผู้สมัครงาน</v-btn>
<v-divider inset vertical></v-divider> <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>&nbsp;เข้าสู่ระบบ <v-icon>person</v-icon>&nbsp;เข้าสู่ระบบ
</v-btn> </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>&nbsp;ลงทะเบียน <v-icon>account_box</v-icon>&nbsp;ลงทะเบียน
</v-btn> </v-btn>
<v-btn v-else small outline color="cyan darken-4" @click="logout()"> <v-btn v-else small outline color="cyan darken-4" @click="logout()">
......
...@@ -5,12 +5,14 @@ ...@@ -5,12 +5,14 @@
<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
color="cyan darken-4"
outline outline
label="ชื่อผู้ใช้" label="ชื่อผู้ใช้"
prepend-inner-icon="person" prepend-inner-icon="person"
class="mg-ip" class="mg-ip"
></v-text-field> ></v-text-field>
<v-text-field <v-text-field
color="cyan darken-4"
outline outline
label="รหัสผ่าน" label="รหัสผ่าน"
type="password" type="password"
...@@ -18,7 +20,7 @@ ...@@ -18,7 +20,7 @@
class="mg-ip" class="mg-ip"
></v-text-field> ></v-text-field>
<a href="#" class="body-2 font-weight-medium my-3">ลืมรหัสผ่าน</a> <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-form>
<v-layout row wrap justify-center class="my-2"> <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> <span class="body-2 font-weight-medium">ยังไม่มีบัญชีผู้ใช้? <router-link to="/employer/register" href="#">สมัครสมาชิก</router-link></span>
......
...@@ -6,8 +6,9 @@ ...@@ -6,8 +6,9 @@
<v-form> <v-form>
<v-layout row wrap xs12> <v-layout row wrap xs12>
<v-flex xs12 sm6 class="px-3"> <v-flex xs12 sm6 class="px-3">
<label class="font-weight-bold">ชื่อผู้ใช้ <span class="red--text">&nbsp;*</span></label> <label class="font-weight-bold ">ชื่อผู้ใช้ <span class="red--text">&nbsp;*</span></label>
<v-text-field <v-text-field
color="cyan darken-4"
outline outline
label="ชื่อผู้ใช้" label="ชื่อผู้ใช้"
class="mg-ip" class="mg-ip"
...@@ -15,6 +16,7 @@ ...@@ -15,6 +16,7 @@
<label class="font-weight-bold">รหัสผ่าน <span class="red--text">&nbsp;*</span></label> <label class="font-weight-bold">รหัสผ่าน <span class="red--text">&nbsp;*</span></label>
<v-text-field <v-text-field
color="cyan darken-4"
outline outline
label="รหัสผ่าน" label="รหัสผ่าน"
type="password" type="password"
...@@ -23,6 +25,7 @@ ...@@ -23,6 +25,7 @@
<label class="font-weight-bold">รหัสผ่านอีกครั้ง <span class="red--text">&nbsp;*</span></label> <label class="font-weight-bold">รหัสผ่านอีกครั้ง <span class="red--text">&nbsp;*</span></label>
<v-text-field <v-text-field
color="cyan darken-4"
outline outline
label="รหัสผ่านอีกครั้ง" label="รหัสผ่านอีกครั้ง"
type="password" type="password"
...@@ -33,6 +36,7 @@ ...@@ -33,6 +36,7 @@
<v-flex xs12 sm6 class="px-3"> <v-flex xs12 sm6 class="px-3">
<label class="font-weight-bold">ชื่อบริษัท <span class="red--text">&nbsp;*</span></label> <label class="font-weight-bold">ชื่อบริษัท <span class="red--text">&nbsp;*</span></label>
<v-text-field <v-text-field
color="cyan darken-4"
outline outline
label="ชื่อบริษัท" label="ชื่อบริษัท"
class="mg-ip" class="mg-ip"
...@@ -40,6 +44,7 @@ ...@@ -40,6 +44,7 @@
<label class="font-weight-bold">อีเมล <span class="red--text">&nbsp;*</span></label> <label class="font-weight-bold">อีเมล <span class="red--text">&nbsp;*</span></label>
<v-text-field <v-text-field
color="cyan darken-4"
outline outline
label="อีเมล" label="อีเมล"
class="mg-ip" class="mg-ip"
...@@ -47,6 +52,7 @@ ...@@ -47,6 +52,7 @@
<label class="font-weight-bold">เบอร์โทรศัพท์ <span class="red--text">&nbsp;*</span></label> <label class="font-weight-bold">เบอร์โทรศัพท์ <span class="red--text">&nbsp;*</span></label>
<v-text-field <v-text-field
color="cyan darken-4"
outline outline
label="เบอร์โทรศัพท์" label="เบอร์โทรศัพท์"
class="mg-ip" class="mg-ip"
...@@ -55,7 +61,7 @@ ...@@ -55,7 +61,7 @@
</v-flex> </v-flex>
</v-layout> </v-layout>
<v-layout row wrap justify-center> <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>
<v-layout row wrap justify-center> <v-layout row wrap justify-center>
<span class="body-2 font-weight-medium">มีบัญชีผู้ใช้แล้ว? <router-link to="/employer/login">เข้าสู่ระบบ</router-link></span> <span class="body-2 font-weight-medium">มีบัญชีผู้ใช้แล้ว? <router-link to="/employer/login">เข้าสู่ระบบ</router-link></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment