variouns correction on spelling, links and paths V00.37
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 26 Apr 2011 16:08:24 +0200
changeset 123 1fa34184093b
parent 122 4c3a15877f80
child 124 8f2181734742
variouns correction on spelling, links and paths
.hgignore
web/index.php
web/res/metadataplayer.polemic/src/js/polemic.js
web/rsln-opendata/embed_form.php
web/rsln-opendata/player_embed.php
web/rsln-opendata/polemicaltimeline.php
web/rsln/embed_form.php
web/rsln/player_embed.php
web/rsln/polemicaltimeline.php
web/traduction.php
--- a/.hgignore	Tue Apr 26 13:57:29 2011 +0200
+++ b/.hgignore	Tue Apr 26 16:08:24 2011 +0200
@@ -28,4 +28,5 @@
 ^script/virtualenv/venv$
 
 syntax: regexp
-^web/config\.php$
\ No newline at end of file
+^web/config\.php$
+^web/\.htaccess$
--- a/web/index.php	Tue Apr 26 13:57:29 2011 +0200
+++ b/web/index.php	Tue Apr 26 16:08:24 2011 +0200
@@ -213,10 +213,12 @@
 			<!-- -->
 			<h3 class="archivesTitle"><?php print $translate->_("Archive Title :"); ?></h3>
 			<div id="AVB1" class="archivesVideoBox">
-				<img src="images/tail_enmi2010.jpg" width="270" height="150"/>
+			    <a href="http://amateur.iri.centrepompidou.fr/nouveaumonde/enmi/conf/program/2010_2" target="_blank">
+				    <img src="images/tail_enmi2010.jpg" width="270" height="150"/>
+				</a>
 				<div class="AVBtitle">ENMI 2010</div>
 				<div class="AVBtext">
-					par <a href="#">IRI</a> au Centre Pompidou
+					par <a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a> au Centre Pompidou
 					<br/>les 14 et 15 décembre 2010 |· 08:30 - 10:30
 				</div>
 			</div>
@@ -227,7 +229,7 @@
 				</a>
 				<div class="AVBtitle">Clay Shirky le net, le surplus cognitif</div>
 				<div class="AVBtext">
-					par <a href="#">RSLN</a> à Micorsoft France
+					par <a href="http://www.rslnmag.fr/" target="_blank">RSLN</a> à Microsoft France
 					<br/>le lundi 31 janvier 2011·| 08:30 - 10:30
 				</div>
 			</div>
@@ -238,7 +240,7 @@
 				</a>
 				<div class="AVBtitle">OPENDATA</div>
 				<div class="AVBtext">
-					par <a href="#">RSLN</a> à Micorsoft France
+					par <a href="http://www.rslnmag.fr/" target="_blank">RSLN</a> à Microsoft France
 					<br/>le jeudi 17 mars 2011 | 14:30 - 17:15
 				</div>
 			</div>
--- a/web/res/metadataplayer.polemic/src/js/polemic.js	Tue Apr 26 13:57:29 2011 +0200
+++ b/web/res/metadataplayer.polemic/src/js/polemic.js	Tue Apr 26 16:08:24 2011 +0200
@@ -276,8 +276,10 @@
 			__IriSP.jQuery("#tiptext").text(tipText);
 			__IriSP.jQuery("#tip").show();
 		}else{
-			 __IriSP.jQuery("#tip").css("left", -10000).css("top", -100000);
-			 //tweetSelection.attr({x:-100,y:-100});
+			if (typeof(__IriSP) !== 'undefined' ) {
+			     __IriSP.jQuery("#tip").css("left", -10000).css("top", -100000);
+			     //tweetSelection.attr({x:-100,y:-100});
+			}
 		}
 	});
 	
--- a/web/rsln-opendata/embed_form.php	Tue Apr 26 13:57:29 2011 +0200
+++ b/web/rsln-opendata/embed_form.php	Tue Apr 26 16:08:24 2011 +0200
@@ -43,7 +43,7 @@
 		}	
 		#tip {
 			display: none;
-			background: transparent url("images/white_arrow_long.png");
+			background: transparent url("../images/white_arrow_long.png");
 			font-size: 12px;
 			height: 125px;
 			width: 180px;
--- a/web/rsln-opendata/player_embed.php	Tue Apr 26 13:57:29 2011 +0200
+++ b/web/rsln-opendata/player_embed.php	Tue Apr 26 16:08:24 2011 +0200
@@ -43,7 +43,7 @@
 		}	
 		#tip {
 			display: none;
