-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.slim
65 lines (52 loc) · 2.3 KB
/
index.slim
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
---
---
doctype html
html
head
meta name='viewport' content='width=device-width'
meta content='text/html; charset=UTF-8' http-equiv='Content-Type'
meta charset='utf-8'
title Olery OTA Widget demo
link href='https://cdn.jsdelivr.net/npm/[email protected]/dist/material-components-web.min.css' rel='stylesheet'
link href='https://fonts.googleapis.com/icon?family=Material+Icons' rel='stylesheet'
link href='css/ota_widget.css' rel='stylesheet'
script src='https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.min.js'
script src='https://cdn.jsdelivr.net/npm/[email protected]/fetch.min.js'
script src='https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js'
script src='https://cdn.jsdelivr.net/npm/[email protected]/riot+compiler.js'
script src='https://www.gstatic.com/charts/loader.js' type='text/javascript'
script src='https://unpkg.com/@popperjs/core@2' type='text/javascript'
script src='https://unpkg.com/tippy.js@6' type='text/javascript'
script type='riot/tag' src='tags/overall-rating.html'
script type='riot/tag' src='tags/ratings.html'
script type='riot/tag' src='tags/mentions.html'
script type='riot/tag' src='tags/guests.html'
script type='riot/tag' src='tags/summaries.html'
script type='riot/tag' src='tags/recent-reviews.html'
script type='riot/tag' src='tags/nearby-attractions.html'
script type='riot/tag' src='tags/nearby-restaurants.html'
script type='riot/tag' src='tags/reviews-over-time.html'
script type='riot/tag' src='tags/shifts.html'
script src='js/ota_widget.js' type='text/javascript'
script src='js/locales.js' type='text/javascript'
body
ota-widget.mdc-layout-grid style='display: none'
h1
span
'{w.data.name}
.cached_at show='{w.data.cached_at}'
'{t('review_date', {date: w.data.cached_at})}
.mdc-image-list.mdc-image-list--masonry.masonry-image-list style='margin-bottom: 20px;'
overall-rating
ratings
mentions
guests
summaries
recent-reviews
nearby-attractions
nearby-restaurants
.mdc-image-list.mdc-image-list--masonry.masonry-image-list.charts-blocks if='{d.reviews_over_time}'
reviews-over-time
shifts
javascript:
ota_widget.load()