--- a/web/index.html Tue Oct 22 11:33:46 2013 +0200
+++ b/web/index.html Tue Oct 22 13:21:09 2013 +0200
@@ -16,14 +16,14 @@
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li>
- <a href="#"><img src="./img/logodsrose2" alt="Logo Digital Studies" /></a>
+ <a class="videolink" data-videoid="full"><img src="./img/logodsrose2" alt="Logo Digital Studies" /></a>
</li>
</ul>
<ul class="nav navbar-nav" style="float:right;">
- <li><a href="#">Lien 1</a></li>
- <li><a href="#">Lien 2</a></li>
- <li><a href="#">Lien 3</a></li>
- <li><a href="#">Lien 4</a></li>
+ <li><a href="http://www.lemonde.fr" target="_blank" title="Article de Bernard Stiegler dans Le Monde">Le Monde</a></li>
+ <li><a href="http://www.france-universite-numerique.fr/" target="_blank" title="France Université Numérique">F.U.N.</a></li>
+ <li><a href="http://pharmakon.fr/" target="_blank">Pharmakon</a></li>
+ <li><a href="http://digital-studies.org/" target="_blank">Digital Studies</a></li>
</ul>
</nav>
</div>
@@ -57,7 +57,7 @@
<div class="videotitle" id="videotitle6">
<p>Chapitre 6 : Sur l'industrie éditoriale numérisée<br/><a class="videolink" data-videoid="6r">résumé</a> ou <a class="videolink" data-videoid="6">vidéo complète</a></p>
</div>
- <div class="videotitle" id="videotitle6">
+ <div class="videotitle" id="videotitle7">
<p>Chapitre 7 : Propositions pour France Université Numérique<br/><a class="videolink" data-videoid="7r">résumé</a> ou <a class="videolink" data-videoid="7">vidéo complète</a></p>
</div>
<div class="videotitle" id="videotitlef">
@@ -96,7 +96,7 @@
"5" : "<p>iframe à venir, vidéo n°5</p>",
"6" : "<p>iframe à venir, vidéo n°6</p>",
"7" : "<p>iframe à venir, vidéo n°7</p>",
- "full" : "<iframe src='http://ldt.iri.centrepompidou.fr//ldtplatform/ldt/embediframe/?content_id=62083f72-363c-11e3-8068-00145ea4a2be&project_id=032aebaa-37de-11e3-a863-00145ea4a2be&createannotation=True&tag_titles=&polemic=all&annotations_list=True&autostart=True&annotation=True' width='570' height='1300' seamless='seamless'></iframe>",
+ "full" : "<iframe src='http://ldt.iri.centrepompidou.fr//ldtplatform/ldt/embediframe/?content_id=62083f72-363c-11e3-8068-00145ea4a2be&project_id=90be1ecc-363c-11e3-98be-00145ea4a2be&createannotation=True&tag_titles=&polemic=all&annotations_list=True&autostart=True&annotation=True' width='570' height='1300' seamless='seamless'></iframe>",
};
function displayIframe(n, update_h){
@@ -150,8 +150,8 @@
+ ' height: "300",'
+ ' autostart: true,'
+ ' url_transform: function(url) { if(url.substr(url.length - 4).toLowerCase()==".flv"){ return url.replace("/ddc_player/video/","/ddc_player/flv:video/"); } return url.replace("/ddc_player/video/","/ddc_player/mp4:video/"); }'
- + ' },'
- + ' {'
+ + ' }'
+ + ' ,{'
+ ' type: "Polemic",'
+ ' annotation_type: false,'
+ ' defaultcolor: "#585858",'
@@ -195,8 +195,9 @@
+ ' type: "Controller"'
+ ' }'
+ ' ,{'
- + ' type: "Segments",'
- + ' annotation_type: ["chap","découpage"]'
+// + ' type: "Segments",'
+// + ' annotation_type: ["chap","découpage"]'
+ + ' type: "MultiSegments"'
+ ' }'
+ ' ,{'
+ ' type: "Annotation"'
@@ -253,7 +254,7 @@
if(iframe=="null"){
var v = getURLParameter("v");
if(v=="null"){
- playVideo(first, false);
+ playVideo(first);
}
else{
playVideo(v, false);