-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.html
109 lines (83 loc) · 4.2 KB
/
product.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
<!DOCTYPE html>
<head>
<title>CoL - Product</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="http://ecologylab.net/research/bigsemantics/interactiveSemantics/mice.js"></script>
<script type="text/javascript" src="http://ecologylab.net/research/bigsemantics/simpl/simplDeserializer.js"></script>
<script type="text/javascript" src="http://ecologylab.net/research/bigsemantics/simpl/simplFieldTypes.js"></script>
<script type="text/javascript" src="http://ecologylab.net/research/bigsemantics/simpl/simplGraphCollapse.js"></script>
<script type="text/javascript" src="http://ecologylab.net/research/bigsemantics/simpl/simplGraphExpand.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/myMICE.css">
<link rel="stylesheet" type="text/css" href="css/product.css">
<link rel="stylesheet" type="text/css" href="css/compare.css">
<link rel="stylesheet" type="text/css" href="engine1/style.css">
<link rel="stylesheet" type="text/css" href="css/filter.css">
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/laptop.js"></script>
<script type="text/javascript" src="js/product.js"></script>
<script type="text/javascript" src="js/compare.js"></script>
<script type="text/javascript" src="js/Chart.js"></script>
<script type="text/javascript" src="js/filter.js"></script>
<script type="text/javascript" src="engine1/jquery.js"></script>
<script type="text/javascript" src="data/data.js"></script>
<script type="text/javascript" src="data/laptopsMetadata.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="../CoL/resources/style.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<script type="text/javascript">
buildLaptopsDics();
</script>
</head>
<body>
<div id="laptopInfo">
</div>
<div id="share">
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1&appId=227111074152612";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-comments" data-href="http://www.merriam-webster.com/thesaurus/hello" data-width="300" data-numposts="5" data-colorscheme="light"></div>
<br/>
<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');
</script>
<br>
<!-- <div class="g-plus" data-action="share" data-annotation="bubble" data-href="http://www.amazon.com/Samsung-XE303C12-A01US-Chromebook-Wi-Fi-11-6-Inch/dp/B009LL9VDG/ref=zg_bs_565108_2"></div>
<script type="text/javascript">
(function() {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script> -->
<script src="https://apis.google.com/js/plusone.js"></script>
<g:plus action="share"></g:plus>
</div>
<script type="text/javascript">
var title = localStorage.getItem("laptopInProductPage");
metaDataFromThreeSources(title);
</script>
</body>
</html>