-			background: transparent url("images/white_arrow_long.png");
+			background: transparent url("../images/white_arrow_long.png");
 			font-size: 12px;
 			height: 125px;
 			width: 180px;
--- a/web/rsln-opendata/polemicaltimeline.php	Tue Apr 26 13:57:29 2011 +0200
+++ b/web/rsln-opendata/polemicaltimeline.php	Tue Apr 26 16:08:24 2011 +0200
@@ -57,7 +57,7 @@
 		}	
 		#tip {
 				display: none;
-				background: transparent url("images/white_arrow_long.png");
+				background: transparent url("../images/white_arrow_long.png");
 				font-size: 12px;
 				height: 125px;
 				width: 180px;
--- a/web/rsln/embed_form.php	Tue Apr 26 13:57:29 2011 +0200
+++ b/web/rsln/embed_form.php	Tue Apr 26 16:08:24 2011 +0200
@@ -43,7 +43,7 @@
 		}	
 		#tip {
 			display: none;
-			background: transparent url("images/white_arrow_long.png");
+			background: transparent url("../images/white_arrow_long.png");
 			font-size: 12px;
 			height: 125px;
 			width: 180px;
--- a/web/rsln/player_embed.php	Tue Apr 26 13:57:29 2011 +0200
+++ b/web/rsln/player_embed.php	Tue Apr 26 16:08:24 2011 +0200
@@ -43,7 +43,7 @@
 		}	
 		#tip {
 			display: none;
-			background: transparent url("images/white_arrow_long.png");
+			background: transparent url("../images/white_arrow_long.png");
 			font-size: 12px;
 			height: 125px;
 			width: 180px;
--- a/web/rsln/polemicaltimeline.php	Tue Apr 26 13:57:29 2011 +0200
+++ b/web/rsln/polemicaltimeline.php	Tue Apr 26 16:08:24 2011 +0200
@@ -57,7 +57,7 @@
 		}	
 		#tip {
 				display: none;
-				background: transparent url("images/white_arrow_long.png");
+				background: transparent url("../images/white_arrow_long.png");
 				font-size: 12px;
 				height: 125px;
 				width: 180px;
--- a/web/traduction.php	Tue Apr 26 13:57:29 2011 +0200
+++ b/web/traduction.php	Tue Apr 26 16:08:24 2011 +0200
@@ -63,8 +63,8 @@
 										"Comment les algorithmes ont fini par devenir des producteurs d&apos;infos et pourquoi ils ne remplaceront pour autant jamais les journalistes."',
 				'4. Button'			=> 'Cliquez ici pour allez sur la page de live',
 				"Archive Title :" 		=> 'Les derniers événements qui ont utilisé le tweet polemic :',
-				"footer text home" 	=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink'> Tweet polemic </a> 
-										est une expérimentation de l&apos;<a href='http://www.iri.centrepompidou.fr/' class='footerLink'>
+				"footer text home" 	=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> Tweet polemic </a> 
+										est une expérimentation de l&apos;<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'>
 										Institut de recherche et d’innovation </a>",
 				"D&eacute;connexion"=> "D&eacute;connexion",
 										
@@ -78,7 +78,7 @@
 										<li>Et finalement la dynamique sociale. </li>
 										</ul>
 										L’IRI mise sur cette dynamique en proposant Polemic Tweet, un dispositif qui permet aux spectateurs d’un événement de twitter en donnant une teneur polémique à leur propos. Mais aussi de visualiser cette polémique en synchronisant les tweets sur l’enregistrement vidéo de l’événement.
-										Pour participer au Polemic tweet, un client twitter intégrant des fonctionnalités spéciales est disponible sur <a href='http ://amateur.iri.centrepompidou/live/ '>la page de live</a> , mais vous pouvez aussi utiliser votre client habituel. <br/><br/>
+										Pour participer au Polemic tweet, un client twitter intégrant des fonctionnalités spéciales est disponible sur <a href='http://amateur.iri.centrepompidou.fr/live/ '>la page de live</a> , mais vous pouvez aussi utiliser votre client habituel. <br/><br/>
 										Le plus simple est de se connecter avec son compte tweeter à la page Web de l’événement. Sur cette page le HashTag de l’événement est déjà inséré dans l’espace de rédaction du tweet, ensuite a l’aide du jeu  de boutons suivants vous pouvez positionner votre tweet dans l’espace polémique :<br/>
 										<table><tbody>
 										<tr><td><a id='positive' title='accord' class='tweetButton'>++</a> </td>