= '
<input type="hidden" name="[NOM_DATE]" value="[VALEUR_DATE]">
<small>
<select size="1"
onChange="checkdate(this.form,this.form.[NOM_DATE],this.form.[NOM_DATE]_day,this.form.[NOM_DATE]_month,this.form.[NOM_DATE]_year, 1999, 2009 );"
name="[NOM_DATE]_day">
[BLOCK JOUR]
<option value="[jour]" [selected_jour]>[jour]</option>
[ENDBLOCK JOUR]
</select>
<select size="1"
onChange="checkdate(this.form,this.form.[NOM_DATE],this.form.[NOM_DATE]_day,this.form.[NOM_DATE]_month,this.form.[NOM_DATE]_year, 1999, 2009 );"
name="[NOM_DATE]_month">
[BLOCK MOIS]
<option value="[val_mois]" [selected_mois]>[mois]</option>
[ENDBLOCK MOIS]
</select>
<select size="1"
onChange="checkdate(this.form,this.form.[NOM_DATE],this.form.[NOM_DATE]_day,this.form.[NOM_DATE]_month,this.form.[NOM_DATE]_year, 1999, 2009 );"
name="[NOM_DATE]_year">
[BLOCK ANNEE]
<option value="[annee]" [selected_annee]>[annee]</option>
[ENDBLOCK ANNEE]
</select>
'