Skip to content
Extraits de code Groupes Projets
Valider 7d65dff8 rédigé par ARNO*'s avatar ARNO*
Parcourir les fichiers

Listes d'articles par tranches: changement de tranche sans recharger la page...

Listes d'articles par tranches: changement de tranche sans recharger la page (AJAX) - fichiers manquants
parent 858a8e13
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -71,6 +71,7 @@ IMG/test.gif -text
IMG/test.jpg -text
IMG/test.png -text
IMG/test_image.jpg -text
ecrire/ajax_page.php -text
ecrire/img_pack/admin-12.gif -text
ecrire/img_pack/administration-24.gif -text
ecrire/img_pack/administration-48.png -text
......@@ -211,6 +212,7 @@ ecrire/img_pack/rubrique-12.gif -text
ecrire/img_pack/rubrique-24.gif -text
ecrire/img_pack/rv-12.gif -text
ecrire/img_pack/rv.gif -text
ecrire/img_pack/searching.gif -text
ecrire/img_pack/secteur-12.gif -text
ecrire/img_pack/secteur-24.gif -text
ecrire/img_pack/set-ecran-etroit.png -text
......
<?php
/***************************************************************************\
* SPIP, Systeme de publication pour l'internet *
* *
* Copyright (c) 2001-2005 *
* Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James *
* *
* Ce programme est un logiciel libre distribue sous licence GNU/GPL. *
* Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. *
\***************************************************************************/
include ("inc.php3");
echo "<"."?xml version='1.0' encoding='UTF-8'?>";
if ($GLOBALS["id_ajax_fonc"]) {
$res = spip_query("SELECT * FROM spip_ajax_fonc WHERE id_ajax_fonc = $id_ajax_fonc AND id_auteur=$connect_id_auteur");
if ($row = spip_fetch_array($res)) {
$fonction = $row["fonction"];
$variables = $row["variables"];
$variables = unserialize($variables);
while (list($i, $k) = each($variables)) {
$$i = $k;
}
// Appliquer la fonction
if ($fonction == "afficher_articles") {
afficher_articles ($titre_table, $requete, $afficher_visites, $afficher_auteurs);
}
}
}
?>
\ No newline at end of file
ecrire/img_pack/searching.gif

1,11 ko

0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter