Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PA1-1617-D3TI107
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
Franciskus Partogu Hamonangan Napitupulu
PA1-1617-D3TI107
Commits
4ad34034
Commit
4ad34034
authored
Jun 11, 2017
by
Franciskus Partogu Hamonangan Napitupulu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perbaikan tampilan admin
parent
2d4dccdf
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
16 deletions
+11
-16
checkout.php
checkout.php
+1
-1
style.css
css/style.css
+4
-3
processarticle.php
processarticle.php
+3
-5
processcomment.php
processcomment.php
+1
-3
processmember.php
processmember.php
+1
-3
savebook.php
savebook.php
+1
-1
No files found.
checkout.php
View file @
4ad34034
...
...
@@ -27,7 +27,7 @@
<div
class=
"container"
>
<h2><br>
Detail keranjang belanja :
</h2><br>
<div
class=
"checkout-right"
>
<table
class=
"timetable_sub"
>
<table
class=
"timetable_sub
table-bordered table-hover
"
>
<thead>
<tr>
<th>
No. Pesanan
</th>
...
...
css/style.css
View file @
4ad34034
...
...
@@ -1223,7 +1223,7 @@ td.invert-image a img {
text-transform
:
uppercase
;
text-align
:
center
;
margin
:
0
0
1em
;
width
:
3
50
px
;
width
:
3
35
px
;
}
.checkout-left
{
margin
:
2em
0
0
;
...
...
@@ -1232,11 +1232,12 @@ td.invert-image a img {
list-style-type
:
none
;
margin-bottom
:
1em
;
font-size
:
14px
;
color
:
#
999
;
color
:
#
777
;
}
.checkout-left-basket
{
float
:
left
;
width
:
30%
;
width
:
335px
;
background
:
#f5f5f5
;
}
.checkout-right-basket
{
float
:
right
;
...
...
processarticle.php
View file @
4ad34034
...
...
@@ -54,8 +54,7 @@
<div
class=
"checkout-right"
>
<table
class=
"timetable_sub table table-bordered table-hover"
>
<thead>
<tr>
<th>
ID
</th>
<tr>
<th>
Judul
</th>
<th>
Tanngal Dibuat
</th>
<th>
Tanngal Diubah
</th>
...
...
@@ -67,7 +66,6 @@
while
(
$data
=
mysqli_fetch_array
(
$sql
))
{
?>
<tr
class=
"rem1"
>
<td
class=
"invert"
>
<?php
echo
$data
[
'id_artikel'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'judul_artikel'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'tanggal_dibuat'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'tanggal_diedit'
];
?>
</td>
...
...
@@ -94,13 +92,13 @@
<?php
if
(
isset
(
$_SESSION
[
'administrator'
])){
echo
'
<tr><td colspan="
5
" align="center" style="background-color:#ffffff"><b> Tambah Artikel </b></td>
<tr><td colspan="
4
" align="center" style="background-color:#ffffff"><b> Tambah Artikel </b></td>
<td><a href="addarticle.php"><img src="images/tambah.png" /></td></tr></table>
'
;
}
else
{
echo
'
<tr><td colspan="
6
" align="center" style="background-color:#ffffff"> Data buku kosong ! </td></tr></table>
<tr><td colspan="
5
" align="center" style="background-color:#ffffff"> Data buku kosong ! </td></tr></table>
'
;
}
?>
...
...
processcomment.php
View file @
4ad34034
...
...
@@ -55,7 +55,6 @@
<table
class=
"timetable_sub table table-bordered table-hover"
>
<thead>
<tr>
<th>
ID
</th>
<th>
Pengirim
</th>
<th>
Email
</th>
<th>
Saran
</th>
...
...
@@ -67,7 +66,6 @@
while
(
$data
=
mysqli_fetch_array
(
$sql
))
{
?>
<tr
class=
"rem1"
>
<td
class=
"invert"
>
<?php
echo
$data
[
'id_komentar'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'nama_pengirim'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'email'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'komentar'
];
?>
</td>
...
...
@@ -91,7 +89,7 @@
}
else
{
echo
'
<tr><td colspan="
5
" align="center" style="background-color:#ffffff"> Data Saran kosong ! </td></tr></table>
<tr><td colspan="
4
" align="center" style="background-color:#ffffff"> Data Saran kosong ! </td></tr></table>
'
;
}
?>
...
...
processmember.php
View file @
4ad34034
...
...
@@ -55,7 +55,6 @@
<table
class=
"timetable_sub table table-bordered table-hover"
>
<thead>
<tr>
<th>
ID Pelanggan
</th>
<th>
Nama Lengkap
</th>
<th>
Alamat
</th>
<th>
Nomor Ponsel
</th>
...
...
@@ -67,7 +66,6 @@
while
(
$data
=
mysqli_fetch_array
(
$sql
))
{
?>
<tr
class=
"rem1"
>
<td
class=
"invert"
>
<?php
echo
$data
[
'id_user'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'nama_lengkap'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'alamat'
];
?>
</td>
<td
class=
"invert"
>
0
<?php
echo
$data
[
'nomor_ponsel'
];
?>
</td>
...
...
@@ -91,7 +89,7 @@
}
else
{
echo
'
<tr><td colspan="
7
" align="center" style="background-color:#ffffff"> Data pelanggan kosong ! </td></tr></table>
<tr><td colspan="
5
" align="center" style="background-color:#ffffff"> Data pelanggan kosong ! </td></tr></table>
'
;
}
?>
...
...
savebook.php
View file @
4ad34034
...
...
@@ -6,7 +6,7 @@
<!-- checkout -->
<div
class=
"checkout"
>
<div
class=
"container"
>
<center><h2>
TERIMAKASIH TELAH BERBELANJA DI TOKO BUKU CEMERLANG
</h
12
</center
>
<center><h2>
TERIMAKASIH TELAH BERBELANJA DI TOKO BUKU CEMERLANG
</h
2>
</center>
<div
class=
"col-md-12 checkout-left"
>
<div
class=
"checkout-left-basket"
>
...
...
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