Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 208 → Rev 258

/trunk/client/cartographie/liste_inscrit.php
150,11 → 150,11
$indic=0;
}
$res.="<td><input type=\"checkbox\" name=\"select[]\" value=\"".$ligne[CAR_CHAMPS_MAIL]."\" /></td>
<td>".$ligne[CAR_CHAMPS_NOM]."&nbsp;</td>
<td>".$ligne[CAR_CHAMPS_PRENOM]."&nbsp;</td>
<td>".strtoupper($ligne[CAR_CHAMPS_NOM])."&nbsp;</td>\n
<td>".str_replace(' - ', '-', ucwords(strtolower(str_replace('-', ' - ', $ligne[CAR_CHAMPS_PRENOM]))))."&nbsp;</td>\n
<td>".date("d m Y", strtotime($ligne[CAR_CHAMPS_DATE_INS]))."&nbsp;</td>
<td>".$ligne[CAR_CHAMPS_REGION]."&nbsp;</td>
<td>".$ligne[CAR_CHAMPS_VILLE]."&nbsp;</td>\n" ;
<td>".str_replace(' - ', '-', ucwords(strtolower(str_replace('-', ' - ', $ligne[CAR_CHAMPS_REGION]))))."&nbsp;</td>
<td>".strtoupper($ligne[CAR_CHAMPS_VILLE])."&nbsp;</td>\n";
$res .= "</tr>\n";
}
$res .= "</table></div>\n";