|
239
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
|
2 |
<html dir="ltr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr"> |
|
|
3 |
|
|
|
4 |
<head> |
|
|
5 |
<title>Metadataplayer - Polemic tweet integration test</title> |
|
|
6 |
</head> |
|
|
7 |
|
|
|
8 |
<body> |
|
|
9 |
|
|
|
10 |
<div style="width:650px;font-family: 'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';"> |
|
|
11 |
<h1>MetaDataPlayer</h1> |
|
|
12 |
Polemic tweet integration test - using Popcorn, jwplayer and the <a href="http://polemictweet.com">PolemicTweet</a> widget.<br> |
|
|
13 |
</div> |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
<script type="text/javascript"> |
|
|
17 |
/* global settings for require.js */ |
|
|
18 |
var require = { |
|
|
19 |
baseUrl: "../../src/js", |
|
|
20 |
deps: ["../../res/js/jquery.min.js", "../../res/js/jquery.tools.min.js", "../../res/js/jquery-ui.min.js", |
|
|
21 |
"IriSP", "widgets", "utils", "init", "layout", "site"], |
|
|
22 |
}; |
|
|
23 |
</script> |
|
|
24 |
|
|
|
25 |
<script data-main="polemic.require.js" src="../../src/js/libs/require.js"></script> |
|
|
26 |
<script type="text/javascript" src="../../unittests/mockSerializer.js" type="text/javascript"></script> |
|
|
27 |
|
|
|
28 |
<div id="video"></div> |
|
|
29 |
<div id="LdtPlayer"></div> |
|
|
30 |
|
|
|
31 |
</body> |
|
|
32 |
<div id="PopcornContainer"></div> |
|
|
33 |
</html> |