--- a/integration/tag.html Fri Dec 21 15:45:10 2012 +0100
+++ b/integration/tag.html Fri Jan 04 18:10:03 2013 +0100
@@ -2,6 +2,7 @@
<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 -->
@@ -25,7 +26,7 @@
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 : "niv2_rv.html?tag=__TAG__"
+ tag_page : "tag.html?tag=__TAG__"
};
if (typeof window.localStorage !== "undefined" && window.localStorage.getItem !== "undefined") {
var res = window.localStorage.getItem("resolution") || "SD";
@@ -57,7 +58,7 @@
</script>
</head>
- <body>
+ <body class="player">
<header>
<div id="title_vp">
@@ -97,38 +98,36 @@
<!-- Controls container -->
<footer id="controlContainer">
<section id="controlbar">
- <div class="container_hcentering">
- <a id="btnInfo" class="btn" href="#" title="info"></a>
+ <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 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" class="floatL">
+ <div id="progressContainer">
- <div id="progressBar" class="progress_bar"></div>
+ <div id="progressBar"></div>
- <ul id="progressTime">
- <li id="current" class="floatL">
- 00:00
- </li>
- <li id="duration" class="floatR">
- 00:00
- </li>
- </ul>
+ <ul id="progressTime">
+ <li id="current" class="floatL">
+ 00:00
+ </li>
+ <li id="duration" class="floatR">
+ 00:00
+ </li>
+ </ul>
- </div>
+ </div>
- <a id="btnBck" class="btn txt_hidden" href="#" title="Back"></a>
+ <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="btnPlayPause" class="btn txt_hidden" href="#" title="play/pause"></a>
- <a id="btnChoice" class="btn" href="#" title="Choice"></a>
- </div>
+ <a id="btnFwd" class="btn txt_hidden" href="#" title="Forward"></a>
+
+ <a id="btnChoice" class="btn" href="#" title="Choice"></a>
</section>
<!-- /Controlbar container -->
</footer>