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
89583d60
Commit
89583d60
authored
May 26, 2017
by
Franciskus Partogu Hamonangan Napitupulu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perbaikan
parent
cbd6b848
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
15 deletions
+11
-15
categories.php
categories.php
+6
-5
index.php
index.php
+0
-5
publisher.php
publisher.php
+5
-5
No files found.
categories.php
View file @
89583d60
...
...
@@ -62,6 +62,7 @@
<div
class=
"col-md-8 products-right"
>
<div
class=
"agile_top_brands_grids"
>
<?php
while
(
$data
=
mysqli_fetch_array
(
$sql
))
{
?>
<div
class=
"col-md-4 top_brand_left"
>
...
...
@@ -79,10 +80,10 @@
<div
class=
"snipcart-item block"
>
<div
class=
"snipcart-thumb"
>
<a
href=
"singlebook.php?kd=
<?php
echo
$data
[
'isbn'
];
?>
"
><img
class=
"col-md-12"
title=
"Klik Disini"
src=
"
<?php
echo
$data
[
'gambar'
];
?>
"
/>
<center><h5>
<?php
echo
$data
[
'judul'
];
?>
</h5></center>
<center><h5>
<?php
echo
$data
[
'pengarang'
];
?>
</h5></center>
<center><h5>
<?php
echo
$data
[
'tahun'
];
?>
</h5></center>
<center><h5>
Rp.
<?php
echo
number_format
(
$data
[
'harga'
],
2
,
","
,
"."
);
?>
</h5></center>
<center><h5>
<?php
echo
$data
[
'judul'
];
?>
</h5></center>
<center><h5>
<?php
echo
$data
[
'pengarang'
];
?>
</h5></center>
<center><h5>
<?php
echo
$data
[
'tahun'
];
?>
</h5></center>
<center><h5>
Rp.
<?php
echo
number_format
(
$data
[
'harga'
],
2
,
","
,
"."
);
?>
</h5></center>
</a>
</div>
<div
class=
"snipcart-details top_brand_home_details"
>
...
...
@@ -105,7 +106,7 @@
<div
class=
"clearfix"
>
</div>
</div>
</div>
<!--
- groceries -
-->
<!--
groceries
-->
<?php
include
'footer.php'
;
...
...
index.php
View file @
89583d60
...
...
@@ -48,11 +48,6 @@
</div>
</div>
<!-- //breadcrumbs -->
<?php
if
(
$cari
){
}
?>
<!-- top-brands -->
<div
class=
"top-brands"
>
<div
class=
"container"
>
...
...
publisher.php
View file @
89583d60
...
...
@@ -81,10 +81,10 @@
<div
class=
"snipcart-item block"
>
<div
class=
"snipcart-thumb"
>
<a
href=
"singlebook.php?kd=
<?php
echo
$data
[
'isbn'
];
?>
"
><img
class=
"col-md-12"
title=
"Klik Disini"
src=
"
<?php
echo
$data
[
'gambar'
];
?>
"
>
<center><h5>
<?php
echo
$data
[
'judul'
];
?>
</h5></center>
<center><h5>
<?php
echo
$data
[
'pengarang'
];
?>
</h5></center>
<center><h5>
<?php
echo
$data
[
'tahun'
];
?>
</h5></center>
<center><h5>
Rp.
<?php
echo
number_format
(
$data
[
'harga'
],
2
,
","
,
"."
);
?>
</h5></center>
<center><h5>
<?php
echo
$data
[
'judul'
];
?>
</h5></center>
<center><h5>
<?php
echo
$data
[
'pengarang'
];
?>
</h5></center>
<center><h5>
<?php
echo
$data
[
'tahun'
];
?>
</h5></center>
<center><h5>
Rp.
<?php
echo
number_format
(
$data
[
'harga'
],
2
,
","
,
"."
);
?>
</h5></center>
</a>
</div>
<div
class=
"snipcart-details top_brand_home_details"
>
...
...
@@ -107,7 +107,7 @@
<div
class=
"clearfix"
>
</div>
</div>
</div>
<!--
- groceries -
-->
<!--
groceries
-->
<?php
include
'footer.php'
;
...
...
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