+++ /dev/null
-<?
-/*** Validation des offres d'emploi ***/
-
-function msg_valid_emploi_NON ($titre) {
-}
-
-function from_post_emploi() {
- global $globals ;
- return "Annonce recrutement <".$globals->addr_mail_recrutement.">" ;
-}
-
-function to_post_emploi() {
- return "xorg.pa.emploi" ;
-}
-
-function subject_post_emploi( $annonceEmploi ) {
- return "[OFFRE PUBLIQUE] ".$annonceEmploi->entreprise." : ".$annonceEmploi->titre ;
-}
-
-function msg_post_emploi( $annonceEmploi ) {
- return $annonceEmploi->text.
- "\n\n\n".
- "#############################################################################\n".
- " Ce forum n'est pas accessible à l'entreprise qui a proposé cette annonce.\n".
- " Pour y répondre, utilise les coordonnées mentionnées dans l'annonce\n".
- " elle-même.\n".
- "#############################################################################\n" ;
-}
-
-function from_post_emploi_test() {
- global $globals ;
- return "Tests annonces recrutement <".$globals->addr_mail_supprt.">" ;
-}
-
-function to_post_emploi_test() {
- return "xorg.test" ;
-}
-
-function subject_post_emploi_test( $annonceEmploi) {
- return "[TEST PUBLIC] ".$annonceEmploi->entreprise." : ".$annonceEmploi->titre ;
-}
-
-
-?>
<?php
/* vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100:
- * $Id: validations.inc.php,v 1.9 2004-07-24 18:22:43 x2000habouzit Exp $
+ * $Id: validations.inc.php,v 1.10 2004-08-30 10:13:35 x2000habouzit Exp $
*
*/
function commit () { }
}
-
-/*** Personnalisation des validations ***/
-require("valid.conf.php");
-
-
-
//***************************************************************************************
//
// IMPLEMENTATIONS