Subversion Repositories Applications.papyrus

Rev

Rev 830 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 830 Rev 1578
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: contact.php,v 1.3 2006-04-28 11:35:37 florian Exp $
22
// CVS : $Id: contact.php,v 1.4 2007-09-06 12:33:00 florian Exp $
23
/**
23
/**
24
* Contact
24
* Contact
25
*
25
*
26
* Un module d'envoi de mails a une personne de l'annuaire, choisie par une liste déroulante
26
* Un module d'envoi de mails a une personne de l'annuaire, choisie par une liste déroulante
27
*
27
*
28
*@package inscription
28
*@package inscription
29
//Auteur original :
29
//Auteur original :
30
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
30
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
31
*
31
*
32
*@copyright     Réseau Ecole et Nature 2005
32
*@copyright     Réseau Ecole et Nature 2005
33
*@version       $Revision: 1.3 $ $Date: 2006-04-28 11:35:37 $
33
*@version       $Revision: 1.4 $ $Date: 2007-09-06 12:33:00 $
34
// +------------------------------------------------------------------------------------------------------+
34
// +------------------------------------------------------------------------------------------------------+
35
*/
35
*/
Line 36... Line 36...
36
 
36
 
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
Line 42... Line 42...
42
// |                                           LISTE de FONCTIONS                                         |
42
// |                                           LISTE de FONCTIONS                                         |
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
Line 44... Line 44...
44
 
44
 
-
 
45
 
45
 
46
function afficherContenuCorps() {
46
function afficherContenuCorps() {
47
	include_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm.php' ;
47
	include_once 'client/contact/langues/contact.langue.'.$GLOBALS['_GEN_commun']['i18n'].'.inc.php'; //appel du fichier de constantes des langues
48
	include_once 'client/contact/langues/contact.langue.'.$GLOBALS['_GEN_commun']['i18n'].'.inc.php'; //appel du fichier de constantes des langues
48
	$url = preg_replace ('/&amp;/', '&', $GLOBALS['_GEN_commun']['url']->getURL()) ;
49
	$url = preg_replace ('/&amp;/', '&', $GLOBALS['_GEN_commun']['url']->getURL()) ;
49
	if (isset($_POST['Destinataire'])) {
50
	if (isset($_POST['Destinataire'])) {
Line 112... Line 113...
112
}
113
}
Line 113... Line 114...
113
 
114
 
114
/* +--Fin du code ----------------------------------------------------------------------------------------+
115
/* +--Fin du code ----------------------------------------------------------------------------------------+
115
*
116
*
-
 
117
* $Log: not supported by cvs2svn $
-
 
118
* Revision 1.3  2006/04/28 11:35:37  florian
-
 
119
* ajout constantes chemin
116
* $Log: not supported by cvs2svn $
120
*
117
* Revision 1.2  2006/01/19 10:24:37  florian
121
* Revision 1.2  2006/01/19 10:24:37  florian
118
* champs obligatoires pour le formulaire de saisie
122
* champs obligatoires pour le formulaire de saisie
119
*
123
*
120
* Revision 1.1  2005/09/22 13:28:50  florian
124
* Revision 1.1  2005/09/22 13:28:50  florian