-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle.php
More file actions
328 lines (286 loc) · 13.4 KB
/
single.php
File metadata and controls
328 lines (286 loc) · 13.4 KB
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<?php get_header(); ?>
<!-- Main row .container -->
<div class="container">
<!-- breadcrumbs-->
<div class="row">
<div class="col-xs-9 col-sm-9 col-md9 col-lg-9">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Category</a></li>
<li class="active">Single item Data</li>
</ol>
</div>
<div class="col-xs-3 col-sm-3 col-md-3 col-lg-3 text-right">
<a class="btn btn-lg btn-block btn-warning" href="" title="">BOOK NOW</a>
</div>
</div>
<!-- /breadcrumbs-->
<div class="row">
<!-- Left side wrapper col -->
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">
<a class="" href="#"><i class="icon-angle-left"></i> <strong>Back to search results</strong></a>
<hr class="hr-sm">
<div class="panel panel-warning">
<div class="panel-heading">
<h4>Your searches</h4>
</div>
<div class="panel-body">
<ul class="list-unstyled">
<li><a href="#" title="">Amsterdam <small>(Sept 10 - Sept 17)</small></a><li>
</ul>
</div>
<div class="panel-footer">
<a class="btn btn-block btn-sm btn-info">Change search</a>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-body">
<h4>Related objects</h4>
<hr class="hr-sm">
<!-- RELATED ITEM -->
<div class="alert" style="position:relative">
<a class="close" data-dismiss="alert" href="#" aria-hidden="true" style="position:absolute; top:0px; right:0px;">×</a>
<div class="row">
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<div class="thumbnail"><img class="img-responsive" src="<?php bloginfo('template_url'); ?>/images/london2.jpg" alt="" ></div>
</div>
<div class="col-xs-7 col-sm-7 col-md-7 col-lg-7">
<a href="#" title="">Object title goes here</a>
</div>
</div>
</div>
<!-- RELATED ITEM -->
<!-- RELATED ITEM -->
<div class="alert" style="position:relative">
<a class="close" data-dismiss="alert" href="#" aria-hidden="true" style="position:absolute; top:0px; right:0px;">×</a>
<div class="row">
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<div class="thumbnail"><img class="img-responsive" src="<?php bloginfo('template_url'); ?>/images/london2.jpg" alt="" ></div>
</div>
<div class="col-xs-7 col-sm-7 col-md-7 col-lg-7">
<a href="#" title="">Object title goes here</a>
</div>
</div>
</div>
<!-- RELATED ITEM -->
<!-- RELATED ITEM -->
<div class="alert" style="position:relative">
<a class="close" data-dismiss="alert" href="#" aria-hidden="true" style="position:absolute; top:0px; right:0px;">×</a>
<div class="row">
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<div class="thumbnail"><img class="img-responsive" src="<?php bloginfo('template_url'); ?>/images/london2.jpg" alt="" ></div>
</div>
<div class="col-xs-7 col-sm-7 col-md-7 col-lg-7">
<a href="#" title="">Object title goes here</a>
</div>
</div>
</div>
<!-- RELATED ITEM -->
<!-- RELATED ITEM -->
<div class="alert" style="position:relative">
<a class="close" data-dismiss="alert" href="#" aria-hidden="true" style="position:absolute; top:0px; right:0px;">×</a>
<div class="row">
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<div class="thumbnail"><img class="img-responsive" src="<?php bloginfo('template_url'); ?>/images/london2.jpg" alt="" ></div>
</div>
<div class="col-xs-7 col-sm-7 col-md-7 col-lg-7">
<a href="#" title="">Object title goes here</a>
</div>
</div>
</div>
<!-- RELATED ITEM -->
</div>
</div>
</div><!-- / left side -->
<!-- Right side wrapper col-->
<div class="col-xs-12 col-sm-12 col-md-9 col-lg-9" >
<div class="row">
<div class="col-xs-8 col-sm-8 col-md-8 col-lg-8" >
<h2>Title hostel name long header test</h2>
<small>Object adress long adress test Object adress long adress test Object adress long adress test </small>
</div>
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4 text-right">
<a class="btn btn-info btn-block btn-lg toggler" href="#" style="margin:30px 0px 10px 0px;"> <i class="icon-map-marker"></i> Show map </a> <a class="btn btn-info btn-lg btn-block toggler-hide" href="#" style="margin:30px 0px 10px 0px;"><i class="icon-map-marker"></i> Hide map </a>
</div>
</div>
<hr class="hr-sm">
<div class="block-wrapper">
<!-- SLIDER -->
<div class="flexslider">
<ul class="slides">
<li data-thumb="<?php bloginfo('template_url'); ?>/images/london2.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/london2.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/london3.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/london3.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/italy2.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/italy2.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/london2.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/london2.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/london2.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/london2.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/london3.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/london3.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/italy2.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/italy2.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/london2.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/london2.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/london2.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/london2.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/london3.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/london3.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/london2.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/london2.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/london2.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/london2.jpg" />
</li>
<li data-thumb="<?php bloginfo('template_url'); ?>/images/london3.jpg">
<img src="<?php bloginfo('template_url'); ?>/images/london3.jpg" />
</li>
</ul>
</div>
<!-- /SLIDER -->
<!-- GMAP-->
<div id="map" class="gmappanel hide-map"></div>
<!-- GMAP-->
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<p>Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here Object description goes here </p>
<hr>
<!-- DESCRIPTION TABS-->
<ul id="myTab" class="nav nav-tabs">
<li class="active"><a href="#home" data-toggle="tab">Home</a></li>
<li><a href="#profile" data-toggle="tab">Profile</a></li>
<li class="dropdown">
<a href="#" id="myTabDrop1" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="myTabDrop1">
<li><a href="#dropdown1" tabindex="-1" data-toggle="tab">@fat</a></li>
<li><a href="#dropdown2" tabindex="-1" data-toggle="tab">@mdo</a></li>
</ul>
</li>
</ul>
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade in active" id="home">
<table class="table table-hover">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Tables</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Michael</td>
<td>Are formatted like this</td>
</tr>
<tr>
<td>2</td>
<td>Lucille</td>
<td>Do you like them?</td>
</tr>
<tr class="success">
<td>3</td>
<td>Success</td>
<td></td>
</tr>
<tr class="danger">
<td>4</td>
<td>Danger</td>
<td></td>
</tr>
<tr class="warning">
<td>5</td>
<td>Warning</td>
<td></td>
</tr>
<tr class="active">
<td>6</td>
<td>Active</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane fade" id="profile">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p>
</div>
<div class="tab-pane fade" id="dropdown1">
<p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p>
</div>
<div class="tab-pane fade" id="dropdown2">
<p>Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.</p>
</div>
</div>
<!-- / DESCRIPTION TABS-->
</div>
</div>
</div>
<!-- /Right side wrapper col-->
</div>
<!-- / .row -->
</div>
<!-- /.container-->
<div class="container">
<div class="row">
<div class="panel panel-primary">
<div class="panel-body">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-8 text-center">
<p class="lead ">
<i class="icon-gift text-info"></i> Subscribe to newsletter and get special offers to you email every week!
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 text-center">
<form class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="exampleInputEmail2">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter email">
</div>
<button type="submit" class="btn btn-info">Sign in</button>
</form>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3 text-center">
<i class="icon-building icon-4x text-info"></i>
<h4>Hotels</h4>
<p>Search more than 300'000 hotels around the World</p>
<p><a class="btn btn-info" href="#">All hotels »</a></p>
</div><!-- /.col-lg-3 -->
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3 text-center">
<i class="icon-group icon-4x text-info"></i>
<h4>Hostels</h4>
<p>Search more than 300'000 hostels around the World</p>
<p><a class="btn btn-info" href="#">All hotels »</a></p>
</div><!-- /.col-lg-3 -->
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3 text-center">
<i class="icon-ticket icon-4x text-info"></i>
<h4>Tickets</h4>
<p>Search more than 300'000 hostels around the World</p>
<p><a class="btn btn-info" href="#">Buy tickets »</a></p>
</div><!-- /.col-lg-3 -->
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3 text-center">
<i class="icon-sun icon-4x text-info"></i>
<h4>Resorts</h4>
<p>Search more than 300'000 resorts around the World</p>
<p><a class="btn btn-info" href="#">All resorts »</a></p>
</div><!-- /.col-lg-3 -->
</div><!-- /.row -->
<?php get_footer(); ?>