IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

PHP & Base de données Discussion :

moteur recherche multi pagination suivant recherche [MySQL]


Sujet :

PHP & Base de données

  1. #21
    Expert éminent sénior
    Avatar de rawsrc
    Homme Profil pro
    Dev indep
    Inscrit en
    Mars 2004
    Messages
    6 142
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Dev indep

    Informations forums :
    Inscription : Mars 2004
    Messages : 6 142
    Points : 16 545
    Points
    16 545
    Billets dans le blog
    12
    Par défaut
    Ok j'ai trouvé,

    en ligne 51 remplace le test par ce bout de code :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    if ($nb_records === 0) {
       $asked_page = 1;
    }
    else 
    if ($asked_page > $nb_pages) {
       // si la page demandée est supérieure au nombre total de pages alors
       // page demandée = dernière page
       $asked_page = $nb_pages;
    }

  2. #22
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut
    oui exact je n'est aucun donnée dans la base donc normal que cela soit 0

    sa c'est encore le moindre le gros soucis c'est si j'aurais 15 données les mêmes cela ne les pagine pas correctement en gardant la recherche initial du départ

  3. #23
    Expert éminent sénior
    Avatar de rawsrc
    Homme Profil pro
    Dev indep
    Inscrit en
    Mars 2004
    Messages
    6 142
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Dev indep

    Informations forums :
    Inscription : Mars 2004
    Messages : 6 142
    Points : 16 545
    Points
    16 545
    Billets dans le blog
    12
    Par défaut
    Citation Envoyé par speedylol Voir le message
    oui exact je n'est aucun donnée dans la base donc normal que cela soit 0
    Non la page minimum demandable est la n° 1.

    Citation Envoyé par speedylol Voir le message
    sa c'est encore le moindre le gros soucis c'est si j'aurais 15 données les mêmes cela ne les pagine pas correctement en gardant la recherche initial du départ
    Là je n'ai rien compris

  4. #24
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut
    moi j'ai fait cela

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    if(($nb_records)===0) 
    {
    echo '<div style="text-align:center;">
    <a href="netvibes.php">Retour à la page de recherche</a>
    <br /><br />
    Aucun résultas ne correspond aux termes de votre recherche.
    </div>';
    exit();
    }

  5. #25
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut
    j'ai 15 vendeur particulier , donc je devrais avoir deux page la tout va bien, c'est quand tu passe sur la deuxième page plus rien ne va on paire vendeur particulier et toute les données insérer s'affiche sur trois page au lieu des deux normalement ?

  6. #26
    Expert éminent sénior
    Avatar de rawsrc
    Homme Profil pro
    Dev indep
    Inscrit en
    Mars 2004
    Messages
    6 142
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Dev indep

    Informations forums :
    Inscription : Mars 2004
    Messages : 6 142
    Points : 16 545
    Points
    16 545
    Billets dans le blog
    12
    Par défaut
    ok et pour le reste ?

  7. #27
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut
    le liens de ma recherche ne suis pas la pagination

  8. #28
    Expert éminent sénior
    Avatar de rawsrc
    Homme Profil pro
    Dev indep
    Inscrit en
    Mars 2004
    Messages
    6 142
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Dev indep

    Informations forums :
    Inscription : Mars 2004
    Messages : 6 142
    Points : 16 545
    Points
    16 545
    Billets dans le blog
    12
    Par défaut
    Pose un echo $sql_limit; après qu'il ait été calculé.
    Vérifie le à chaque changement de page

    Vérifie aussi le code source de ta page au niveau de la pagination.

    Fais une requête standard et poste le code html de ta page stp.

  9. #29
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut
    On trouve toujours des solutions à tous problème il suffit de ce serrer les coudes

  10. #30
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut
    Voilà sur douze données dans la base voici le résultat

    LIMIT 0, 10

    et la seconde page

    LIMIT 10, 10

  11. #31
    Expert éminent sénior
    Avatar de rawsrc
    Homme Profil pro
    Dev indep
    Inscrit en
    Mars 2004
    Messages
    6 142
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Dev indep

    Informations forums :
    Inscription : Mars 2004
    Messages : 6 142
    Points : 16 545
    Points
    16 545
    Billets dans le blog
    12
    Par défaut
    Ok, première page c'est correct.
    La deuxième devrait être (2-1)*10 => LIMIT 10, 10

  12. #32
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut
    la seconde page devrais être

    LIMIT 2, 10 ?

  13. #33
    Expert éminent sénior
    Avatar de rawsrc
    Homme Profil pro
    Dev indep
    Inscrit en
    Mars 2004
    Messages
    6 142
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Dev indep

    Informations forums :
    Inscription : Mars 2004
    Messages : 6 142
    Points : 16 545
    Points
    16 545
    Billets dans le blog
    12
    Par défaut
    non, $asked_page = 2 c'est normal, deuxième page demandée. Donc LIMIT devrait être selon la formule dans le code : (2-1)x10 = 1x10 = 10 et $length = 10La première valeur de la clause LIMIT correspond au décalage dans le jeu de données (la numérotation débute à 0), donc pour la première page, on part de l'enregistrement 0 et on étire sur les 10 suivants (de 0 à 9). Pour la deuxième page, on part du 10ème enregistrement et on étire sur 10 (de 10 à 19)

  14. #34
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut
    la tu me souffle dans ton explication , je suis un perdu pour être franc

  15. #35
    Expert éminent sénior
    Avatar de rawsrc
    Homme Profil pro
    Dev indep
    Inscrit en
    Mars 2004
    Messages
    6 142
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Dev indep

    Informations forums :
    Inscription : Mars 2004
    Messages : 6 142
    Points : 16 545
    Points
    16 545
    Billets dans le blog
    12
    Par défaut
    On va reprendre :
    Fais une requête standard et poste le code html de ta page stp.

  16. #36
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut
    voilà j'ai fait une requête voici le résultat HTML

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <script type="text/javascript" src="functions.js"></script>
      <link href="jqueryH/jquery-ui.css" rel="stylesheet" type="text/css"/>
      <script src="jqueryH/liste.js"></script>
      <script src="jqueryH/jquery.min.js"></script>
      <script src="jqueryH/jquery-ui.min.js"></script>
      <script src="jqueryH/jquery.paginate"></script>
     
      <script src="jqueryH/chainedselects.js"></script>
      <script src="jqueryH/config2.js"></script>
      <script type="text/javascript">
      /*function noBack(){window.history.forward()}
      noBack();
      window.onload=noBack;
      window.onpageshow=function(evt){if(evt.persisted)noBack()}
      window.onunload=function(){void(0)}
      //////////clic droit//////////////////////////////////
      $(document).bind("contextmenu",function(e){  
    	//Votre code ici (par exemple votre menu contextuel
    	//Puis désactivation du menu par défaut
    	return false;  
    });*/
       //////////TAB////////////////////////////////
    	$(function() {
    		$( "#tabs" ).tabs({
    			collapsible: true
    		});
    	});
      </script> 
    <link rel="stylesheet" href="cssstyle/styles.css" type="text/css" /><link href="_assets/css/jquery.alerts.css" rel="stylesheet" type="text/css" media="screen" />  
    <title>Immo- Hesbaye</title>
    </head>
    <body onLoad="initListGroup('paysprovinceville', document.forms[0].pays, document.forms[0].province, document.forms[0].ville, 'cs')" 
            onLoad="load()" onUnload="GUnload()" class="ke-content">
    <div id="top"><br />
     <div id="col3"></div>
     
     
    	<div id="bandeau">
        <table width="780" height="100%" align="center">
        <tr>
        <td width="180">&nbsp;&nbsp;<img src="cssstyle/imdesign/logo4.png" width="150" height="107" border="0"></td>
        <td width="585">PUB</td>
        </tr>
        </table>
        </div>
     
        <div id="menu">
    <ul class="menu2">
    <li><a href="index.php"><b>Home</b></a></li>
    <li><a href="listing_anno.php"><b>Annonce</b></a></li>
    <li><a href="search.php"><b>Recherche Annonce</b></a></li>
    <li><a href="inscription.php"><b>Inscription</b></a></li>
    <li><a href="compte.php"><b>Profil</b></a></li>
    <li><a href="#nogo"><b>Forum</b></a></li>
    <li><a href="contact.php"><b>Contact</b></a></li>
     
    <li><a href="logout.php"><b>Quitter</b></a></li>
    </ul>
     
        </div>
     
    <div id="contenu"> <table width="100%" bgcolor="#0099FF" class="messagerie" border="0">
      <tr>
        <td width="10%"><b>N&deg;</b></td>
        <td width="20%"><b>Pays</b></td>
     
        <td width="15%"><b>R&eacute;gion</b></td>
        <td width="20%"><b>Commune</b></td>
        <td width="15%"><b>Type de vente</b></td>
        <td width="15%"><b>Prix</b></td>
        <td width="5%"><b>Voir</b></td>
        </tr></table><table width="100%" bgcolor=" #ABEF8D">
     
        <tr>
        <td width="10%">21A10P</td>
        <td width="20%">Belgique</td>
        <td width="15%">Liege</td>
        <td width="20%">Geer</td>
        <td width="15%">Particulier</td>
     
        <td width="15%"><font color="#FF0000"><b>250000</b></font></td>
       <td width="5%"><a href="detail_anno.php?detail=17"><img src="cssstyle/imdesign/oeil.png" width="30" height="30" border="0" /></a></td>
      </tr></table><table width="100%" bgcolor=" #ABEF8D">
        <tr>
        <td width="10%">LG7YRO</td>
        <td width="20%">Belgique</td>
        <td width="15%">Liege</td>
     
        <td width="20%">Geer</td>
        <td width="15%">Particulier</td>
        <td width="15%"><font color="#FF0000"><b>250000</b></font></td>
       <td width="5%"><a href="detail_anno.php?detail=19"><img src="cssstyle/imdesign/oeil.png" width="30" height="30" border="0" /></a></td>
      </tr></table><table width="100%" bgcolor=" #ABEF8D">
        <tr>
        <td width="10%">SNORGB</td>
     
        <td width="20%">Belgique</td>
        <td width="15%">Liege</td>
        <td width="20%">Waremme </td>
        <td width="15%">Particulier</td>
        <td width="15%"><font color="#FF0000"><b>575</b></font></td>
       <td width="5%"><a href="detail_anno.php?detail=20"><img src="cssstyle/imdesign/oeil.png" width="30" height="30" border="0" /></a></td>
     
      </tr></table><table width="100%" bgcolor=" #ABEF8D">
        <tr>
        <td width="10%">PK1G7Y</td>
        <td width="20%">Belgique</td>
        <td width="15%">Liege</td>
        <td width="20%">Geer</td>
        <td width="15%">Particulier</td>
     
        <td width="15%"><font color="#FF0000"><b>575</b></font></td>
       <td width="5%"><a href="detail_anno.php?detail=21"><img src="cssstyle/imdesign/oeil.png" width="30" height="30" border="0" /></a></td>
      </tr></table><table width="100%" bgcolor=" #ABEF8D">
        <tr>
        <td width="10%">Y587Q7</td>
        <td width="20%">Belgique</td>
        <td width="15%">Liege</td>
     
        <td width="20%">Geer</td>
        <td width="15%">Particulier</td>
        <td width="15%"><font color="#FF0000"><b>345</b></font></td>
       <td width="5%"><a href="detail_anno.php?detail=22"><img src="cssstyle/imdesign/oeil.png" width="30" height="30" border="0" /></a></td>
      </tr></table><table width="100%" bgcolor=" #ABEF8D">
        <tr>
        <td width="10%">9ODY9S</td>
     
        <td width="20%">Belgique</td>
        <td width="15%">Bruxelles</td>
        <td width="20%">Anderlecht</td>
        <td width="15%">Particulier</td>
        <td width="15%"><font color="#FF0000"><b>150000</b></font></td>
       <td width="5%"><a href="detail_anno.php?detail=26"><img src="cssstyle/imdesign/oeil.png" width="30" height="30" border="0" /></a></td>
     
      </tr></table><table width="100%" bgcolor=" #ABEF8D">
        <tr>
        <td width="10%">RAFA38</td>
        <td width="20%">Belgique</td>
        <td width="15%">Bruxelles</td>
        <td width="20%">Anderlecht</td>
        <td width="15%">Particulier</td>
     
        <td width="15%"><font color="#FF0000"><b>1000</b></font></td>
       <td width="5%"><a href="detail_anno.php?detail=27"><img src="cssstyle/imdesign/oeil.png" width="30" height="30" border="0" /></a></td>
      </tr></table><table width="100%" bgcolor=" #ABEF8D">
        <tr>
        <td width="10%">3QZ0LI</td>
        <td width="20%">Belgique</td>
        <td width="15%">Liege</td>
     
        <td width="20%">Geer</td>
        <td width="15%">Particulier</td>
        <td width="15%"><font color="#FF0000"><b>700</b></font></td>
       <td width="5%"><a href="detail_anno.php?detail=30"><img src="cssstyle/imdesign/oeil.png" width="30" height="30" border="0" /></a></td>
      </tr></table><table width="100%" bgcolor=" #ABEF8D">
        <tr>
        <td width="10%">23014B</td>
     
        <td width="20%">Belgique</td>
        <td width="15%">Liege</td>
        <td width="20%">Geer</td>
        <td width="15%">Particulier</td>
        <td width="15%"><font color="#FF0000"><b>768</b></font></td>
       <td width="5%"><a href="detail_anno.php?detail=31"><img src="cssstyle/imdesign/oeil.png" width="30" height="30" border="0" /></a></td>
     
      </tr></table><table width="100%" bgcolor=" #ABEF8D">
        <tr>
        <td width="10%">L2ZSJM</td>
        <td width="20%">Belgique</td>
        <td width="15%">Liege</td>
        <td width="20%">Geer</td>
        <td width="15%">Particulier</td>
     
        <td width="15%"><font color="#FF0000"><b>375000</b></font></td>
       <td width="5%"><a href="detail_anno.php?detail=33"><img src="cssstyle/imdesign/oeil.png" width="30" height="30" border="0" /></a></td>
      </tr></table><div class="paginate"><span class="current">1</span><a href="search-val.php?page=2">2</a><a href="search-val.php?page=2">Next</a></div>LIMIT 0, 10    </div>
        <div id="pied_page">
        <div align="left">
        <script type="text/javascript">
        <!--
        var maintenant = new Date();
        var annee = maintenant.getFullYear();
        document.write("H-IMMO Cr&eacute;ateur DLK &copy; 2006&nbsp;-&nbsp;" + annee);
         //-->
         </script>
     
        </div>
        <hr>
        </div>
        </div>
    </body>
    </html>

  17. #37
    Expert éminent sénior
    Avatar de rawsrc
    Homme Profil pro
    Dev indep
    Inscrit en
    Mars 2004
    Messages
    6 142
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Dev indep

    Informations forums :
    Inscription : Mars 2004
    Messages : 6 142
    Points : 16 545
    Points
    16 545
    Billets dans le blog
    12
    Par défaut
    Bon comme je te le disais, il n'y a aucun filtre qui passe au script quand tu cliques sur la page n°2.
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    <div class="paginate"><span class="current">1</span><a href="search-val.php?page=2">2</a><a href="search-val.php?page=2">Next</a></div>
    La pagination est correcte.
    Par contre si tu n'encapsules pas tes données dans un formulaire, il va te falloir bidouiller en javascript une fonction qui passe les données du filtre au script.
    Donc là il faut revoir le design de ton tableau des résultats.

  18. #38
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut
    Et zut je suis null en javascript

  19. #39
    Expert éminent sénior
    Avatar de rawsrc
    Homme Profil pro
    Dev indep
    Inscrit en
    Mars 2004
    Messages
    6 142
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Dev indep

    Informations forums :
    Inscription : Mars 2004
    Messages : 6 142
    Points : 16 545
    Points
    16 545
    Billets dans le blog
    12
    Par défaut
    ok postes ton script de recherche, on va voir ce qu'on peut en faire

  20. #40
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut
    j'ai trouver une petit tuto jquery si j'arrive je te tiens au courant et finaliserai le script en totalité ici

+ Répondre à la discussion
Cette discussion est résolue.
Page 2 sur 3 PremièrePremière 123 DernièreDernière

Discussions similaires

  1. [MySQL] resultat d'un moteur de recherche et pagination
    Par mustapha_aim dans le forum PHP & Base de données
    Réponses: 2
    Dernier message: 15/07/2010, 16h05
  2. [MySQL] Moteur de recherche multi critére - Probléme affichage si champs vide
    Par karpe dans le forum PHP & Base de données
    Réponses: 0
    Dernier message: 28/02/2010, 20h59
  3. [Zend_Lucene] Moteur de recherche et pagination
    Par Merfolk dans le forum Autres composants
    Réponses: 4
    Dernier message: 23/09/2009, 14h18
  4. Moteur de recherche multi critères avec filtre
    Par kina17 dans le forum SQL Procédural
    Réponses: 1
    Dernier message: 08/04/2008, 19h33
  5. Recherche multi-critères, jointure et pagination
    Par baptistoux dans le forum Ruby on Rails
    Réponses: 2
    Dernier message: 06/02/2007, 14h05

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo