Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3041 → Rev 3630

/trunk/widget/modules/photo/squelettes/contact_nl.tpl.html
11,8 → 11,8
</head>
<body>
<script type="text/javascript">
//<![CDATA[
//<![CDATA[
 
var donnees = new Array();
function envoyerCourriel() {
//console.log('Formulaire soumis');
27,7 → 27,7
$.each($("#form-contact").serializeArray(), function (index, champ) {
var cle = champ.name;
cle = cle.replace(/^fc_/, '');
 
if (cle == 'sujet') {
champ.value += " - Carnet en ligne - Tela Botanica";
}
36,7 → 36,7
"Dit bericht wordt u toegestuurd via de fotowidget van de ‘Carnet en Ligne’ van het Tela Botanica netwerk.\n"+
"http://www.tela-botanica.org/widget:cel:photo";
}
 
donnees[index] = {'name':cle,'value':champ.value};
});
$.ajax({
57,7 → 57,7
$.each(reponse, function (cle, valeur) {
erreurMsg += valeur + "\n";
});
}
}
},
complete : function(jqXHR, textStatus) {
var debugMsg = '';
84,7 → 84,7
}
return false;
}
 
function initialiserFormulaireContact() {
$("#form-contact").validate({
rules: {
101,7 → 101,7
});
$("#fc_annuler").live("click", function() {window.close();});
}
 
$(document).ready(function() {
initialiserFormulaireContact();
});