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
2d4dccdf
Commit
2d4dccdf
authored
Jun 11, 2017
by
Desi Enjelina Lubis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mengedit button pemesanan
parent
9b8dfb45
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
8 deletions
+11
-8
allbook.php
allbook.php
+3
-2
categories.php
categories.php
+1
-1
index.php
index.php
+3
-3
processcomment.php
processcomment.php
+2
-0
publisher.php
publisher.php
+1
-1
singlebook.php
singlebook.php
+1
-1
No files found.
allbook.php
View file @
2d4dccdf
...
...
@@ -78,7 +78,7 @@
</div>
<div
class=
"snipcart-details top_brand_home_details"
>
<a
href=
"function.php?act=add&barang_id=
<?php
echo
$data
[
'isbn'
];
?>
&ref=checkout.php?kd=
<?php
echo
$data
[
'isbn'
];
?>
"
>
<input
type=
"submit"
name=
"simpan"
value=
"
Tambah
"
class=
"button"
/></a>
<input
type=
"submit"
name=
"simpan"
value=
"
Pesan
"
class=
"button"
/></a>
</div>
</div>
</figure>
...
...
@@ -109,4 +109,4 @@
<?php
include
'footer.php'
;
?>
?>
\ No newline at end of file
categories.php
View file @
2d4dccdf
...
...
@@ -88,7 +88,7 @@
</div>
<div
class=
"snipcart-details top_brand_home_details"
>
<a
href=
"function.php?act=add&barang_id=
<?php
echo
$data
[
'isbn'
];
?>
&ref=checkout.php?kd=
<?php
echo
$data
[
'isbn'
];
?>
"
>
<input
type=
"submit"
name=
"simpan"
value=
"
Tambah
"
class=
"button"
/></a>
<input
type=
"submit"
name=
"simpan"
value=
"
Pesan
"
class=
"button"
/></a>
</div>
</div>
</figure>
...
...
index.php
View file @
2d4dccdf
...
...
@@ -88,7 +88,7 @@
</div>
<div
class=
"snipcart-details top_brand_home_details"
>
<a
href=
"function.php?act=add&barang_id=
<?php
echo
$data
[
'isbn'
];
?>
&ref=checkout.php?kd=
<?php
echo
$data
[
'isbn'
];
?>
"
>
<input
type=
"submit"
name=
"simpan"
value=
"
Tambah
"
class=
"button"
/></a>
<input
type=
"submit"
name=
"simpan"
value=
"
Pesan
"
class=
"button"
/></a>
</div>
</div>
</figure>
...
...
@@ -132,7 +132,7 @@
</div>
<div
class=
"snipcart-details top_brand_home_details"
>
<a
href=
"function.php?act=add&barang_id=
<?php
echo
$data
[
'isbn'
];
?>
&ref=checkout.php?kd=
<?php
echo
$data
[
'isbn'
];
?>
"
>
<input
type=
"submit"
name=
"simpan"
value=
"
Tambah
"
class=
"button"
/></a>
<input
type=
"submit"
name=
"simpan"
value=
"
Pesan
"
class=
"button"
/></a>
</div>
</div>
</figure>
...
...
@@ -184,7 +184,7 @@
</div>
<div
class=
"snipcart-details top_brand_home_details"
>
<a
href=
"function.php?act=add&barang_id=
<?php
echo
$data
[
'isbn'
];
?>
&ref=checkout.php?kd=
<?php
echo
$data
[
'isbn'
];
?>
"
/>
<input
type=
"submit"
name=
"simpan"
value=
"
Tambah
"
class=
"button"
></a>
<input
type=
"submit"
name=
"simpan"
value=
"
Pesan
"
class=
"button"
></a>
</div>
</div>
</figure>
...
...
processcomment.php
View file @
2d4dccdf
...
...
@@ -57,6 +57,7 @@
<tr>
<th>
ID
</th>
<th>
Pengirim
</th>
<th>
Email
</th>
<th>
Saran
</th>
<th>
Tanggal
</th>
<th>
Opsi
</th>
...
...
@@ -68,6 +69,7 @@
<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>
<td
class=
"invert"
>
<?php
echo
$data
[
'tanggal'
];
?>
</td>
<td
class=
"invert"
>
...
...
publisher.php
View file @
2d4dccdf
...
...
@@ -89,7 +89,7 @@
</div>
<div
class=
"snipcart-details top_brand_home_details"
>
<a
href=
"function.php?act=add&barang_id=
<?php
echo
$data
[
'isbn'
];
?>
&ref=checkout.php?kd=
<?php
echo
$data
[
'isbn'
];
?>
"
>
<input
type=
"submit"
name=
"simpan"
value=
"
Tambah
"
class=
"button"
/></a>
<input
type=
"submit"
name=
"simpan"
value=
"
Pesan
"
class=
"button"
/></a>
</div>
</div>
</figure>
...
...
singlebook.php
View file @
2d4dccdf
...
...
@@ -65,7 +65,7 @@
echo
''
;
}
else
{
echo
'<input type="submit" name="simpan" value="
Tambah
" class="button" />'
;
echo
'<input type="submit" name="simpan" value="
Pesan
" class="button" />'
;
}
?>
</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