| author | Raphael Velt <raph.velt@gmail.com> |
| Mon, 21 May 2012 18:18:08 +0200 | |
| changeset 620 | 953c68b4da79 |
| parent 598 | d366aa22bd79 |
| child 621 | 44f90de0016f |
| permissions | -rwxr-xr-x |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
1 |
<?php |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
2 |
|
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
3 |
/** |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
4 |
* include some common code (like we did in the 90s) |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
5 |
* People still do this? ;) |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
6 |
*/ |
|
229
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
7 |
$rep = $_REQUEST['rep']; |
|
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
8 |
include_once dirname(__FILE__).'/'.$rep.'/config.php'; |
|
291
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
9 |
// configuration |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
10 |
include 'common.php'; |
|
291
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
11 |
// objet actuel |
|
229
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
12 |
$baseurl = URL_ROOT; |
|
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
13 |
|
|
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
14 |
$div_height = 640; |
|
291
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
15 |
if($translate->_('config__div_height') != 'config__div_height') { |
|
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
16 |
$div_height = $translate->_('config__div_height'); |
|
229
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
17 |
} |
|
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
18 |
$tweet_explain_background = URL_ROOT.'images/tweetExplainBgd.gif'; |
|
233
10d6fd6ce9ab
- put all in a registry
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
229
diff
changeset
|
19 |
if(file_exists(dirname(__FILE__)."/$rep/images/tweetExplainBgd.gif")) { |
|
229
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
20 |
$tweet_explain_background = URL_ROOT.$rep.'/images/tweetExplainBgd.gif'; |
|
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
21 |
} |
|
220
42aeb2bfc58e
publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
205
diff
changeset
|
22 |
|
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
23 |
$head_logo = URL_ROOT."$rep/images/head_logo.gif"; |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
24 |
if($translate->_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) { |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
25 |
$head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo'); |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
26 |
} |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
27 |
|
|
202
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
28 |
$url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; |
|
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
29 |
|
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
30 |
?> |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
31 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
32 |
<html lang="<?php echo($actual); ?>"> |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
33 |
<head> |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
34 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
291
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
35 |
<title>Polemic tweet - <?php echo($translate->_('config__title')); ?></title> |
|
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
36 |
<meta name="keywords" content="<?php echo($translate->_('config__keywords')); ?>"><!-- add timestampedmetadata --> |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
37 |
<!--<meta name="description" content="PoelmicTweet.fr : debate mapping, opinion, conference, video">--> |
|
489
a543cdb3cc79
Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents:
361
diff
changeset
|
38 |
<meta name="description" content="<?php echo(strip_tags($translate->_('config__description'))); ?>"> |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
39 |
<meta name="robots" content="index, follow"> |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
40 |
|
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
41 |
<!-- ICI : <?php echo($_SERVER['DOCUMENT_ROOT']); ?> --> |
|
291
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
42 |
<!-- JAVASCRIPT --> |
|
259
bc17d1af15ab
stats paper chi 1
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
251
diff
changeset
|
43 |
<script type="text/javascript" src="<?php echo(registry_url('json-js','js'));?>"></script> |
|
229
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
44 |
<script type="text/javascript" src="<?php echo(registry_url('jquery','js'));?>"></script> |
|
291
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
45 |
<script type="text/javascript"> |
|
202
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
46 |
$.noConflict(); |
|
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
47 |
</script> |
|
229
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
48 |
<script type="text/javascript" src="<?php echo(registry_url('fancybox','js'));?>"></script> |
|
74c9ddc3640b
a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
227
diff
changeset
|
49 |
<script type="text/javascript" src="<?php echo(registry_url('jquery-url','js'));?>"></script> |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
50 |
<script type="text/javascript" src="<?php echo(registry_url('metadataplayer','js'));?>"></script> |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
51 |
|
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
52 |
<!-- Framework CSS --> |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
53 |
<link rel="stylesheet" href="<?php echo(registry_url('tweetcast','css'));?>" type="text/css" media="screen, projection"/> |
|
233
10d6fd6ce9ab
- put all in a registry
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
229
diff
changeset
|
54 |
<link rel="stylesheet" href="<?php echo(registry_url('fancybox','css'));?>" media="screen"/> |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
55 |
|
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
56 |
<!-- FONT --> |
|
233
10d6fd6ce9ab
- put all in a registry
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
229
diff
changeset
|
57 |
<link href='<?php echo(registry_url('PT-Sans_Narrow','font'));?>' rel='stylesheet' type='text/css'/> |
|
10d6fd6ce9ab
- put all in a registry
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
229
diff
changeset
|
58 |
<link href='<?php echo(registry_url('PT-Sans','font'));?>' rel='stylesheet' type='text/css'/> |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
59 |
|
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
60 |
|
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
61 |
<script type="text/javascript"> |
|
202
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
62 |
// Configuration Polemical Timeline |
|
598
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
63 |
if (typeof jQuery == "undefined") { |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
64 |
jQuery = IriSP.jQuery; |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
65 |
} |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
66 |
<?php |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
67 |
if(is_array($translate->_('config__metadata'))): |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
68 |
reset($translate->_('config__metadata')); |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
69 |
$first_key = key($translate->_('config__metadata')); |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
70 |
?> |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
71 |
var metadatas = jQuery.parseJSON('<?php echo(json_encode($translate->_('config__metadata'))); ?>'); |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
72 |
var url = jQuery.url(); |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
73 |
var metadata_key = url.fparam('metadata'); |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
74 |
if(typeof metadata_key === "undefined" || metadata_key.length === 0) { |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
75 |
metadata_key = "<?php echo($first_key);?>"; |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
76 |
} |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
77 |
<?php else: ?> |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
78 |
var metadatas = { metadata: {url: "<?php echo($translate->_('config__metadata'));?>"} }; |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
79 |
var metadata_key = "metadata"; |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
80 |
<?php endif;?> |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
81 |
|
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
82 |
|
| 581 | 83 |
IriSP.libFiles.defaultDir = "<?php echo(registry_url('libdir','js'));?>"; |
|
598
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
84 |
IriSP.widgetsDir = "<?php echo(registry_url('ldtwidgets','js'));?>"; |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
85 |
IriSP.jwplayer_swf_path = "<?php echo(URL_ROOT); ?>res/mediaplayer/player.swf"; |
|
598
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
86 |
IriSP.language = "<?php echo($actual) ?>"; |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
87 |
|
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
88 |
var _metadata = { |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
89 |
url: metadatas[metadata_key].url + '?callback=?', |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
90 |
format: 'ldt' |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
91 |
}; |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
92 |
var _config = { |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
93 |
gui: { |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
94 |
width: 600, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
95 |
height: 800, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
96 |
container: 'LdtPlayer', |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
97 |
default_options: { |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
98 |
metadata: _metadata |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
99 |
}, |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
100 |
css:'<?php echo(registry_url('metadataplayer','css'));?>', |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
101 |
widgets: [ |
|
598
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
102 |
{ type: "Polemic" }, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
103 |
{ type: "Slider" }, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
104 |
{ |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
105 |
type: "Controller", |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
106 |
disable_annotate_btn: true |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
107 |
}, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
108 |
{ type: "Segments" }, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
109 |
{ type: "Arrow" }, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
110 |
{ type: "Annotation" }, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
111 |
{ type: "Tweet" }, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
112 |
{ |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
113 |
type: "Tagcloud", |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
114 |
container: "TagcloudContainer", |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
115 |
exclude_pattern: /^@/, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
116 |
custom_stopwords: <?php echo json_encode(array($config['hashtag'])) ?> |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
117 |
}, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
118 |
{ |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
119 |
type: "AnnotationsList", |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
120 |
//ajax_url : "http://ldt.iri.centrepompidou.fr/ldtplatform/api/ldt/segments/{{media}}/{{begin}}/{{end}}?callback=?", |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
121 |
//foreign_url : "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/front/player/{{media}}/{{project}}/{{annotationType}}#id={{annotation}}", |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
122 |
container: "AnnotationsListContainer" |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
123 |
}, |
|
620
953c68b4da79
Added Edito 24.05 + embed code now relaying mediafragment
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
124 |
{ type: "Mediafragment"} |
|
598
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
125 |
] |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
126 |
}, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
127 |
player:{ |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
128 |
type:'jwplayer', // player type |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
129 |
live: true, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
130 |
height: 360, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
131 |
width: 600, |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
132 |
provider: "rtmp", |
|
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
133 |
autostart: true |
| 583 | 134 |
} |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
135 |
}; |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
136 |
|
|
202
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
137 |
jQuery(document).ready(function() { |
|
205
dfda2d71838b
Correct metadataplayer embed
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
203
diff
changeset
|
138 |
|
|
dfda2d71838b
Correct metadataplayer embed
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
203
diff
changeset
|
139 |
jQuery("#mdselect_"+metadata_key).attr("selected","selected"); |
|
dfda2d71838b
Correct metadataplayer embed
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
203
diff
changeset
|
140 |
jQuery("#mdselect").change(function() { |
|
dfda2d71838b
Correct metadataplayer embed
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
203
diff
changeset
|
141 |
var metadata_key = this.options[this.selectedIndex].value; |
|
dfda2d71838b
Correct metadataplayer embed
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
203
diff
changeset
|
142 |
window.location.hash = "#metadata="+metadata_key; |
|
dfda2d71838b
Correct metadataplayer embed
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
203
diff
changeset
|
143 |
window.location.href = window.location.href; |
|
dfda2d71838b
Correct metadataplayer embed
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
203
diff
changeset
|
144 |
window.location.reload(true); |
|
535
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
145 |
jQuery(".embedbutton").attr('href','<?php echo(URL_ROOT.$rep);?>/embed_form.php?metadata='+metadata_key); |
|
205
dfda2d71838b
Correct metadataplayer embed
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
203
diff
changeset
|
146 |
}); |
|
dfda2d71838b
Correct metadataplayer embed
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
203
diff
changeset
|
147 |
if(metadata_key !== "metadata") { |
|
535
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
148 |
jQuery(".embedbutton").attr('href','<?php echo(URL_ROOT.$rep);?>/embed_form.php?metadata='+metadata_key); |
|
205
dfda2d71838b
Correct metadataplayer embed
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
203
diff
changeset
|
149 |
} |
|
535
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
150 |
jQuery(".embedbutton").fancybox({ |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
151 |
'width' : 360, |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
152 |
'height' : 360, |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
153 |
'autoDimensions' : false, |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
154 |
'transitionIn' : 'none', |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
155 |
'transitionOut' : 'none', |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
156 |
'type' : 'iframe' |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
157 |
}); |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
158 |
jQuery(".acctitre").click(function() { |
|
536
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
159 |
var _nx = jQuery(this).next(); |
|
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
160 |
if (_nx.is(":hidden")) { |
|
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
161 |
jQuery(".acctexte").slideUp(); |
|
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
162 |
_nx.slideDown(); |
|
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
163 |
} |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
164 |
}) |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
165 |
|
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
166 |
}); |
|
291
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
167 |
</script> |
|
202
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
168 |
<script type="text/javascript"> |
|
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
169 |
var _gaq = _gaq || []; |
|
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
170 |
_gaq.push(['_setAccount', 'UA-23581291-1']); |
|
361
95421370ea9e
error script analytics anchor
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
292
diff
changeset
|
171 |
_gaq.push(['_trackPageview', location.pathname + location.search + location.hash]); |
|
291
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
172 |
_gaq.push(['_setAllowAnchor', true]); |
|
276
f7669b499d41
_setAllowAnchor
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
259
diff
changeset
|
173 |
|
|
202
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
174 |
(function() { |
|
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
175 |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
|
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
176 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
|
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
177 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
|
2bf0fd3432bf
put more than one content for the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
197
diff
changeset
|
178 |
})(); |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
179 |
</script> |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
180 |
</head> |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
181 |
<body> |
|
251
d81cc587cc4d
add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
236
diff
changeset
|
182 |
<div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div> |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
183 |
|
|
291
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
184 |
<!-- tooltip --> |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
185 |
</div> |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
186 |
|
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
187 |
<div id="container"> |
|
569
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
188 |
<div class="barre"> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
189 |
<img id="headlogo" src="<?php echo($head_logo); ?>" width="171" height="63" /> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
190 |
<div id="minilogo"></div> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
191 |
<ul class="menu"> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
192 |
<li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
193 |
<a href="<?php echo(URL_ROOT); ?>" class="menuLink"> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
194 |
<?php print $translate->_("Accueil"); ?> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
195 |
</a> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
196 |
</li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
197 |
<li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
198 |
<a href="<?php echo($translate->_('config__link')); ?>" class="menuLink" target="_blank" id='Program'> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
199 |
<?php print $translate->_("Programme"); ?> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
200 |
</a> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
201 |
</li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
202 |
<li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
203 |
<a href="../about.php" class="menuLink" > |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
204 |
<?php print $translate->_("A propos"); ?> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
205 |
</a> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
206 |
</li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
207 |
</ul> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
208 |
<ul class="menu"> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
209 |
<li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
210 |
<a href="<?php URL_ROOT ?>client.php?lang=ja_JP" class="menuLink" > |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
211 |
<img src='<?php echo(URL_ROOT); ?>images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
212 |
<?php print $translate->_("Japonais"); ?> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
213 |
</a></li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
214 |
<li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
215 |
<a href="<?php URL_ROOT ?>client.php?lang=fr" class="menuLink"> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
216 |
<img src='<?php echo(URL_ROOT); ?>images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> /> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
217 |
<?php print $translate->_("Français"); ?> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
218 |
</a> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
219 |
</li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
220 |
<li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
221 |
<a href="<?php URL_ROOT ?>client.php?lang=en" class="menuLink"> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
222 |
<img src='<?php echo(URL_ROOT); ?>images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> /> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
223 |
<?php print $translate->_("Anglais"); ?> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
224 |
</a> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
225 |
</li> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
226 |
</ul> |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
227 |
|
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
228 |
<?php if(is_array($translate->_('config__metadata'))): ?> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
229 |
<ul id="content_select_ul" class="menu mdselect"> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
230 |
<span><?php print $translate->_("changer de contenu"); ?></span><br/> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
231 |
<select id="mdselect"> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
232 |
<?php foreach ($translate->_('config__metadata') as $key => $value):?> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
233 |
<option value="<?php echo($key); ?>" id="mdselect_<?php echo($key); ?>" ><?php echo($value['display']); ?></option> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
234 |
<?php endforeach;?> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
235 |
</select> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
236 |
</ul> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
237 |
<?php endif;?> |
|
569
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
238 |
<div class="embedbar"> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
239 |
<a class="embedbutton" href="<?php echo(URL_ROOT.$rep)?>/embed_form.php">Intégrer</a> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
240 |
<!-- AddThis Button BEGIN --> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
241 |
<div class="addthis_toolbox addthis_default_style addthis_32x32_style"> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
242 |
<a class="addthis_button_facebook"></a> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
243 |
<a class="addthis_button_twitter"></a> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
244 |
<a class="addthis_button_email"></a> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
245 |
<a class="addthis_button_compact"></a> |
|
535
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
246 |
</div> |
|
569
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
247 |
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
248 |
<!-- AddThis Button END --> |
|
536
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
249 |
</div> |
|
569
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
250 |
</div> |
|
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
251 |
|
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
252 |
<!-- EXPLICATION --> |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
253 |
<div id="mdpgauche"> |
|
620
953c68b4da79
Added Edito 24.05 + embed code now relaying mediafragment
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
254 |
<ul class="accordeon"> |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
255 |
<li class="acctitre"> |
|
536
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
256 |
<h3><?php echo($translate->_('config__title')); ?></h3> |
|
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
257 |
</li> |
|
620
953c68b4da79
Added Edito 24.05 + embed code now relaying mediafragment
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
258 |
<li class="acctexte mdpacclimited"> |
|
536
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
259 |
<p><?php echo($translate->_('config__description')); ?></p> |
|
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
260 |
</li> |
|
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
261 |
<li class="acctitre"> |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
262 |
<h3>Liste des Annotations</h3> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
263 |
</li> |
|
620
953c68b4da79
Added Edito 24.05 + embed code now relaying mediafragment
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
264 |
<li class="acctexte mdpacclimited" style="display: none;"> |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
265 |
<div id="AnnotationsListContainer"></div> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
266 |
</li> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
267 |
<li class="acctitre"> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
268 |
<h3>Mots-clés</h3> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
269 |
</li> |
|
620
953c68b4da79
Added Edito 24.05 + embed code now relaying mediafragment
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
270 |
<li class="acctexte mdpacclimited" style="display: none;"> |
|
598
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
271 |
<div id="TagcloudContainer"></div> |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
272 |
</li> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
273 |
</ul> |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
274 |
|
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
275 |
</div> |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
276 |
|
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
277 |
|
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
278 |
|
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
279 |
|
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
280 |
<div id="mdpdroite" > |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
281 |
<div id="LdtPlayer"></div> |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
282 |
</div> |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
283 |
<script type="text/javascript"> |
|
598
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
597
diff
changeset
|
284 |
var _myPlayer = new IriSP.Metadataplayer(_config, _metadata); |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
285 |
</script> |
|
569
76ee1291e0c8
corrected player placement bug
Raphael Velt <raph.velt@gmail.com>
parents:
537
diff
changeset
|
286 |
</div> |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
287 |
|
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
288 |
<div class="footer"> |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
289 |
|
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
290 |
<hr> |
|
291
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
291 |
<?php echo($translate->_('config__partenaires')); ?> |
|
db1e6bfaa54e
add translation for config data
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
276
diff
changeset
|
292 |
</div> |
|
197
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
293 |
|
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
294 |
</div> |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
295 |
|
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
296 |
</body> |
|
77e3207456b7
rename MashUp to mashup step 2
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
297 |
</html> |