X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fvertebres%2Fpublic%2Fvertebrer.php;fp=www%2Fplugins-dist%2Fvertebres%2Fpublic%2Fvertebrer.php;h=fc713cc054538ac89f84ee33c6266cd0a7e5a4b6;hp=4cca59917ab2b7e6be7b1b63600702c343b6e231;hb=d18fcb8f27a4016e3fa7b50a9b2255d529dca543;hpb=e847eea4a82a7396dd0abf860f9b30d654f38629 diff --git a/www/plugins-dist/vertebres/public/vertebrer.php b/www/plugins-dist/vertebres/public/vertebrer.php index 4cca599..fc713cc 100644 --- a/www/plugins-dist/vertebres/public/vertebrer.php +++ b/www/plugins-dist/vertebres/public/vertebrer.php @@ -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'];