

;var win;Ext_contact=function(c,d){var b=new Ext.FormPanel({title:this.panelTitle,id:"tabsinform-form",url:'http://www.eco-conception.fr/index.php/pub/datasrc/contactWebmaster.mail.json',autoScroll:true,autoHeight:true,bodyStyle:"padding:10px",trackResetOnLoad:true,defaults:{anchor:"100%",width:300,allowBlank:false},labelAlign:"top",items:[{fieldLabel:"Titre du message",xtype:"textfield",name:"ca-title",id:"ca-title"},{layout:"column",border:false,items:[{columnWidth:0.5,border:false,layout:"form",items:[{xtype:"textfield",fieldLabel:"Prénom",name:"ca-fname",allowBlank:false,anchor:"98%"}]},{columnWidth:0.5,border:false,layout:"form",items:[{xtype:"textfield",fieldLabel:"Nom",name:"ca-lname",allowBlank:false,anchor:"100%"}]}]},{fieldLabel:"Votre courriel",xtype:"textfield",name:"ca-mail",id:"ca-mail",vtype:"email"},{xtype:"htmleditor",id:"ca-body",anchor:"99%",fieldLabel:"Corps du message",allowBlank:false,enableColors:false,enableAlignments:false,enableFont:false,enableFontSize:false,enableSourceEdit:false,height:200}],buttons:[{text:"Envoyer",handler:function(){if(b.form.isValid()){a.showBusy("Envoi ...")}b.getForm().submit({success:function(h,g){e.destroy();Ext.MessageBox.show({title:"Message envoyé",msg:g.result.message,buttons:Ext.MessageBox.OK,fn:function(){},icon:"ext-mb-info"})},failure:function(h,g){Ext.Msg.alert("Problème lors de l\'envoi",g.result.errormsg)}})}},{text:"Annuler",handler:function(){e.destroy()}}]});var a=new Ext.StatusBar({id:"statusbar",defaultText:""});if(!e){var e=new Ext.Window({width:500,autoHeight:true,modal:true,title:c,multiline:true,closable:false,bbar:a,items:[b]});e.show()}};
