equal
deleted
inserted
replaced
65 position : absolute; |
65 position : absolute; |
66 } |
66 } |
67 |
67 |
68 </style> |
68 </style> |
69 <script type="text/javascript"> |
69 <script type="text/javascript"> |
70 // Configuration Polemical Timeline |
70 // Configuration Polemical Timeline |
71 <?php |
71 <?php |
72 if(is_array($config['metadata'])) { |
72 if(is_array($config['metadata'])) { |
73 if(!$metadata_key) { |
73 if(!$metadata_key) { |
74 reset($config['metadata']); |
74 reset($config['metadata']); |
75 $metadata_key = key($config['metadata']); |
75 $metadata_key = key($config['metadata']); |
90 y:418, |
90 y:418, |
91 width:<?php echo($player_width); ?>, |
91 width:<?php echo($player_width); ?>, |
92 height:<?php echo($player_height); ?>, |
92 height:<?php echo($player_height); ?>, |
93 heightmax:<?php echo($player_height); ?>, |
93 heightmax:<?php echo($player_height); ?>, |
94 duration:<?php echo($duration); ?>, |
94 duration:<?php echo($duration); ?>, |
95 metadata:<?php echo($metadata); ?> |
95 metadata:"<?php echo($url); ?>" |
96 }; |
96 }; |
97 </script> |
97 </script> |
98 |
98 |
99 <script type='text/javascript' src='../res/metadataplayer.polemic/src/js/polemic.js'></script> |
99 <script type='text/javascript' src='../res/metadataplayer.polemic/src/js/polemic.js'></script> |
100 <script type="text/javascript"> |
100 <script type="text/javascript"> |
101 jQuery..extend(__IriSP.lib,{jQueryToolTip:"../res/metadataplayer/res/js/jquery.tools.min.js"}); |
101 jQuery.extend(__IriSP.lib,{jQueryToolTip:"../res/metadataplayer/res/js/jquery.tools.min.js"}); |
102 </script> |
102 </script> |
103 |
103 |
104 <script type="text/javascript"> |
104 <script type="text/javascript"> |
105 |
105 |
106 var _gaq = _gaq || []; |
106 var _gaq = _gaq || []; |