<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>The End - Visionnage par tag "{{tag}}"</title>
<!-- Mobile Specific Metas -->
<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" />
<link rel="stylesheet" href="lib/jquery-ui.css" />
<link rel="stylesheet" href="css/theend.css" />
<script type="text/javascript" src="lib/jquery.min.js"></script>
<script type="text/javascript" src="lib/jquery-ui.min.js"></script>
<script type="text/javascript" src="lib/jquery.ui.touch-punch.min.js"></script>
<script type="text/javascript" src="lib/underscore-min.js"></script>
<script type="text/javascript" src="js/init.js"></script>
<script type="text/javascript" src="js/model.js"></script>
<script type="text/javascript" src="js/ldt-serializer.js"></script>
<script type="text/javascript" src="js/ldt-annotate.js"></script>
<script type="text/javascript" src="js/tagplayer.js"></script>
<script type="text/javascript">
var matches = document.location.href.match(/tag=([^?&=#]+)/);
tag = matches ? decodeURIComponent(matches[1]) : "ENGAGEMENT";
IriSP.endpoints = {
mashup_by_tag : "http://theend-integ.ftinfo.fr/theend/ldt/mashupbytag/",
annotations_by_timecode : "http://theend-integ.ftinfo.fr/theend/api/ldt/1.0/segments/bytimecode/__CONTENT_ID__/__BEGIN__/__END__",
post_annotation : "testdata/post-test.php",
tag_page : "tag.html?tag=__TAG__"
};
$(function() {
$("h1").text(tag);
IriSP.tagplayer({
tag : tag
});
});
</script>
</head>
<body class="player">
<header>
<div id="title_vp">
<a href="home.html" class= "link_prev link_img"> <img alt="Retour" src="img/retour.png" /> </a>
<h1>{{TAG}}</h1>
</div>
</header>
<section>
<div id="title_sequence" class="float_sequence">
<ul></ul>
</div>
<!-- Video -->
<div class="video_wrap">
<div id="video_sequence">
<div class="video-wait"></div>
</div>
</div>
<!-- /Video -->
<div id="tag_container">
<form id="form_tag">
<input type="text" name="tag" placeholder="Entrez vos tags ici" />
<input type="submit" value="OK" />
</form>
<div id="tag_sequence" class="float_sequence">
<ul></ul>
</div>
</div>
</section>
<!-- Controls container -->
<footer id="controlContainer">
<section id="controlbar">
<a id="btnInfo" class="btn" href="#" title="info"></a>
<div class="sdhdgroup">
<a id="btnSD" class="sdhdbtn" href="#" title="SD"></a>
<div class="sdhdbtn sdhdsep"></div>
<a id="btnHD" class="sdhdbtn" href="#" title="HD"></a>
</div>
<div id="progressContainer">
<div id="progressBar"></div>
<ul id="progressTime">
<li id="current" class="floatL">
00:00
</li>
<li id="duration" class="floatR">
00:00
</li>
</ul>
</div>
<a id="btnBck" class="btn txt_hidden" href="#" title="Back"></a>
<a id="btnPlayPause" class="btn txt_hidden" href="#" title="play/pause"></a>
<a id="btnFwd" class="btn txt_hidden" href="#" title="Forward"></a>
<a id="btnChoice" class="btn" href="#" title="Choice"></a>
</section>
<!-- /Controlbar container -->
</footer>
<div class="lightBoxWrap">
<div class="lightBoxBg"></div>
<div class="lightBox">
<a href="#" class="lightBoxClose">×</a>
<h3>THE END, ETC. de Laetitia Masson.</h3>
<div class="lightBoxScroll">
<p>À compléter</p>
</div>
</div>
</div>
<!-- Metanav FranceTV -->
<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
<!-- JavaScript -->
</body>
</html>