Commit d14deb36 authored by Kittisak Maneewong's avatar Kittisak Maneewong

Add Job

parent 1b75b354
<template>
<div>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="white" height="40">
<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 round v-if="!currentEmployer" small outline color="cyan darken-4" @click="$router.push('/employer/login')">
เข้าสู่ระบบ/ลงทะเบียน
</v-btn>
<v-btn v-else small outline color="cyan darken-4" @click="logout()">
<v-icon>account_circle</v-icon>&nbsp;{{ currentEmployer }}
</v-btn>
</v-toolbar>
</v-flex>
</v-layout>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="white" >
<v-toolbar-title>
<router-link to="/"><img src="../../../public/img/logologin.png" class="my-2" width="150"></router-link>
</v-toolbar-title>
<v-spacer></v-spacer>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0">
<v-icon>home</v-icon>
<span class="body-2 font-weight-bold">หน้าหลัก</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="m x-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-menu left bottom v-if="responsive">
<template v-slot:activator="{ on }">
<v-toolbar-side-icon v-on="on"></v-toolbar-side-icon>
</template>
<v-list>
<v-list-tile>
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile>
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
</v-list>
</v-menu>
</v-toolbar>
</v-flex>
</v-layout>
</div>
</template>
<script>
export default {
data () {
return {
responsive: false
}
},
computed: {
currentEmployer () {
return this.$store.getters.getEmployer.username
}
},
methods: {
logout () {
this.$store.dispatch('logoutEmployer')
this.$router.push('/employer/login')
}
}
}
</script>
<template>
<div>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="white" height="40">
<v-spacer></v-spacer>
<v-btn small="" dark color="indigo darken-4" class="elevation-0" @click="$router.push('/')">สำหรับผู้สมัครงาน</v-btn>
<v-divider inset vertical></v-divider>
<v-btn round v-if="!currentEmployer" small outline color="indigo darken-4" @click="$router.push('/employer/login')">
เข้าสู่ระบบ/ลงทะเบียน
</v-btn>
<v-btn v-else small outline color="indigo darken-4" @click="logout()">
<v-icon>account_circle</v-icon>&nbsp;{{ currentEmployer }}
</v-btn>
</v-toolbar>
</v-flex>
</v-layout>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="white" >
<v-toolbar-title>
<router-link to="/"><img src="../../../public/img/logologin.png" class="my-2" width="150"></router-link>
</v-toolbar-title>
<v-spacer></v-spacer>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0">
<v-icon>home</v-icon>
<span class="body-2 font-weight-bold">หน้าหลัก</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="m x-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-menu left bottom v-if="responsive">
<template v-slot:activator="{ on }">
<v-toolbar-side-icon v-on="on"></v-toolbar-side-icon>
</template>
<v-list>
<v-list-tile>
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile>
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
</v-list>
</v-menu>
</v-toolbar>
</v-flex>
</v-layout>
</div>
</template>
<script>
export default {
data () {
return {
responsive: false
}
},
computed: {
currentEmployer () {
return this.$store.getters.getEmployer.username
}
},
methods: {
logout () {
this.$store.dispatch('logoutEmployer')
this.$router.push('/employer/login')
}
}
}
</script>
<template>
<div>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="white" height="40">
<v-spacer></v-spacer>
<v-btn small="" dark color="blue darken-3" class="elevation-0" @click="$router.push('/')">สำหรับผู้สมัครงาน</v-btn>
<v-divider inset vertical></v-divider>
<v-btn round v-if="!currentEmployer" small outline color="blue darken-3" @click="$router.push('/employer/login')">
เข้าสู่ระบบ/ลงทะเบียน
</v-btn>
<v-btn v-else small outline color="blue darken-3" @click="logout()">
<v-icon>account_circle</v-icon>&nbsp;{{ currentEmployer }}
</v-btn>
</v-toolbar>
</v-flex>
</v-layout>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="white" >
<v-toolbar-title>
<router-link to="/"><img src="../../../public/img/logologin.png" class="my-2" width="150"></router-link>
</v-toolbar-title>
<v-spacer></v-spacer>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0">
<v-icon>home</v-icon>
<span class="body-2 font-weight-bold">หน้าหลัก</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="m x-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-menu left bottom v-if="responsive">
<template v-slot:activator="{ on }">
<v-toolbar-side-icon v-on="on"></v-toolbar-side-icon>
</template>
<v-list>
<v-list-tile>
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile>
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
</v-list>
</v-menu>
</v-toolbar>
</v-flex>
</v-layout>
</div>
</template>
<script>
export default {
data () {
return {
responsive: false
}
},
computed: {
currentEmployer () {
return this.$store.getters.getEmployer.username
}
},
methods: {
logout () {
this.$store.dispatch('logoutEmployer')
this.$router.push('/employer/login')
}
}
}
</script>
<template>
<div>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="grey lighten-4" height="40">
<v-spacer></v-spacer>
<v-btn small="" dark color="blue darken-3" class="elevation-0" @click="$router.push('/')">สำหรับผู้สมัครงาน</v-btn>
<v-divider inset vertical></v-divider>
<v-btn round v-if="!currentEmployer" small outline color="blue darken-3" @click="$router.push('/employer/login')">
เข้าสู่ระบบ/ลงทะเบียน
</v-btn>
<v-btn v-else small outline color="blue darken-3" @click="logout()">
<v-icon>account_circle</v-icon>&nbsp;{{ currentEmployer }}
</v-btn>
</v-toolbar>
</v-flex>
</v-layout>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="white" >
<v-toolbar-title>
<router-link to="/"><img src="../../../public/img/logologin.png" class="my-2" width="150"></router-link>
</v-toolbar-title>
<v-spacer></v-spacer>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0">
<v-icon>home</v-icon>
<span class="body-2 font-weight-bold">หน้าหลัก</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="m x-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-menu left bottom v-if="responsive">
<template v-slot:activator="{ on }">
<v-toolbar-side-icon v-on="on"></v-toolbar-side-icon>
</template>
<v-list>
<v-list-tile>
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile>
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
</v-list>
</v-menu>
</v-toolbar>
</v-flex>
</v-layout>
</div>
</template>
<script>
export default {
data () {
return {
responsive: false
}
},
computed: {
currentEmployer () {
return this.$store.getters.getEmployer.username
}
},
methods: {
logout () {
this.$store.dispatch('logoutEmployer')
this.$router.push('/employer/login')
}
}
}
</script>
<template>
<div>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="white" height="40">
<v-spacer></v-spacer>
<v-btn small="" dark color="blue darken-3" class="elevation-0" @click="$router.push('/')">สำหรับผู้สมัครงาน</v-btn>
<v-divider inset vertical></v-divider>
<v-btn round v-if="!currentEmployer" small outline color="blue darken-3" @click="$router.push('/employer/login')">
เข้าสู่ระบบ/ลงทะเบียน
</v-btn>
<v-btn v-else small outline color="blue darken-3" @click="logout()">
<v-icon>account_circle</v-icon>&nbsp;{{ currentEmployer }}
</v-btn>
</v-toolbar>
</v-flex>
</v-layout>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="white" >
<v-toolbar-title>
<router-link to="/"><img src="../../../public/img/logologin.png" class="my-2" width="150"></router-link>
</v-toolbar-title>
<v-spacer></v-spacer>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0">
<v-icon>home</v-icon>
<span class="body-2 font-weight-bold">หน้าหลัก</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="m x-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0 body-2 font-weight-bold">
<span class="body-2 font-weight-bold">เกี่ยวกับเรา</span>
</v-btn>
<v-menu left bottom v-if="responsive">
<template v-slot:activator="{ on }">
<v-toolbar-side-icon v-on="on"></v-toolbar-side-icon>
</template>
<v-list>
<v-list-tile>
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile>
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
<v-list-tile >
<v-list-tile-title>หน้าหลัก</v-list-tile-title>
</v-list-tile>
</v-list>
</v-menu>
</v-toolbar>
</v-flex>
</v-layout>
</div>
</template>
<script>
export default {
data () {
return {
responsive: false
}
},
computed: {
currentEmployer () {
return this.$store.getters.getEmployer.username
}
},
methods: {
logout () {
this.$store.dispatch('logoutEmployer')
this.$router.push('/employer/login')
}
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid white>
<v-layout >
<v-flex sm10 xs12 offset-sm1>
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
created () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid grey>
<v-layout >
<v-flex sm10 xs12 offset-sm1>
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
created () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid grey lighten-3>
<v-layout >
<v-flex sm10 xs12 offset-sm1>
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
created () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid light-blue lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1>
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
created () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid blue lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1>
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
created () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid indigo lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1>
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
created () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid blue lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1>
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
created () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid blue lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 transparent>
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
created () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid blue lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 color="transparentprimary">
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
created () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid blue lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 color="transparent">
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
created () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid blue lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat height="600px" color="transparent">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
created () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid grey lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1>
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid grey lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 class="grey lighten-5">
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid grey lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid grey lighten-4>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat height="600px">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid grey lighten-4>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat height="600px" class="grey lighten-4">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid grey lighten-3>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat height="600px" class="grey lighten-3">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid grey lighten-3>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat class="grey lighten-3">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid blue lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat class="grey lighten-3">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid blue lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat class="blue lighten-5">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid indigo lighten-5>
<v-layout >
<v-flex sm12 xs12 >
<v-card flat >
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid blue lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat class="blue lighten-5">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid blue lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat class="indigo lighten-5">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid indigo lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat class="indigo lighten-5">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid cyan lighten-4>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat class="cyan lighten-4">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<Navbar></Navbar>
<v-content class="my-0">
<v-container fluid cyan lighten-5>
<v-layout >
<v-flex sm10 xs12 offset-sm1 >
<v-card flat class="cyan lighten-5">
<router-view></router-view>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-content>
<!-- <Footer></Footer> -->
<Snackbar></Snackbar>
</div>
</template>
<script>
import Navbar from '../components/Navbar.vue';
import Footer from '../components/Footer.vue';
import Snackbar from '../components/Snackbar.vue';
export default {
components: {
Navbar,
Footer,
Snackbar
},
beforeMount () {
this.$store.dispatch('checkEmployer')
}
}
</script>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 sm12 class="font-weight-light headline text-xs-left text-sm-center">
เพิ่มรายละเอียดงาน
</v-flex>
</v-layout>
<v-layout row wrap fill-height justify-center class="pa-3 ">
<v-flex xs12 sm8 offset-sm-2 class="border pa-3">
<v-flex xs12 class=" title font-weight-bold deep-orange--text">
<v-icon color="deep-orange">far fa-newspaper</v-icon> ข้อมูลงาน
<v-divider class="mt-1"></v-divider>
</v-flex>
<v-layout row wrap>
<v-flex xs12 sm6 class="pa-3">
<label class="subheading font-weight-bold"> หัวข้องาน <span class="red--text">*</span></label>
<VTextField
outline
v-model="job_title"
label="หัวข้องาน"
></VTextField>
<label class="subheading font-weight-bold"> ประเภทงาน <span class="red--text">*</span></label>
<VSelect
outline
v-model="job_type"
label="ประเภทงาน"
></VSelect>
<label class="subheading font-weight-bold"> ตำแหน่งงาน <span class="red--text">*</span></label>
<VTextField
outline
v-model="department_job"
label="ตำแหน่งงาน"
></VTextField>
</v-flex>
<v-flex xs12 sm6 class="pa-3">
<label class="subheading font-weight-bold"> ค่าตอบแทน/เงินเดือน <span class="red--text">*</span></label>
<VTextField
outline
v-model="salary"
label="ค่าตอบแทน/เงินเดือน"
></VTextField>
<label class="subheading font-weight-bold"> จำนวนที่รับ <span class="red--text">*</span></label>
<VTextField
outline
v-model="amount"
label="จำนวนที่รับ"
type="number"
min="0"
></VTextField>
</v-flex>
</v-layout>
</v-flex>
<v-flex xs12 sm8 offset-sm-2 class="border pa-3 mt-2">
<v-flex xs12 class=" title font-weight-bold deep-orange--text">
<v-icon color="deep-orange">far fa-newspaper</v-icon> ข้อมูลงาน
<v-divider class="mt-1"></v-divider>
</v-flex>
<v-layout row wrap>
<v-flex xs12 sm6 class="pa-3">
<label class="subheading font-weight-bold"> หัวข้องาน <span class="red--text">*</span></label>
<VTextField
outline
v-model="job_title"
label="หัวข้องาน"
></VTextField>
<label class="subheading font-weight-bold"> ประเภทงาน <span class="red--text">*</span></label>
<VSelect
outline
v-model="job_type"
label="ประเภทงาน"
></VSelect>
<label class="subheading font-weight-bold"> ตำแหน่งงาน <span class="red--text">*</span></label>
<VTextField
outline
v-model="department_job"
label="ตำแหน่งงาน"
></VTextField>
</v-flex>
<v-flex xs12 sm6 class="pa-3">
<label class="subheading font-weight-bold"> ค่าตอบแทน/เงินเดือน <span class="red--text">*</span></label>
<VTextField
outline
v-model="salary"
label="ค่าตอบแทน/เงินเดือน"
></VTextField>
<label class="subheading font-weight-bold"> จำนวนที่รับ <span class="red--text">*</span></label>
<VTextField
outline
v-model="amount"
label="จำนวนที่รับ"
type="number"
min="0"
></VTextField>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
</style>
<template>
<div>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 sm12>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 sm12>
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 sm12 class="pa-3">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 sm12 class="pa-3 border" color="#00AAFF">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
</style>
<template>
<div class="">
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
</style>
<template>
<div class="">
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
}
</style>
<template>
<div class="">
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 8px 8px 0 0;
}
</style>
<template>
<div class="bg-title">
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 8px 8px 0 0;
}
</style>
<template>
<div class="bg-title pa-3">
asdsad
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 8px 8px 0 0;
}
</style>
<template>
<div class="bg-title pa-3">
asdsad
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 10px 10px 0 0;
}
</style>
<template>
<div class="bg-title pa-3">
asdsad
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 10px;
}
</style>
<template>
<div class="bg-title pa-3">
asdsad
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 30px;
}
</style>
<template>
<div class="bg-title pa-3">
asdsad
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
}
</style>
<template>
<v-layout row wrap>
</v-layout>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
}
</style>
<template>
<v-layout row wrap class="bg-title">
</v-layout>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
}
</style>
<template>
<v-layout row wrap class="bg-title">
sdfds
</v-layout>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
}
</style>
<template>
<v-layout row wrap class="bg-title">
sdfds
</v-layout>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px;
}
</style>
<template>
<v-layout row wrap class="bg-title">
sdfds
</v-layout>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 8px;
}
</style>
<template>
<v-layout row wrap class="bg-title pa-3">
sdfds
</v-layout>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 8px;
}
</style>
<template>
<v-layout row wrap class="bg-title pa-3">
sdfds
</v-layout>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
border:1px solid #dcdcdc;
background-color: #00AAFF;
border-radius: 8px;
}
</style>
<template>
<div>
<v-layout row wrap class="bg-title pa-3">
sdfds
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
border:1px solid #dcdcdc;
background-color: #00AAFF;
border-radius: 8px;
}
</style>
<template>
<div>
<v-layout row wrap class="bg-title pa-3">
sdfds
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
border:1px solid #dcdcdc;
background-color: #00AAFF;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap class="">
sdfds
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
border:1px solid #dcdcdc;
background-color: #00AAFF;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap >
sdfds
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
border:1px solid #dcdcdc;
background-color: #00AAFF;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap xs12 offset-sm-1 sm10>
sdfds
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
border:1px solid #dcdcdc;
background-color: #00AAFF;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap xs12 offset-sm-1 sm10>
<v-flex xs12 sm12>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
border:1px solid #dcdcdc;
background-color: #00AAFF;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 offset-sm-1 sm10 class="bg-title">
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
border:1px solid #dcdcdc;
background-color: #00AAFF;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 offset-sm-1 sm10 class="bg-title">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
border:1px solid #dcdcdc;
background-color: #00AAFF;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 offset-sm-1 sm10 class="bg-title">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 offset-sm-1 sm10 class="bg-title">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 offset-sm-1 sm10 class="bg-title">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
background: linear-gradient(to right,#00AAFF,#64B5F6);
border-radius: 5px 5px 0 0;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 offset-sm-1 sm10 class="bg-title">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background: linear-gradient(to right,#00AAFF,#64B5F6);
border-radius: 5px 5px 0 0;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 offset-sm-1 sm10 class="bg-title">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 offset-sm-1 sm10 class="bg-title pa-3">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
</style>
<template>
<div>
<v-layout row wrap>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
</style>
<template>
<div>
<v-layout row wrap justify-center="">
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
</style>
<template>
<div>
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
</style>
<template>
<div>
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
}
</style>
<template>
<div>
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
}
</style>
<template>
<div>
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
sdfds
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
}
span {
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div>
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<span>ลบประกาศงาน</span>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
}
span {
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div>
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<span>ลงประกาศงาน</span>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
}
span {
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div>
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title font-title pa-3">
<span>ลงประกาศงาน</span>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
}
span {
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div>
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title font-title pa-4">
<span>ลงประกาศงาน</span>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
}
span {
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div>
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title font-title pa-3">
<span>ลงประกาศงาน</span>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
}
span {
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div>
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title font-title pa-3">
<span>ลงประกาศงาน</span>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div>
<v-layout row wrap justify-center color="gray">
<v-flex xs12 sm10 offset-sm-1 class="bg-title font-title pa-3">
<span>ลงประกาศงาน</span>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div>
<v-layout row wrap justify-center color="grey">
<v-flex xs12 sm10 offset-sm-1 class="bg-title font-title pa-3">
<span>ลงประกาศงาน</span>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title font-title pa-3">
<span>ลงประกาศงาน</span>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<span>ลงประกาศงาน</span>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<v-layout row wrap>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<v-layout row wrap>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<v-layout row wrap>
<v-flex xs2>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<v-layout row wrap>
<v-flex sm2>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<v-layout row wrap>
<v-flex sm2>
<v-icon>fas fa-globe</v-icon>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<v-layout row wrap>
<v-flex sm2>
<v-icon large dark>fas fa-globe</v-icon>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<v-layout row wrap class="px-2">
<v-flex sm2 >
<v-icon large dark>fas fa-globe</v-icon>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<v-layout row wrap class="px-3">
<v-flex sm2 >
<v-icon large dark>fas fa-globe</v-icon>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-2">
<v-layout row wrap class="px-3">
<v-flex sm2 >
<v-icon large dark>fas fa-globe</v-icon>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-2">
<v-layout row wrap class="px-3">
<v-flex sm2 >
<v-icon medium dark>fas fa-globe</v-icon>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-2">
<v-layout row wrap class="px-3">
<v-flex sm2 >
<v-icon medium dark>fas fa-globe</v-icon>
</v-flex>
<v-flex sm10 >
<v-icon medium dark>fas fa-globe</v-icon>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-2">
<v-layout row wrap class="px-3">
<v-flex sm1 >
<v-icon medium dark>fas fa-globe</v-icon>
</v-flex>
<v-flex sm10 >
<v-icon medium dark>fas fa-globe</v-icon>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-2">
<v-layout row wrap class="px-3">
<div>
<v-icon medium dark>fas fa-globe</v-icon>
</div>
<div>
<v-icon medium dark>fas fa-globe</v-icon>
</div>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-2">
<v-layout row wrap class="px-3">
<div class="mx-3">
<v-icon medium dark>fas fa-globe</v-icon>
</div>
<div>
<v-icon medium dark>fas fa-globe</v-icon>
</div>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div class="">
<v-layout row wrap justify-center>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<v-layout row wrap class="px-3">
<div class="mx-3">
<v-icon medium dark>fas fa-globe</v-icon>
</div>
<div>
<v-icon medium dark>fas fa-globe</v-icon>
</div>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
<template>
<div >
<v-layout row wrap justify-center transparent>
<v-flex xs12 sm10 offset-sm-1 class="bg-title pa-3">
<v-layout row wrap class="px-3">
<div class="mx-3">
<v-icon medium dark>fas fa-globe</v-icon>
</div>
<div>
<v-icon medium dark>fas fa-globe</v-icon>
</div>
</v-layout>
</v-flex>
</v-layout>
</div>
</template>
<style lang="scss" scoped>
.border {
border:1px solid #dcdcdc;
border-radius: 5px;
}
.bg-title{
background-color: #00AAFF;
border-radius: 5px 5px 0 0;
}
.font-title {
font-size: 20px;
color: #fff;
display: block;
font-family: "Prompt", sans-serif;
}
</style>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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