test/integration/allocine_dossier_independant/polemic-allocine.htm
branchpopcorn-port
changeset 838 03b03865eb9b
parent 836 526f91f5253e
child 839 4357aac4eb19
equal deleted inserted replaced
837:353a78021ebc 838:03b03865eb9b
    10         </div>
    10         </div>
    11         <!-- START Integration  ###################################### -->
    11         <!-- START Integration  ###################################### -->
    12         <!-- SIMPLE PLAYER EXPERIMENTATION -->
    12         <!-- SIMPLE PLAYER EXPERIMENTATION -->
    13         <script type="text/javascript" src="js/LdtPlayer-release.js" type="text/javascript"></script>
    13         <script type="text/javascript" src="js/LdtPlayer-release.js" type="text/javascript"></script>
    14         <div id="video"></div>
    14         <div id="video"></div>
    15         <div id="LdtPlayer"></div>
    15         <div id="LdtPlayer" style="float: left;"></div>
    16         <div id="Sparkline"></div>
    16         <div id="Sparkline"></div>
    17         <script  type="text/javascript">
    17         <script  type="text/javascript">
    18             var json_url = 'allocine_test/bamako.json';
    18             var json_url = 'allocine_test/bamako.json';
    19 
    19 
    20             IriSP.user = {
    20             IriSP.user = {
    26                 return IriSP.user;
    26                 return IriSP.user;
    27             };
    27             };
    28             var config = {
    28             var config = {
    29                 gui : {
    29                 gui : {
    30                     width : 610,
    30                     width : 610,
    31                     height : 2100,
    31                     height : 900,
    32                     container : 'LdtPlayer',
    32                     container : 'LdtPlayer',
    33                     css : 'css/LdtPlayer.css',
    33                     css : 'css/LdtPlayer.css',
    34                     default_options : {
    34                     default_options : {
    35                         metadata : {
    35                         metadata : {
    36                             format : 'cinelab',
    36                             format : 'cinelab',
    40                         cinecast_version : true,
    40                         cinecast_version : true,
    41                         width : 610
    41                         width : 610
    42                     },
    42                     },
    43                     widgets : [{
    43                     widgets : [{
    44                         type : "AnnotationsListWidget",
    44                         type : "AnnotationsListWidget",
    45                         container : "AnnotationsListContainer",
    45                         container : "MyListContainer",
    46                         ajax_mode : false
    46                         ajax_mode : false
    47                     }, {
    47                     }, {
    48                         type : "SparklineWidget",
    48                         type : "SparklineWidget",
    49                         height : 50,
    49                         height : 50,
    50                         lineColor: "#ffffff",
    50                         lineColor: "#ffffff",
    95             };
    95             };
    96 
    96 
    97             IriSP.initPlayer(config, json_url);
    97             IriSP.initPlayer(config, json_url);
    98 
    98 
    99         </script>
    99         </script>
       
   100     <div id="MyListContainer" style="float: left; width: 400px;"></div>
   100     </body>
   101     </body>
   101     <div id="AnnotationsListContainer" style="position: absolute; width: 400px; left: 660px; top: 105px;"></div>
       
   102 </html>
   102 </html>