get_ml($id);
$u=$sympa->get_ml_users($id,$offset);
$count=$u["affiche"]; // nombre de mail à afficher
?>
$u["count"])
$top=$u["count"];
else
$top=$offset+$count;
// test pour afficher un lien pour afficher tous les inscrits s'il sont supérieurs au nombre affiché
if ($u["count"]>$count)
$lien=""._("Show all subscribed emails")."";
else
$lien="";
// affichage de la position où l'on se trouve dans le tableau
printf(_("From %s to %s sur %s"),($offset+1),$top,$u["count"]);
echo " ".$lien;
?>
0) { // Bouton Début si il y a besoin
?>
|
0) { // Bouton précedent si il y a besoin
?>
|
|
|
0) { // Bouton Début si il y a besoin
?>
|
0) { // Bouton précedent si il y a besoin
?>
|
|
|
get_ml_all_users($id);
if ($u["count"]>$count) {
echo ""._("To access directly a page from a mail address:")."
";
for ($i=0;$i<$u["count"];$i+=$count){
if ($i+$count<$u["count"]) {
// $requete="SELECT mail FROM subscribers LIMIT $j,1";
$j=$i+$count-1;
echo _("From ")."".$u["mail"][$i]." "._("to")." ".$u["mail"][$j]."
";
}
else { // dernier liens à la fin
// $j=$total-1;
// $requete="SELECT mail FROM subscribers LIMIT $j,1";
$j=$u["count"]-1;
echo _("From ")."".$u["mail"][$i]." "._("to")." ".$u["mail"][$j]."
";
}
} // fin for
} // fin if
?>