142 })(); |
147 })(); |
143 |
148 |
144 </script> |
149 </script> |
145 |
150 |
146 </head> |
151 </head> |
147 <body> |
152 <body<?php if ($embed) { echo ' class="embed"'; } ?>> |
148 <div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div> |
153 <div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div> |
149 |
154 |
150 <div id="container"> |
155 <div id="container"> |
|
156 |
|
157 <div id="coldroite"> |
|
158 <ul id="onglets"> |
|
159 <li class="selected"> |
|
160 <a href="#vlWrap"><?php echo($translate->_('Video')); ?></a> |
|
161 </li> |
|
162 <li> |
|
163 <a href="../sweet-tweet/small.html"><?php echo($translate->_('SemanticBoard')); ?></a> |
|
164 </li> |
|
165 <li> |
|
166 <a href="http://labs.knowtex.com/enmi2011"><?php echo($translate->_('SocialGraph')); ?></a> |
|
167 </li> |
|
168 </ul> |
|
169 <div class="ifwrap" id="vlWrap"> |
|
170 <div id="videoLivePlayer"> |
|
171 <?php if ($config['islive']):?> |
|
172 <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="<?php echo $videoWidth; ?>" height="<?php echo $videoHeight; ?>"> |
|
173 <param name="movie" value="<?php echo(URL_ROOT); ?>res/mediaplayer/player.swf" /> |
|
174 <param name="allowfullscreen" value="true" /> |
|
175 <param name="allowscriptaccess" value="always" /> |
|
176 <param name="wmode" value="transparent" /> |
|
177 <param name="flashvars" value="autostart=true&live=true&image=<?php echo($big_visual_url); ?>&provider=rtmp&streamer=rtmp://media.iri.centrepompidou.fr/ddc_player/&file=livestream&controlbar=none&autostart=true" /> |
|
178 <embed |
|
179 type="application/x-shockwave-flash" |
|
180 id="player2" |
|
181 name="player2" |
|
182 src="<?php echo(URL_ROOT); ?>res/mediaplayer/player.swf" |
|
183 width="<?php echo $videoWidth; ?>" |
|
184 height="<?php echo $videoHeight; ?>" |
|
185 allowscriptaccess="always" |
|
186 allowfullscreen="true" |
|
187 wmode="transparent" |
|
188 flashvars="autostart=true&live=true&provider=rtmp&streamer=rtmp://media.iri.centrepompidou.fr/ddc_player/&file=livestream&image=<?php echo($big_visual_url); ?>&controlbar=none&autostart=true" |
|
189 /> |
|
190 </object> |
|
191 <?php elseif(isset($config['islive_embed']) && count($config['islive_embed'])>0):?> |
|
192 <?php echo($config['islive_embed']); ?> |
|
193 <?php else: ?> |
|
194 <img src="<?php echo($big_visual_url); ?>" width="<?php echo $videoWidth; ?>" height="<?php echo $videoHeight; ?>" /> |
|
195 <?php endif; ?> |
|
196 </div> |
|
197 </div> |
|
198 <div class="ifwrap hidden" id="iframeWrap"> |
|
199 <iframe id="graphFrame"></iframe> |
|
200 </div> |
|
201 <div id="out_fleche"> |
|
202 <!-- <div id="in_fleche"></div> --> |
|
203 </div> |
|
204 <ul id="accordeon"> |
|
205 <li class="acctitre"> |
|
206 <h3><?php echo($translate->_('config__title')); ?></h3> |
|
207 </li> |
|
208 <li class="acctexte"> |
|
209 <p><?php echo($translate->_('config__description')); ?></p> |
|
210 </li> |
|
211 <li class="acctitre"> |
|
212 <h3><?php echo($translate->_('keywords')); ?></h3> |
|
213 </li> |
|
214 <li class="acctexte hidden"> |
|
215 <div class="accsubtitle"> |
|
216 <div class="aroundsubtitle"> |
|
217 <h4><?php echo($translate->_('suggested')); ?></h4> |
|
218 </div> |
|
219 </div> |
|
220 <div class="tagcloud" id="suggkw"></div> |
|
221 </li> |
|
222 <li class="acctexte hidden"> |
|
223 <div class="accsubtitle"> |
|
224 <div class="aroundsubtitle"> |
|
225 <h4><?php echo($translate->_('contextual')); ?></h4> |
|
226 </div> |
|
227 </div> |
|
228 <div class="tagcloud" id="motscles"></div> |
|
229 </li> |
|
230 </ul> |
|
231 </div> |
151 <div id="colgauche"> |
232 <div id="colgauche"> |
152 <div class="barre"> |
233 <div class="barre"> |
153 <img id="headlogo" src="<?php echo($head_logo); ?>" width="171" height="63" /> |
234 <img id="headlogo" src="<?php echo($head_logo); ?>" width="171" height="63" /> |
154 <div id="minilogo"></div> |
235 <div id="minilogo"></div> |
155 <ul class="menu"> |
236 <ul class="menu"> |
241 <div id="timeline"></div> |
322 <div id="timeline"></div> |
242 <div id="scrollcont"> |
323 <div id="scrollcont"> |
243 <div id="scrollin"></div> |
324 <div id="scrollin"></div> |
244 </div> |
325 </div> |
245 </div> |
326 </div> |
246 </div> |
|
247 <div id="coldroite"> |
|
248 <ul id="onglets"> |
|
249 <li class="selected"> |
|
250 <a href="#vlWrap"><?php echo($translate->_('Video')); ?></a> |
|
251 </li> |
|
252 <li> |
|
253 <a href="../sweet-tweet/small.html"><?php echo($translate->_('SemanticBoard')); ?></a> |
|
254 </li> |
|
255 <li> |
|
256 <a href="http://labs.knowtex.com/enmi2011"><?php echo($translate->_('SocialGraph')); ?></a> |
|
257 </li> |
|
258 </ul> |
|
259 <div class="ifwrap" id="vlWrap"> |
|
260 <div id="videoLivePlayer"> |
|
261 <?php if ($config['islive']):?> |
|
262 <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="480" height="320"> |
|
263 <param name="movie" value="<?php echo(URL_ROOT); ?>res/mediaplayer/player.swf" /> |
|
264 <param name="allowfullscreen" value="true" /> |
|
265 <param name="allowscriptaccess" value="always" /> |
|
266 <param name="wmode" value="transparent" /> |
|
267 <param name="flashvars" value="autostart=true&live=true&image=<?php echo($big_visual_url); ?>&provider=rtmp&streamer=rtmp://media.iri.centrepompidou.fr/ddc_player/&file=livestream&controlbar=none&autostart=true" /> |
|
268 <embed |
|
269 type="application/x-shockwave-flash" |
|
270 id="player2" |
|
271 name="player2" |
|
272 src="<?php echo(URL_ROOT); ?>res/mediaplayer/player.swf" |
|
273 width="480" |
|
274 height="320" |
|
275 allowscriptaccess="always" |
|
276 allowfullscreen="true" |
|
277 wmode="transparent" |
|
278 flashvars="autostart=true&live=true&provider=rtmp&streamer=rtmp://media.iri.centrepompidou.fr/ddc_player/&file=livestream&image=<?php echo($big_visual_url); ?>&controlbar=none&autostart=true" |
|
279 /> |
|
280 </object> |
|
281 <?php elseif(isset($config['islive_embed']) && count($config['islive_embed'])>0):?> |
|
282 <?php echo($config['islive_embed']); ?> |
|
283 <?php else: ?> |
|
284 <img src="<?php echo($big_visual_url); ?>" width="480" height="320" /> |
|
285 <?php endif; ?> |
|
286 </div> |
|
287 </div> |
|
288 <div class="ifwrap hidden" id="iframeWrap"> |
|
289 <iframe id="graphFrame"></iframe> |
|
290 </div> |
|
291 <div id="out_fleche"> |
|
292 <!-- <div id="in_fleche"></div> --> |
|
293 </div> |
|
294 <ul id="accordeon"> |
|
295 <li class="acctitre"> |
|
296 <h3><?php echo($translate->_('config__title')); ?></h3> |
|
297 </li> |
|
298 <li class="acctexte"> |
|
299 <p><?php echo($translate->_('config__description')); ?></p> |
|
300 </li> |
|
301 <li class="acctitre"> |
|
302 <h3><?php echo($translate->_('keywords')); ?></h3> |
|
303 </li> |
|
304 <li class="acctexte hidden"> |
|
305 <div class="accsubtitle"> |
|
306 <div class="aroundsubtitle"> |
|
307 <h4><?php echo($translate->_('suggested')); ?></h4> |
|
308 </div> |
|
309 </div> |
|
310 <div class="tagcloud" id="suggkw"></div> |
|
311 </li> |
|
312 <li class="acctexte hidden"> |
|
313 <div class="accsubtitle"> |
|
314 <div class="aroundsubtitle"> |
|
315 <h4><?php echo($translate->_('contextual')); ?></h4> |
|
316 </div> |
|
317 </div> |
|
318 <div class="tagcloud" id="motscles"></div> |
|
319 </li> |
|
320 </ul> |
|
321 </div> |
327 </div> |
322 <div class="footer"> |
328 <div class="footer"> |
323 <hr /> |
329 <hr /> |
324 <?php |
330 <?php |
325 echo($translate->_('config__partenaires')); |
331 echo($translate->_('config__partenaires')); |