1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<?= $this->doctype() ?>
<html lang="en">
<head>
<meta charset="utf-8">
<?= $this->headTitle('Medical')->setSeparator(' - ')->setAutoEscape(false) ?>
<?= $this->headMeta()
->appendName('viewport', 'width=device-width, initial-scale=1.0')
->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
?>
<!-- Le styles -->
<?= $this->headLink(['rel' => 'icon', 'type' => '/tamplate/img/favicon.png', 'href' => $this->basePath() . '/tamplate/img/favicon.png'])
->prependStylesheet($this->basePath('/tamplate/css/style.css'))
->prependStylesheet($this->basePath('/tamplate/css/bootstrap.min.css'))
->prependStylesheet($this->basePath('/tamplate/css/animate.css'))
->prependStylesheet($this->basePath('/tamplate/css/owl.carousel.min.css'))
->prependStylesheet($this->basePath('/tamplate/css/themify-icons.css'))
->prependStylesheet($this->basePath('/tamplate/css/flaticon.css'))
->prependStylesheet($this->basePath('/tamplate/css/magnific-popup.css'))
->prependStylesheet($this->basePath('/tamplate/css/nice-select.css'))
->prependStylesheet($this->basePath('/tamplate/css/bootstrap.min.css'))
->prependStylesheet($this->basePath('/tamplate/css/bootstrap.min.css'))
->prependStylesheet($this->basePath('/tamplate/css/demo.css'))
->prependStylesheet($this->basePath('/tamplate/css/intlTelInput.css'))
?>
</head>
<style>
#seat-antrian{
width:auto; height:500px;
font-size:100%;
}
.cell {
margin-top:10px;
width:100px; height:45px;
background-color:#4682b4;
text-align:center;
list-style-type: none;
color:#000000;
float:left; margin:5px;
margin-bottom:1px;
}
</style>
<body>
<!--::header part start::-->
<header class="main_menu home_menu">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="<?php echo $this->basePath('queue/beranda');?>"> <img src="<?php echo $this->basePath();?> /tamplate/img/logo.png" alt="logo"> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse main-menu-item justify-content-center"
id="navbarSupportedContent">
<ul class="navbar-nav align-items-center">
<li class="nav-item active">
<a class="nav-link" href="<?php echo $this->basePath('queue/beranda') ?>">Beranda</a>
</li>
<li class="nav-item">
<a class="nav-link" href="<?php echo $this->basePath('queue/tambahantrian') ?>">Daftar Antrian</a>
</li>
<li class="nav-item">
<a class="nav-link" href="<?php echo $this->basePath('queue/dokter') ?>">Doctors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="<?php echo $this->basePath('queue/poli') ?>">Poli</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Tentang Kami</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- Header part end-->
<!-- Main content -->
<div class="content-wrapper">
<!-- Content area -->
<div class="content">
<?= $this->content ?>
</div>
<!-- /content area -->
</div>
<!-- /main content -->
<!-- footer part start-->
<footer class="footer-area">
<div class="footer section_padding">
<div class="container">
<div class="row justify-content-between">
<div class="col-xl-2 col-md-4 col-sm-6 single-footer-widget">
<a href="#" class="footer_logo"> <img src="<?php $this->basePath('queue/listdata') ?>/tamplate/img/logo.png" alt="#"> </a>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor </p>
<div class="social_logo">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"> <i class="ti-twitter"></i> </a>
<a href="#"><i class="ti-instagram"></i></a>
<a href="#"><i class="ti-skype"></i></a>
</div>
</div>
<div class="col-xl-9 col-sm-6 col-md-4 single-footer-widget">
<h4>Quick Links</h4>
<ul>
<li><a href="#">Beranda</a></li>
<li><a href="#">Daftar Antrian</a></li>
<li><a href="#">Dokter</a></li>
<li><a href="#">Poli</a></li>
<li><a href="#">Tentang Kami</a></li>
</ul>
</div>
<div class="info"></div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="copyright_part">
<div class="container">
<div class="row align-items-center">
<p class="footer-text m-0 col-lg-8 col-md-12">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
is made with <i class="ti-heart" aria-hidden="true"></i> by <a href="https://colorlib.com"
target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
<div class="col-lg-4 col-md-12 text-center text-lg-right footer-social">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"> <i class="ti-twitter"></i> </a>
<a href="#"><i class="ti-instagram"></i></a>
<a href="#"><i class="ti-skype"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- footer part end-->
<!-- jquery plugins here-->
<script src="<?php echo $this->basePath();?>/tamplate/js/jquery-1.12.1.min.js"></script>
<script src="<?php echo $this->basePath();?>/tamplate/js/popper.min.js"></script>
<script src="<?php echo $this->basePath();?>/tamplate/js/bootstrap.min.js"></script>
<script src="<?php echo $this->basePath();?>/tamplate/js/owl.carousel.min.js"></script>
<script src="<?php echo $this->basePath();?>/tamplate/js/jquery.nice-select.min.js"></script>
<script src="<?php echo $this->basePath();?>/tamplate/js/jquery.ajaxchimp.min.js"></script>
<script src="<?php echo $this->basePath();?>/tamplate/js/jquery.form.js"></script>
<script src="<?php echo $this->basePath();?>/tamplate/js/jquery.validate.min.js"></script>
<script src="<?php echo $this->basePath();?>/tamplate/js/mail-script.js"></script>
<!-- <script src="<?php echo $this->basePath();?>/tamplate/js/bootbox.all.min.js"></script> -->
<!-- <script src="<?php echo $this->basePath();?>/tamplate/js/custom.js"></script> -->
<!-- <script src="<?php echo $this->basePath();?>/tamplate/keyboard/assets/plugins/jquery.virtual_keyboard"></script> -->
<?= $this->headScript()
->prependFile($this->basePath('js/bootstrap.min.js'))
->prependFile($this->basePath('js/jquery-3.1.0.min.js'))
->prependFile($this->basePath('/tamplate/js/bootbox.all.min.js'))
//->prependFile($this->basePath('/js/jquery.nicescroll.js'))
// ->prependFile($this->basePath('/js/jquery.seat-charts.js'))
// ->prependFile($this->basePath('/js/jquery.seat-charts.min.js'))
// ->prependFile($this->basePath('/js/jquery-1.11.0.min.js'))
// //->prependFile($this->basePath('/js/scripts.js'))
?>
<?= $this->inlineScript() ?>
</body>
</html>