-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasic_table.php
executable file
·202 lines (183 loc) · 7.65 KB
/
basic_table.php
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
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Creative - Bootstrap 3 Responsive Admin Template">
<meta name="author" content="GeeksLabs">
<meta name="keyword" content="Creative, Dashboard, Admin, Template, Theme, Bootstrap, Responsive, Retina, Minimal">
<link rel="shortcut icon" href="img/favicon.png">
<title>List Employees</title>
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- bootstrap theme -->
<link href="css/bootstrap-theme.css" rel="stylesheet">
<!--external css-->
<!-- font icon -->
<link href="css/elegant-icons-style.css" rel="stylesheet" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<!-- Custom styles -->
<link href="css/style.css" rel="stylesheet">
<link href="css/style-responsive.css" rel="stylesheet" />
</head>
<body>
<!-- container section start -->
<section id="container" class="">
<!--header start-->
<header class="header dark-bg">
<div class="toggle-nav">
<div class="icon-reorder tooltips" data-original-title="Toggle Navigation" data-placement="bottom"><i class="icon_menu"></i></div>
</div>
<!--logo start-->
<a href="profile.php" class="logo">Alkha <span class="lite">Creative</span></a>
<!--logo end-->
<div class="nav search-row" id="top_menu">
</div>
<div class="top-nav notification-row">
<!-- notificatoin dropdown start-->
<ul class="nav pull-right top-menu">
<!-- task notificatoin start -->
<!-- user login dropdown start-->
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<span class="profile-ava">
<img alt="" src="img/avatarsmall.jpg">
</span>
<span class="username">Lukmanul Hakim</span>
<b class="caret"></b>
</a>
<ul class="dropdown-menu extended logout">
<div class="log-arrow-up"></div>
<li class="eborder-top">
<a href="profile.php"><i class="icon_profile"></i> My Profile</a>
</li>
<li>
<a href="index.php"><i class="icon_key_alt"></i> Log Out</a>
</li>
</ul>
</li>
<!-- user login dropdown end -->
</ul>
<!-- notificatoin dropdown end-->
</div>
</header>
<!--header end-->
<!--sidebar start-->
<aside>
<div id="sidebar" class="nav-collapse ">
<!-- sidebar menu start-->
<ul class="sidebar-menu">
<li class="active">
<a class="" href="profile.php">
<i class="icon_house_alt"></i>
<span>Profile</span>
</a>
</li>
<li>
<a class="" href="form_validation.php">
<i class="icon_documents_alt"></i>
<span>Form</span>
</a>
</li>
<li>
<a class="" href="basic_table.php">
<i class="icon_table"></i>
<span>List</span>
</a>
</li>
<li class="sub-menu">
<a href="javascript:;" class="">
<i class="icon_documents_alt"></i>
<span>Department</span>
<span class="menu-arrow arrow_carrot-right"></span>
</a>
<ul class="sub">
<li><a class="" href="technology.php? id=1">Technology Information</a></li>
<li><a class="" href="production.php? id=2"><span>Production</span></a></li>
<li><a class="" href="marketing.php? id=3"><span>Marketing</span></a></li>
<li><a class="" href="finance.php? id=4">Finance</a></li>
<li><a class="" href="person.php? id=5">Person</a></li>
</ul>
</li>
</ul>
<!-- sidebar menu end-->
</div>
</aside>
<!--sidebar end-->
<!-- sidebar menu end-->
</div>
</aside>
<!--main content start-->
<section id="main-content">
<section class="wrapper">
<div class="row">
<div class="col-lg-12">
<h3 class="page-header"><i class="fa fa-table"></i> EMPLOYEES ALKHA CREATIVE</h3>
<ol class="breadcrumb">
<li><i class="fa fa-home"></i><a href="profile.php">Home</a></li>
<li><i class="fa fa-th-list"></i>List Employees</li>
</ol>
</div>
</div>
<!-- page start-->
<div class="row">
<div class="col-lg-12">
<section class="panel">
<header class="panel-heading">
List Employees
</header>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th><i class="icon_key_alt"></i> NIP</th>
<th><i class="icon_profile"></i> Name</th>
<th><i class="icon_calendar"></i> Date</th>
<th><i class="icon_pin_alt"></i> City</th>
<th><i class="icon_mobile"></i> Contact</th>
<th><i class="icon_menu"></i> Departement</th>
<th><i class="icon_cogs"></i> Action</th>
</tr>
</thead>
<tbody>
<?php include 'koneksi.php';
$proses=$mysqli->query("SELECT nip, nama, tgl, kota, kontak, departemen from karyawan");
?>
<?php while ($data=$proses->fetch_object()) {?>
<tr>
<td><?php echo $data->nip?></td>
<td><?php echo $data->nama?></td>
<td><?php echo $data->tgl?></td>
<td><?php echo $data->kota?></td>
<td><?php echo $data->kontak?></td>
<td><?php echo $data->departemen?></td>
<td>
<div class="btn-group">
<a class="btn btn-primary" href="form_update.php? nip=<?php echo $data->nip ?>"><i class="icon_documents_alt"></i></a>
<a class="btn btn-success" href="form_view.php? nip=<?php echo $data->nip ?>" ><i class="icon_book_alt"></i></a>
<a class="btn btn-danger" onclick="return confirm('Yakin akan menghapus data ini ?')" href="delete.php?nip=<?php echo $data->nip?>"><i class="icon_close_alt2"></i></a>
</div>
</td>
</tr>
<?php } ?>
</tbody>
</table>
</div>
</section>
</div>
</div>
<!-- page end-->
</section>
</section>
</section>
<!-- container section end -->
<!-- javascripts -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- nicescroll -->
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.nicescroll.js" type="text/javascript"></script>
<!--custome script for all page-->
<script src="js/scripts.js"></script>
</body>
</html>