Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PA1-1617-D3TI08
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dodi Agustin Refansius Pakpahan
PA1-1617-D3TI08
Commits
51b2dbc6
Commit
51b2dbc6
authored
Jun 08, 2017
by
Suryaningsih Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mengedit
parent
9b6e56c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
Daftar_pesanan.php
Daftar_pesanan.php
+3
-2
daftarkamar.php
daftarkamar.php
+6
-4
No files found.
Daftar_pesanan.php
View file @
51b2dbc6
...
...
@@ -59,6 +59,7 @@
<li
class=
"active"
><a
href=
"home.php"
><svg
class=
"glyph stroked dashboard-dial"
><use
xlink:href=
"#stroked-dashboard-dial"
></use></svg>
Dashboard
</a></li>
<li><a
href=
"isikeluhan.php"
><svg
class=
"glyph stroked calendar"
><use
xlink:href=
"#stroked-calendar"
></use></svg>
DAFTAR KELUHAN
</a></li>
<li><a
href=
"Daftar_pesanan.php"
><svg
class=
"glyph stroked table"
><use
xlink:href=
"#stroked-table"
></use></svg>
PESANAN
</a></li>
<li><a
href=
"pengunjung.php"
><svg
class=
"glyph stroked table"
><use
xlink:href=
"#stroked-table"
></use></svg>
Daftar Pengunjung
</a></li>
<li
role=
"presentation"
class=
"divider"
></li>
...
...
@@ -116,7 +117,7 @@
<th
style=
"text-align:center"
>
Waktu Mulai
</th>
<th
style=
"text-align:center"
>
Waktu Selesai
</th>
<th
style=
"text-align:center"
>
Nama Ruangan
</th>
<th
width=
"300px"
height=
"
10
0"
style=
"text-align:center"
>
Gambar
</th>
<th
width=
"300px"
height=
"
5
0"
style=
"text-align:center"
>
Gambar
</th>
<th
style=
"text-align:center"
>
Action
</th>
</thead>
...
...
@@ -140,7 +141,7 @@ while ($data = mysqli_fetch_array($query))
echo
'<td>'
.
$data
[
'waktumulai'
]
.
'</td>'
;
echo
'<td>'
.
$data
[
'waktuselesai'
]
.
'</td>'
;
echo
'<td style="text-align:center" >'
.
$data
[
'namaruangan'
]
.
'</td>'
;
echo
'<td><img src="gambar/'
.
$data
[
'bukti'
]
.
'"style="width:200px"></td>'
;
echo
'<td><img src="gambar/'
.
$data
[
'bukti'
]
.
'"style="width:200px
"></td>'
;
echo
'<td>
<a href="update.php?id='
.
$data
[
'id_pemesanan'
]
.
'">Update</a> <br>'
;
...
...
daftarkamar.php
View file @
51b2dbc6
...
...
@@ -28,13 +28,15 @@ require_once(dirname(__FILE__).'/header.php');
{
echo
'<div class="col-md-3 thumbnail"style="margin-left:90px; margin-top:100px">
<img src="'
.
$data
[
'gambar'
]
.
'" style="width: 100%; height: 400px;"><br><hr>
<center><div><a href="detailkamar.php?id='
.
$data
[
'id'
]
.
'" class="btn btn-default">Detail</a>
<a href="memesan.php?id='
.
$data
[
'id'
]
.
'" class="btn btn-default">Pesan</a></div></div>'
;
<center><div><a href="detailkamar.php?id='
.
$data
[
'id'
]
.
'" class="btn btn-default">Detail</a></div></div>'
;
}
?>
<footer
class=
"footer"
style=
"margin-top:600px"
>
<div
class=
"pesan"
style=
"padding-top:70px; margin-right:50px; padding-left:90px"
>
<center><a
href=
"memesan.php?id='. $data['id'].'"
class=
"btn btn-default"
style=
"width:300px; background:; color:red"
>
Pesan Kamar
</a>
</div>
<footer
class=
"footer"
style=
"margin-top:30px"
>
<div
class=
"icon"
>
<a
href=
"https://facebook.com"
target=
"_blank"
><i
class=
"fa fa-facebook"
style=
"font-size: 20px;"
></i></a>
<a
href=
"https://instagram.com"
target=
"_blank"
><i
class=
"fa fa-instagram"
style=
"font-size: 20px;"
></i></a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment