This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<g-table :datas="userDatas3Formated" :columns="userColumns3" type="info" use-paging :total-data="10" :per-page="5" | |
front-end-pagination show-numbering> | |
<template slot="thead" slot-scope="{colSpan}"> | |
<tr> | |
<th></th> | |
<th colspan="2">Name</th> | |
<th :colspan="colSpan-3">Aditional info</th> | |
</tr> | |
<tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<g-table :datas="userDatas3Formated" :columns="userColumns3" type="info" use-paging :total-data="10" :per-page="5" | |
front-end-pagination show-numbering> | |
<template slot="detail" slot-scope="{index, data}"> | |
<div class="content"> | |
<div class="field is-grouped"> | |
<div class="control image is-64x64"> | |
<img :src="userDatas3[index].avatar" :alt="data.first_name"> | |
</div> | |
<div class="control is-expanded"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<g-field> | |
<g-checkbox v-model="forceDataEmpty">Force data empty</g-checkbox> | |
</g-field> | |
<g-table :datas="forceDataEmpty ? []: userDatas4" :columns="userColumns4" type="info" @changePage="doFind" | |
:total-data="100" :per-page="perPage" :isLoading="isLoading" show-numbering use-paging> | |
<template slot="empty"> | |
<div class="has-text-centered"> | |
<p><i class="fas fa-box-open fa-7x"></i></p> | |
<p class="title is-6">No more data to load</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
<title>Padi POS | Konfirmasi Email</title> | |
<style type="text/css"> | |
h1, | |
h2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
<title>Padi POS | Reset Password</title> | |
<style type="text/css"> | |
h1, | |
h2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--suppress ALL --> | |
<template> | |
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" :view-box.camel="viewBox" :style="style"> | |
<defs> | |
<slot></slot> | |
</defs> | |
<g :style="stageStyle"> | |
<d3-axis v-if="displayAxis" v-for="(axis, index) in axisPosition" :key="`axis-${index}`" | |
:axis="axis" :layout="layout" :scale="scale"> | |
</d3-axis> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
<title>Padi POS | Atur Password</title> | |
<style type="text/css"> | |
h1, | |
h2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Soal</title> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> | |
<style> | |
.soal-page-wrapper { | |
min-height: 100vh; | |
height: 100vh; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Kartu Peserta Seleksi</title> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> | |
<style> | |
.kartu-peserta-seleksi { | |
padding: 16px; | |
width: 415px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
<title>Padi POS | Struk Kasir</title> | |
<style type="text/css"> |