integration/tag.html
changeset 73 fb4d0566ab19
parent 64 458cc4576415
equal deleted inserted replaced
71:07d4049eec01 73:fb4d0566ab19
    26                 mashup_by_tag : "http://theend-integ.ftinfo.fr/theend/ldt/mashupbytag/",
    26                 mashup_by_tag : "http://theend-integ.ftinfo.fr/theend/ldt/mashupbytag/",
    27                 annotations_by_timecode : "http://theend-integ.ftinfo.fr/theend/api/ldt/1.0/segments/bytimecode/__CONTENT_ID__/__BEGIN__/__END__",
    27                 annotations_by_timecode : "http://theend-integ.ftinfo.fr/theend/api/ldt/1.0/segments/bytimecode/__CONTENT_ID__/__BEGIN__/__END__",
    28                 post_annotation : "testdata/post-test.php",
    28                 post_annotation : "testdata/post-test.php",
    29                 tag_page : "tag.html?tag=__TAG__"
    29                 tag_page : "tag.html?tag=__TAG__"
    30             };
    30             };
    31             if (typeof window.localStorage !== "undefined" && window.localStorage.getItem !== "undefined") {
    31             
    32                 var res = window.localStorage.getItem("resolution") || "SD";
       
    33             } else {
       
    34                 var res = "SD";
       
    35             }
       
    36             IriSP.video_url_transform = function(url) {
       
    37                 return url.replace(/[SH]D(\.[a-z0-9]+)$/,res + "$1");
       
    38             }
       
    39             $(function() {
    32             $(function() {
    40                 $("h1").text(tag);
    33                 $("h1").text(tag);
    41                 
    34                 
    42 
       
    43                 IriSP.tagplayer({
    35                 IriSP.tagplayer({
    44                     tag : tag
    36                     tag : tag
    45                 });
    37                 });
    46                 
    38                 
    47                 $(".sdhdgroup").addClass(res);
       
    48                 
       
    49                 $(".sdhdbtn").click(function() {
       
    50                     var newres = $(this).attr("title");
       
    51                     if (res !== newres) {
       
    52                         window.localStorage.setItem("resolution", newres);
       
    53                         document.location.reload();
       
    54                     }
       
    55                     return false;
       
    56                 });
       
    57             });
    39             });
    58         </script>
    40         </script>
    59 
    41 
    60     </head>
    42     </head>
    61     <body class="player">
    43     <body class="player">
   129 
   111 
   130                 <a id="btnChoice" class="btn" href="#" title="Choice"></a>
   112                 <a id="btnChoice" class="btn" href="#" title="Choice"></a>
   131             </section>
   113             </section>
   132             <!-- /Controlbar container -->
   114             <!-- /Controlbar container -->
   133         </footer>
   115         </footer>
       
   116         
       
   117         <div class="lightBoxWrap">
       
   118             <div class="lightBoxBg"></div>
       
   119             <div class="lightBox">
       
   120                 <a href="#" class="lightBoxClose">&times;</a>
       
   121                 <h3>THE END, ETC. de Laetitia Masson.</h3>
       
   122                 <div class="lightBoxScroll">            
       
   123                     <p>À compléter</p>
       
   124                 </div>
       
   125             </div>
       
   126         </div>
       
   127         
   134         <!-- Metanav FranceTV 	-->
   128         <!-- Metanav FranceTV 	-->
   135         <script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
   129         <script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
   136         <!-- JavaScript -->
   130         <!-- JavaScript -->
   137     </body>
   131     </body>
   138 </html>
   132 </html>