-
Notifications
You must be signed in to change notification settings - Fork 0
/
wishlist.html
executable file
·178 lines (163 loc) · 6.47 KB
/
wishlist.html
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/my.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<link href="css/sidebar.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="row">
<div class="col-xs-2 text-center">
<table class="fixtop" width="100%">
<tr>
<td align="left">
<a onclick="goBack()"><font color="white" size="5"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span></font></a>
</td>
</tr>
</table>
</div>
<div class="col-xs-8 text-center">
<table class="fixtop" width="100%">
<tr>
<td align="center">
<font color="white" size="5"><strong>Wish List</strong></font>
</td>
</tr>
</table>
</div>
<div class="col-xs-2 text-center">
<table class="fixtop" width="100%">
<tr>
<td align="right">
<a href="./takepic.html"><font color="white" size="5"><span class="glyphicon glyphicon-camera" aria-hidden="true"></span></font></a>
</td>
</tr>
</table>
</div>
</div>
</div>
</nav>
<a name="top"></a>
<div class="jsc-sidebar-content jsc-sidebar-pulled">
<div class="space">
<div class="container-fluid">
<div class="row text-center">
<button class="mysuccessbutton" onclick="window.location.href=''"><font color="white" size="5"> Add New Item </font></button>
</div>
<br />
<div class="row">
<table class="table table-striped">
<thead>
<tr>
<th width="10%">#</th>
<th width="20%">Item</th>
<th width="50%"></th>
<th width="20%">Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td align="center"><img src="images/shoe.png" alt="Responsive image" class="img-responsive img-circle" style="width: 100%;"></td>
<td><font color="#337ab7">Hiking Shoes</font></td>
<td>$76</td>
</tr>
<tr>
<td>2</td>
<td align="center"><img src="images/rc.png" alt="Responsive image" class="img-responsive img-circle" style="width: 100%;"></td>
<td><font color="#337ab7">Toy Car</font></td>
<td>$30</td>
</tr>
<tr>
<td>3</td>
<td align="center"><img src="images/greenday.png" alt="Responsive image" class="img-responsive img-circle" style="width: 100%;"></td>
<td><font color="#337ab7">Music Album</font></td>
<td>$14</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-default navbar-fixed-bottom">
<div class="container">
<div class="row">
<div class="col-xs-2 text-center">
<table class="fixtop" width="100%">
<tr>
<td align="left">
<a href="" class="jsc-sidebar-trigger"><font color="white" size="5"><span class="glyphicon glyphicon-th-list" aria-hidden="true"></span></font></a>
</td>
</tr>
</table>
</div>
<div class="col-xs-8 text-center">
<table class="fixtop" width="100%">
<tr>
<td align="center">
<a href="#top"><font color="white" size="5"><span class="glyphicon glyphicon-triangle-top" aria-hidden="true"></span></font></a>
</td>
</tr>
</table>
</div>
<div class="col-xs-2 text-center">
<table class="fixtop" width="100%">
<tr>
<td align="right">
<a href="./settings.html"><font color="white" size="5"><span class="glyphicon glyphicon-cog" aria-hidden="true"></span></font></a>
</td>
</tr>
</table>
</div>
</div>
</div>
</nav>
<nav class="navbar navbar-default jsc-sidebar" id="jsi-nav" data-sidebar-options="">
<div class="container">
<ul>
<li><a href="" class="current"><font color="#337ab7" size="5">NO</font></a></li>
<li><a href="" class="current"><font color="#337ab7" size="5">NO</font></a></li>
<li><table><tr><td width="30%"><img src="images/me.png" alt="Responsive image" class="img-responsive img-circle" style="width: 100%;"></td><td width="70%"><font color="white" size="5"> My Profile</font></td></tr></table></li>
<hr>
<li><a href="./huntlist.html" class="current"><font color="white" size="5"><span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span> Hunt List</font></a></li>
<li><a href="./questwall.html" class="current"><font color="white" size="5"><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> Quest Map</font></a></li>
<hr>
<li><a href="./achievements.html" class="current"><font color="white" size="5"><span class="glyphicon glyphicon-star" aria-hidden="true"></span> Achievements</font></a></li>
<li><a href="./moments.html" class="current"><font color="white" size="5"><span class="glyphicon glyphicon-picture" aria-hidden="true"></span> Quest Wall</font></a></li>
<li><a href="./leaderboard.html" class="current"><font color="white" size="5"><span class="glyphicon glyphicon-stats" aria-hidden="true"></span> Leader Board</font></a></li>
<hr>
<li><a href="./wishlist.html" class="current"><font color="white" size="5"><span class="glyphicon glyphicon-gift" aria-hidden="true"></span> Wish List</font></a></li>
<li><a href="./personality.html" class="current"><font color="white" size="5"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> Personality</font></a></li>
</ul>
</div>
</nav>
<script src="js/sidebar.js"></script>
<script>
$('#jsi-nav').sidebar({
trigger: '.jsc-sidebar-trigger',
scrollbarDisplay: true,
pullCb: function () { console.log('pull'); },
pushCb: function () { console.log('push'); }
});
$('#api-pull').on('click', function (e) {
e.preventDefault();
$('#jsi-nav').data('sidebar').push();
});
$('#api-push').on('click', function (e) {
e.preventDefault();
$('#jsi-nav').data('sidebar').pull();
});
function goBack() {
window.history.back();
}
</script>
</body>
</html>