-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoods.php
67 lines (45 loc) · 2.16 KB
/
foods.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
<html>
<head>
<link rel="stylesheet" href="nps.css">
<script src='jquery-3.3.1/jquery-3.3.1.js'></script>
<script type="text/javascript">
$(document).ready(function(){
$('table img').click(function(){
var img_add =$(this).attr("src");
window.location.href = "send_product_desc.php?var="+img_add ;
});
});
</script>
</head>
<body>
<div id="top_div">
<div id="nps_img">
<img src="images/nps.png" height="100%" width="170px">
<input type="text" id="search_box">
</div>
<a href="logout.php"> <img src="images/LoginIconAppl.png" id="login_img"></a>
<a href="cart.php"><img src="images/cart.png" id="cart_img"></a>
<a href="homepage.php"> <img src="images/homenew.png" id="home_img"></a>
<input type="button" id="search_button" value="search">
<div style="height:50%;background-color:aliceblue;display:inline-block;width:100%;border-radius:0px 0px 8px 5px">
<ul>
<b><li><a href="groceries.php">groceries</a></li>
<li><a href="fashion.php">fashion</a></li>
<li><a href="foods.php">foods</a></li>
<li><a href="packed_food.php">packed food</a></li>
<li><a href="books.php">books</a></li></b>
</ul></div>
</div><center>
<table cellspacing="140px">
<tr>
<th><img src="images/food/download.jpg" ></th>
<th><img src="images/food/download%20(1).jpg"></th>
<th><img src="images/food/download%20(2).jpg"></th>
</tr>
<tr>
<th><img src="images/food/download%20(3).jpg"></th>
<th><img src="images/food/download(4).jpg"></th>
<th><img src="images/food/download(5).jpg"></th>
</tr>
</table></center>
</body>