X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Fvertebres%2Fpublic%2Fvertebrer.php;h=ee7b17d4b5bd71ff2a44cc158eb5987f8da8ee73;hb=cc641eb476987612f6d6df1a5417c1c5582a8ab8;hp=4cca59917ab2b7e6be7b1b63600702c343b6e231;hpb=a33c2ba9d919664b3bb0f565f8e9a8b9d8530cdb;p=lhc%2Fweb%2Fclavette_www.git diff --git a/www/plugins-dist/vertebres/public/vertebrer.php b/www/plugins-dist/vertebres/public/vertebrer.php index 4cca599..ee7b17d 100644 --- a/www/plugins-dist/vertebres/public/vertebrer.php +++ b/www/plugins-dist/vertebres/public/vertebrer.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2014 * + * Copyright (c) 2001-2016 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -26,7 +26,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; // qui sert de lien vers la meme page, avec la table triee selon ce champ // distingue champ numerique et non numerique -// http://doc.spip.org/@vertebrer_sort +// http://code.spip.net/@vertebrer_sort function vertebrer_sort($fields, $direction) { $res = ''; @@ -37,7 +37,7 @@ function vertebrer_sort($fields, $direction) } // Autant de formulaire que de champs (pour les criteres conditionnels) -// http://doc.spip.org/@vertebrer_form +// http://code.spip.net/@vertebrer_form function vertebrer_form($fields) { $res = ''; @@ -68,7 +68,7 @@ function vertebrer_form($fields) // Autant de criteres conditionnels que de champs -// http://doc.spip.org/@vertebrer_crit +// http://code.spip.net/@vertebrer_crit function vertebrer_crit($v) { $res = ""; @@ -86,7 +86,7 @@ function vertebrer_crit($v) // Si une colonne reference une table, ajoute un href sur sa page dynamique // (il faudrait aller chercher sa def pour ilustrer les jointures en SPIP) -// http://doc.spip.org/@vertebrer_cell +// http://code.spip.net/@vertebrer_cell function vertebrer_cell($fields) { $res = ""; @@ -108,7 +108,7 @@ function vertebrer_cell($fields) return $res; } -// http://doc.spip.org/@public_vertebrer_dist +// http://code.spip.net/@public_vertebrer_dist function public_vertebrer_dist($desc) { $nom = $desc['table'];