X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Fvertebres%2Fpublic%2Fvertebrer.php;h=a5d34126781ff71b2af2f4f5accd085fb2d7d955;hb=4a628e9b277d3617535f99d663ca79fa2e891177;hp=ee7b17d4b5bd71ff2a44cc158eb5987f8da8ee73;hpb=7d713208d51912c36917f01965f97b2dde897738;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins-dist/vertebres/public/vertebrer.php b/www/plugins-dist/vertebres/public/vertebrer.php index ee7b17d4..a5d34126 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://code.spip.net/@vertebrer_sort +// https://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://code.spip.net/@vertebrer_form +// https://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://code.spip.net/@vertebrer_crit +// https://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://code.spip.net/@vertebrer_cell +// https://code.spip.net/@vertebrer_cell function vertebrer_cell($fields) { $res = ""; @@ -108,7 +108,7 @@ function vertebrer_cell($fields) return $res; } -// http://code.spip.net/@public_vertebrer_dist +// https://code.spip.net/@public_vertebrer_dist function public_vertebrer_dist($desc) { $nom = $desc['table'];