Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 186 → Rev 187

/trunk/client/annuaire/bibliotheque/annuaire.fonct.php
136,10 → 136,10
$indic=0;
}
$res.="<td><input type=\"checkbox\" name=\"select[]\" value=\"".$ligne[ANN_CHAMPS_MAIL]."\"></td>\n
<td>".$ligne[ANN_CHAMPS_NOM]."&nbsp;</td>\n
<td>".$ligne[ANN_CHAMPS_PRENOM]."&nbsp;</td>\n
<td>".strtoupper($ligne[ANN_CHAMPS_NOM])."&nbsp;</td>\n
<td>".str_replace(' - ', '-', ucwords(strtolower(str_replace('-', ' - ', $ligne[ANN_CHAMPS_PRENOM]))))."&nbsp;</td>\n
<td>".date("d m Y", strtotime($ligne[ANN_CHAMPS_DATE_INS]))."&nbsp;</td>\n
<td>".$ligne[ANN_CHAMPS_VILLE]."&nbsp;</td>\n" ;
<td>".strtoupper($ligne[ANN_CHAMPS_VILLE])."&nbsp;</td>\n" ;
$res .= "</tr>\n";
}
$res .= "</table></div>\n";