• DELETE FROM KEYWORDS WHERE ID_DOMAINE=38924
  • DoneDoneDone

    URL:www.pierrerigal.net

    Connection: keep-alive
    Date: Wed, 30 Oct 2024 20:18:10 GMT
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=utf-8
    Last-Modified: Wed, 30 Oct 2024 20:18:09 GMT
    Server: nginx
    Vary: Accept-Encoding
    Vary: Cookie,Accept-Encoding
    X-Outils-CS: soft_scroller
    Composed-By: SPIP 3.2.1 @ www.spip.net + http://www.pierrerigal.net/local/config.txt
    X-Spip-Cache: 86400
    
    
    Status => 200
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    
    <meta http-equiv="Content-Type" content="text/html; >
    <meta charset="UTF-8">
    <meta name="description" content="Pierre Rigal - Compagnie Dernière Minute. Toutes les dates des spectacles du chorégraphe Pierre Rigal. Actualités, Calendrier, Cahiers et Extras.">
    <meta name="keywords" content="Pierre Rigal, Chorégraphe, choreography, danse, dance, dernière minute, toulouse, france, agenda, ">
    <meta name="author" content="Pierre Rigal">
    <title>Pierre Rigal - Compagnie Dernière Minute - spectacles</title>
    <link href="plugins/pierrerigal/css/stylerigal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
    	
    	padding: 0; margin: 0; 
    }
    
    
    
    #traduction {
    	font-family: 'slob_otbold', Arial, Helvetica, sans-serif;
    	height: 4vw;
    	width: 2vw;
    	right: 4vw;
    	bottom: 2vw;
    	position: fixed;
    	font-size: 1.33vw;
    	text-align: right;
    	z-index: 500;
    	
    }
    </style>
    
    
    <script type="text/javascript">
    
    function getColor(start, end, percent){
    	function hex2dec(hex){return(parseInt(hex,16));}
    	function dec2hex(dec){return (dec < 16 ? "0" : "") + dec.toString(16);}
    	var r1 = hex2dec(start.slice(0,2)), g1=hex2dec(start.slice(2,4)), b1=hex2dec(start.slice(4,6));
    	var r2 = hex2dec(end.slice(0,2)),   g2=hex2dec(end.slice(2,4)),   b2=hex2dec(end.slice(4,6));
    	var pc = percent/100;
    	var r  = Math.floor(r1+(pc*(r2-r1)) + .5), g=Math.floor(g1+(pc*(g2-g1)) + .5), b=Math.floor(b1+(pc*(b2-b1)) + .5);
    	return("#" + dec2hex(r) + dec2hex(g) + dec2hex(b));
    }
    /************************************************/
    </script>
    
    <script>
    var colors = new Array("FFFFFF", "", "", "");
    
    var start  = colors[0];
    var end    = colors[0];
    var index  = 0;
    var cindex = 0;
    var faderObj = new Array();
    
    function fadeSpan()
    {
    	if(index == 0)
    	{
    		start = end;
    		end = colors[ cindex = (cindex+1) % colors.length ];
    	}
    
    
    	for(var i=0 ; i<faderObj.length ; i++)
    		faderObj[i].style.backgroundColor = getColor(start, end, index);
    
    	index = (index+1) % 100;
    
    	setTimeout("fadeSpan()", );
    }
    function fadeAll()
    {
    	for(var i=0 ; i<arguments.length ; i++)
    		faderObj[i] = arguments[i];
     
    	fadeSpan();
    }
    function JSFX_StartEffects()
    {
      
    	//fadeAll(document.body);
    	
    }
    </script><script type="text/javascript">
    
    function getColortxt(starttxt, endtxt, percent){
    	function hex2dectxt(hex){return(parseInt(hex,16));}
    	function dec2hextxt(dec){return (dec < 16 ? "0" : "") + dec.toString(16);}
    	var r1txt = hex2dectxt(starttxt.slice(0,2)), g1=hex2dectxt(starttxt.slice(2,4)), b1=hex2dectxt(starttxt.slice(4,6));
    	var r2txt = hex2dectxt(endtxt.slice(0,2)),   g2=hex2dectxt(endtxt.slice(2,4)),   b2=hex2dectxt(endtxt.slice(4,6));
    	var pctxt = percent/100;
    	var rtxt = Math.floor(r1txt+(pctxt*(r2txt-r1txt)) + .5), g=Math.floor(g1+(pctxt*(g2-g1)) + .5), b=Math.floor(b1+(pctxt*(b2-b1)) + .5);
    	return("#" + dec2hextxt(rtxt) + dec2hextxt(g) + dec2hextxt(b));
    }
    /************************************************/
    </script>
    
    <script>
    var colorstxt = new Array("000000", "", "", "");
    
    
    
    var starttxt  = colorstxt[0];
    var endtxt    = colorstxt[0];
    var indextxt  = 0;
    var cindextxt = 0;
    var faderObjtxt = new Array();
    
    
    function setTitresColor(){
    	var liens = document.querySelectorAll('.menuaccueil > div > a');
    	liens.forEach(item => {
    		var color = colorstxt[1].split(',')[0];
    		item.style.color = '#' + color;
    	});
    }	
    
    function fadeSpantxt()
    {
    	if(indextxt == 0)
    	{
    		starttxt = endtxt;
    		endtxt = colorstxt[ cindextxt = (cindextxt+1) % colorstxt.length ];
    	}
    
    //	document.getElementById("fadingText").style.color = getColortxt(start, end, index);
    	for(var i=0 ; i<faderObjtxt.length ; i++)
    		faderObjtxt[i].style.color = getColortxt(starttxt, endtxt, indextxt);
    
    	indextxt = (indextxt+1) % 100;
    
    	setTimeout("fadeSpantxt()", );
    }
    function fadeAlltxt()
    {
    	for(var i=0 ; i<arguments.length ; i++)
    		faderObjtxt[i] = document.getElementById(arguments[i]);
    
    	fadeSpantxt();
    }
    function JSFX_StartEffectstxt()
    {
    	//fadeAlltxt("sp1", "sp2", "sp3");
    }
    </script></head>
    
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    
    <meta http-equiv="Content-Type" content="text/html; >
    <meta charset="UTF-8">
    <meta name="description" content="Pierre Rigal - Compagnie Dernière Minute. Toutes les dates des spectacles du chorégraphe Pierre Rigal. Actualités, Calendrier, Cahiers et Extras.">
    <meta name="keywords" content="Pierre Rigal, Chorégraphe, choreography, danse, dance, dernière minute, toulouse, france, agenda, ">
    <meta name="author" content="Pierre Rigal">
    <title>Pierre Rigal - Compagnie Dernière Minute - spectacles</title>
    <link href="plugins/pierrerigal/css/stylerigal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
    	
    	padding: 0; margin: 0; 
    }
    
    
    
    #traduction {
    	font-family: 'slob_otbold', Arial, Helvetica, sans-serif;
    	height: 4vw;
    	width: 2vw;
    	right: 4vw;
    	bottom: 2vw;
    	position: fixed;
    	font-size: 1.33vw;
    	text-align: right;
    	z-index: 500;
    	
    }
    </style>
    
    
    <script type="text/javascript">
    
    function getColor(start, end, percent){
    	function hex2dec(hex){return(parseInt(hex,16));}
    	function dec2hex(dec){return (dec < 16 ? "0" : "") + dec.toString(16);}
    	var r1 = hex2dec(start.slice(0,2)), g1=hex2dec(start.slice(2,4)), b1=hex2dec(start.slice(4,6));
    	var r2 = hex2dec(end.slice(0,2)),   g2=hex2dec(end.slice(2,4)),   b2=hex2dec(end.slice(4,6));
    	var pc = percent/100;
    	var r  = Math.floor(r1+(pc*(r2-r1)) + .5), g=Math.floor(g1+(pc*(g2-g1)) + .5), b=Math.floor(b1+(pc*(b2-b1)) + .5);
    	return("#" + dec2hex(r) + dec2hex(g) + dec2hex(b));
    }
    /************************************************/
    </script>
    
    <script>
    var colors = new Array("FFFFFF", "", "", "");
    
    var start  = colors[0];
    var end    = colors[0];
    var index  = 0;
    var cindex = 0;
    var faderObj = new Array();
    
    function fadeSpan()
    {
    	if(index == 0)
    	{
    		start = end;
    		end = colors[ cindex = (cindex+1) % colors.length ];
    	}
    
    
    	for(var i=0 ; i<faderObj.length ; i++)
    		faderObj[i].style.backgroundColor = getColor(start, end, index);
    
    	index = (index+1) % 100;
    
    	setTimeout("fadeSpan()", );
    }
    function fadeAll()
    {
    	for(var i=0 ; i<arguments.length ; i++)
    		faderObj[i] = arguments[i];
     
    	fadeSpan();
    }
    function JSFX_StartEffects()
    {
      
    	//fadeAll(document.body);
    	
    }
    </script><script type="text/javascript">
    
    function getColortxt(starttxt, endtxt, percent){
    	function hex2dectxt(hex){return(parseInt(hex,16));}
    	function dec2hextxt(dec){return (dec < 16 ? "0" : "") + dec.toString(16);}
    	var r1txt = hex2dectxt(starttxt.slice(0,2)), g1=hex2dectxt(starttxt.slice(2,4)), b1=hex2dectxt(starttxt.slice(4,6));
    	var r2txt = hex2dectxt(endtxt.slice(0,2)),   g2=hex2dectxt(endtxt.slice(2,4)),   b2=hex2dectxt(endtxt.slice(4,6));
    	var pctxt = percent/100;
    	var rtxt = Math.floor(r1txt+(pctxt*(r2txt-r1txt)) + .5), g=Math.floor(g1+(pctxt*(g2-g1)) + .5), b=Math.floor(b1+(pctxt*(b2-b1)) + .5);
    	return("#" + dec2hextxt(rtxt) + dec2hextxt(g) + dec2hextxt(b));
    }
    /************************************************/
    </script>
    
    <script>
    var colorstxt = new Array("000000", "", "", "");
    
    
    
    var starttxt  = colorstxt[0];
    var endtxt    = colorstxt[0];
    var indextxt  = 0;
    var cindextxt = 0;
    var faderObjtxt = new Array();
    
    
    function setTitresColor(){
    	var liens = document.querySelectorAll('.menuaccueil > div > a');
    	liens.forEach(item => {
    		var color = colorstxt[1].split(',')[0];
    		item.style.color = '#' + color;
    	});
    }	
    
    function fadeSpantxt()
    {
    	if(indextxt == 0)
    	{
    		starttxt = endtxt;
    		endtxt = colorstxt[ cindextxt = (cindextxt+1) % colorstxt.length ];
    	}
    
    //	document.getElementById("fadingText").style.color = getColortxt(start, end, index);
    	for(var i=0 ; i<faderObjtxt.length ; i++)
    		faderObjtxt[i].style.color = getColortxt(starttxt, endtxt, indextxt);
    
    	indextxt = (indextxt+1) % 100;
    
    	setTimeout("fadeSpantxt()", );
    }
    function fadeAlltxt()
    {
    	for(var i=0 ; i<arguments.length ; i++)
    		faderObjtxt[i] = document.getElementById(arguments[i]);
    
    	fadeSpantxt();
    }
    function JSFX_StartEffectstxt()
    {
    	//fadeAlltxt("sp1", "sp2", "sp3");
    }
    </script></head>
    
    
    

    Pierre Rigal - Compagnie Dernière Minute - spectacles

    Recherche META Description de la page

    Pierre Rigal - Compagnie Dernière Minute. Toutes les dates des spectacles du chorégraphe Pierre Rigal. Actualités, Calendrier, Cahiers et Extras.

    Recherche META Keywords de la page

    Pierre Rigal, Chorégraphe, choreography, danse, dance, dernière minute, toulouse, france, agenda,

    UPDATE DOMAINES SET server='nginx',redirection='',Status='200',err='',[TITRE]=N'Pierre Rigal - Compagnie Dernière Minute - spectacles',[DESCRIPTION]=N'Pierre Rigal - Compagnie Dernière Minute. Toutes les dates des spectacles du chorégraphe Pierre Rigal. Actualités, Calendrier, Cahiers et Extras.',[KEYWORDS]=N'Pierre Rigal, Chorégraphe, choreography, danse, dance, dernière minute, toulouse, france, agenda, ' WHERE id=38924
  • 0

    Pierre Rigal - Compagnie Dernière Minute - spectacles Pierre Rigal - Compagnie Dernière Minute. Toutes les dates des spectacles du chorégraphe Pierre Rigal. Actualités Calendrier Cahiers et Extras. Pierre Rigal Chorégraphe choreography danse dance dernière minute toulouse france agenda

  • 0. Pierre (6)
  • --------->0
  • 1. Rigal (5)
  • --------->0
  • 2. - (1)
  • --------->0
  • 3. Compagnie (9)
  • --------->0
  • 4. Dernière (8)
  • --------->0
  • 5. Minute (6)
  • --------->0
  • 7. spectacles (10)
  • --------->0
  • 14. Toutes (6)
  • --------->0
  • 15. les (3)
  • --------->0
  • 16. dates (5)
  • --------->0
  • 17. des (3)
  • --------->0
  • 19. du (2)
  • --------->0
  • 20. chorégraphe (11)
  • --------->0
  • 23. Actualités (10)
  • --------->0
  • 25. Calendrier (10)
  • --------->0
  • 27. Cahiers (7)
  • --------->0
  • 28. et (2)
  • --------->0
  • 29. Extras (6)
  • --------->0
  • 35. choreography (12)
  • --------->0
  • 37. danse (5)
  • --------->0
  • 39. dance (5)
  • --------->0
  • 44. toulouse (8)
  • --------->0
  • 46. france (6)
  • --------->0
  • 48. agenda (6)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Pierre',38924),(N'Rigal',38924),(N'-',38924),(N'Compagnie',38924),(N'Dernière',38924),(N'Minute',38924),(N'spectacles',38924),(N'Toutes',38924),(N'les',38924),(N'dates',38924),(N'des',38924),(N'du',38924),(N'chorégraphe',38924),(N'Actualités',38924),(N'Calendrier',38924),(N'Cahiers',38924),(N'et',38924),(N'Extras',38924),(N'choreography',38924),(N'danse',38924),(N'dance',38924),(N'toulouse',38924),(N'france',38924),(N'agenda',38924)