usecase_test_01.html
5.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>StoryMap Use Case Test</title>
<meta charset="utf-8">
<meta name="description" content="TimelineJS Embed">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- CSS-->
<link rel="stylesheet" href="../css/storymap.css?v1">
<!--link(rel='stylesheet', href='../css/fonts/font.oldstandard.css?v1')-->
<!--link(rel='stylesheet', href='../css/fonts/font.opensans-gentiumbook.css?v1')-->
<link rel="stylesheet" href="../css/fonts/font.default.css?v1">
<!--link(rel='stylesheet', href='../css/fonts/font.pt.css?v1')-->
<!--link(rel='stylesheet', href='../css/fonts/font.lustria-lato.css?v1')-->
<!--link(rel='stylesheet', href='../css/fonts/font.fjalla-average.css?v1')-->
<!--link(rel='stylesheet', href='../css/fonts/font.dancing-ledger.css?v1')-->
<!--link(rel='stylesheet', href='../css/fonts/font.bitter-raleway.css?v1')-->
<!--link(rel='stylesheet', href='../css/fonts/font.rufina-sintony.css?v1')-->
<!--link(rel='stylesheet', href='../css/fonts/font.abril-droidsans.css?v1')-->
<!--link(rel='stylesheet', href='../css/fonts/font.amatic-andika.css?v1')-->
<!--link(rel='stylesheet', href='../css/fonts/font.medula-lato.css?v1')-->
<!--link(rel='stylesheet', href='../css/fonts/font.clicker-garamond.css?v1')-->
<!--FONT-->
<!--link(rel='stylesheet', href='http://fonts.googleapis.com/css?family=Bevan%7CPontano+Sans&subset=latin,latin')-->
<!-- Style-->
<style>
html, body {
width:100%;
padding: 0px;
margin: 0px;
}
.vco-storymap {
margin-bottom:25px;
}
#storymap1 {
width:620px;
height:800px;
margin-left:20px;
border: 1px solid #999;
}
#storymap2 {
width:994px;
height:800px;
margin-left:20px;
border: 1px solid #999;
}
#storymap3 {
width:994px;
height:800px;
margin-left:20px;
border: 1px solid #999;
}
#storymap4 {
width:100%;
height:900px;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
#storymap5 {
width:100%;
height:900px;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
#storymap6 {
width:100%;
height:900px;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
#storymap7 {
width:100%;
height:900px;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
#storymap8 {
width:100%;
height:900px;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
#storymap9 {
width:600px;
height:800px;
margin-left:20px;
border: 1px solid #999;
}
#storymap10 {
width:600px;
height:400px;
margin-left:20px;
border: 1px solid #999;
}
</style>
<!--
style
html, body {
height:100%;
width:100%;
padding: 0px;
margin: 0px;
}
.vco-storymap {
font-family:'Pontano Sans',sans-serif !important;
}
.vco-storymap h1, .vco-storymap h2, .vco-storymap h3, .vco-storymap h4, .vco-storymap h5, .vco-storymap h6 {
font-family:'Bevan',serif !important;
font-weight: normal;
}
-->
<!-- HTML5 shim, for IE6-8 support of HTML elements-->
<!--if lt IE 9
script(src='http://html5shim.googlecode.com/svn/trunk/html5.js')
-->
</head>
<body>
<div id="storymap1"></div>
<div id="storymap2"></div>
<div id="storymap3"></div>
<div id="storymap4"></div>
<div id="storymap5"></div>
<div id="storymap6"></div>
<div id="storymap7"></div>
<div id="storymap8"></div>
<div id="storymap9"></div>
<div id="storymap10"></div>
<!-- JavaScript-->
<script src="../js/storymap.js"></script>
<script>
var storymap1 = new VCO.StoryMap('storymap1', 'https://www.googledrive.com/host/0B5VRcp6WPOQoQmR0TnFISG9zR3c/published.json');
var storymap2 = new VCO.StoryMap('storymap2', 'https://www.googledrive.com/host/0B6IaAx71lB6zTHpfWjgtaFRUSW8/published.json');
var storymap3 = new VCO.StoryMap('storymap3', 'https://www.googledrive.com/host/0B6IaAx71lB6zV2lIR1pMRTlmdU0/published.json', {map_type: "osm:standard"});
var storymap4 = new VCO.StoryMap('storymap4', 'https://www.googledrive.com/host/0B6IaAx71lB6zNDFEUGVRY3puNXc/published.json', {map_type: "osm:standard"});
var storymap5 = new VCO.StoryMap('storymap5', 'http://extras.thetimes.co.uk/public/jsons/yanukovych.json');
var storymap6 = new VCO.StoryMap('storymap6', 'http://data.thetimes.co.uk/cdn/jsons/kiev.json');
var storymap7 = new VCO.StoryMap('storymap7', 'https://www.googledrive.com/host/0BwJSxlUpQB4eTzcyb1FsVjNnYTQ/published.json');
var storymap8 = new VCO.StoryMap('storymap8', 'https://www.googledrive.com/host/0B7WMyA40EyJrc2pEWFF1MzM4eHM/published.json');
var storymap9 = new VCO.StoryMap('storymap9', 'https://www.googledrive.com/host/0B-NHGDl9zM7FSTlkVHFyR2drMms/published.json');
var storymap10 = new VCO.StoryMap('storymap10', 'https://www.googledrive.com/host/0B4yooBeB3CQEM0NINENObGpnMkE/published.json');
window.onresize = function(event) {
storymap1.updateDisplay();
storymap2.updateDisplay();
storymap3.updateDisplay();
storymap4.updateDisplay();
storymap5.updateDisplay();
storymap6.updateDisplay();
storymap7.updateDisplay();
storymap8.updateDisplay();
storymap9.updateDisplay();
storymap10.updateDisplay();
}
</script>
</body>
</html>