Subversion Repositories Sites.tela-botanica.org

Rev

Rev 87 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87 Rev 208
Line 273... Line 273...
273
            } else {
273
            } else {
274
                $res.="<tr class=\"ligne_paire\">\n";
274
                $res.="<tr class=\"ligne_paire\">\n";
275
                $indic=0;
275
                $indic=0;
276
            }
276
            }
277
            $res.="<td><input type=\"checkbox\" name=\"select[]\" value=\"".$ligne[CAR_CHAMPS_MAIL]."\" /></td>
277
            $res.="<td><input type=\"checkbox\" name=\"select[]\" value=\"".$ligne[CAR_CHAMPS_MAIL]."\" /></td>
278
                                    <td>".$ligne[CAR_CHAMPS_NOM]."&nbsp;</td>
278
                                    <td>".strtoupper($ligne[CAR_CHAMPS_NOM])."&nbsp;</td>
279
                                    <td>".$ligne[CAR_CHAMPS_PRENOM]."&nbsp;</td>
279
                                    <td>".str_replace(' - ', '-', ucwords(strtolower(str_replace('-', ' - ', $ligne[CAR_CHAMPS_PRENOM]))))."&nbsp;</td>
280
                                    <td>".date("d m Y", strtotime($ligne[CAR_CHAMPS_DATE_INS]))."</td>
280
                                    <td>".date("d m Y", strtotime($ligne[CAR_CHAMPS_DATE_INS]))."</td>
281
                                    <td>".$ligne[CAR_CHAMPS_CODE_POSTAL]."&nbsp;</td>
281
                                    <td>".$ligne[CAR_CHAMPS_CODE_POSTAL]."&nbsp;</td>
282
                                    <td>".$ligne[CAR_CHAMPS_VILLE]."&nbsp;</td>
282
                                    <td>".strtoupper($ligne[CAR_CHAMPS_VILLE])."&nbsp;</td>
283
                                    </tr>\n";
283
                                    </tr>\n";
284
        }
284
        }
285
        $res.="</table></div>\n";
285
        $res.="</table></div>\n";
286
        if ($mailer==1) {
286
        if ($mailer==1) {
287
            if (!is_array($select)) {
287
            if (!is_array($select)) {