#CACHE{0} Edition #INSERT_HEAD
 
[(#ENV{action}|form_hidden)] []
[(#INCLURE{fond=inc_menu}{id_rubrique})] // On charge avec l'article en cours $id_article="#ID_ARTICLE" ; $surtitre = "#SURTITRE" ; $titre = "#TITRE" ; $date_redac = "[(#DATE_REDAC|affdate{'d/m/Y'})]" ; $soustitre = "#SOUSTITRE" ; $chapo = "[(#CHAPO|textebrut)]" ; $texte = "[(#TEXTE|textebrut)]" ; $ps = "[(#PS|sansguillemet)]" ; $descriptif = "[(#DESCRIPTIF|textebrut)]" ; $url_site = "[(#URL_SITE|textebrut)]" ; $statut = "#STATUT" ; $date_heure = "[(#DATE|affdate{'d/m/Y'})]" ; break ; } $msg = "" ; $erreur = "" ; if (($erreur <> "") AND ($statut == "publie")) { $msg .= "<:ad_publiimposible:>.
" ; $statut = "prepa" ; } switch ($frm["actionweb"]) { case "insere_offre" : // Vérification des données if ($titre=="") $msg .= "- <:ad_titrevide:>.
" ; if (strlen($date_heure)<>10) $msg .= "- <:ad_probdatedebut:>.
" ; if ( (strlen($date_redac)<>10) AND ($date_redac <>"") ) $msg .= "- <:ad_probdatefin:>.
" ; if ($msg == "" ) { // Insertion offre $sql = "INSERT INTO spip_articles (surtitre, titre, soustitre, id_rubrique, id_secteur, descriptif, url_site, chapo, texte, ps, statut, date_redac, accepter_forum, date ) VALUES ( '$surtitre', '$titre', '$soustitre', '#ENV{id_rubrique}', '29', '$descriptif', '$url_site', '$chapo', '$texte', '$ps', '$statut', '".dateFR2US($date_redac)."', 'pos', '".dateFR2US($date_heure)."')"; //echo $sql ; $result = mysql_query($sql); if(!$result):echo("

".$str_queryError."
".$sql."
".mysql_error()."

");@mysql_free_result($result);exit();endif; $id_article = mysql_insert_id() ; // rajout de la liaison auteur / article en cas de création d'article $sql = "INSERT INTO spip_auteurs_articles (id_article, id_auteur) VALUES ('$id_article', '#SESSION{id_auteur}') " ; //echo $sql ; $result2 = mysql_query($sql); if(!$result2):echo("

".$str_queryError."
".$sql."
".mysql_error()."

");@mysql_free_result($result2);exit();endif; if ($statut == "prop") header("Location:/spip.php?article243") ; else header("Location:/spip.php?page=ecrire_article&id_rubrique=#ENV{id_rubrique}&id_article=$id_article") ; } else { ?>

Ajouter un article

.
" ; if (strlen($date_heure)<>10) $msg .= "- <:ad_probdatedebut:>.
" ; if ( (strlen($date_redac)<>10) AND ($date_redac <>"") ) $msg .= "- <:ad_probdatefin:>.
" ; if ($msg == "" ) { // Update article $sql = "UPDATE spip_articles SET surtitre = '$surtitre', titre = '$titre', soustitre = '$soustitre', descriptif = '$descriptif', url_site = '$url_site', chapo = '$chapo', texte = '$texte', ps = '$ps', statut = '$statut', date = '".dateFR2US($date_heure)."', date_redac = '".dateFR2US($date_redac)."', accepter_forum = 'pos' WHERE id_article = '".$id_article."'"; //echo $sql ; $result = mysql_query($sql); if(!$result):echo("

".$str_queryError."
".$sql."
".mysql_error()."

");@mysql_free_result($result);exit();endif; // redirection header("Location:/spip.php?article$id_article") ; } else { ?>

Modification d'un article

".$str_queryError."
".$sql."
".mysql_error()."

");@mysql_free_result($result);exit();endif; default : ?>

Modification d'un article

Ajouter un article

#TEXTE $msg

" ;?>
<:ad_titrearticle:>* :
<:ad_datedebut:> *:
<:ad_formatdate:>
<:ad_datefin:> :
<:ad_formatdate:>
<:ad_msg1jour:> .
<:ad_descriptif:> * :
<:ad_libdesc:>
<:ad_texte:> * :


cacher('article');afficher('documents');" ; } else { echo "reponse : $acces" ; } } else { ?>
 
[(#ID_RUBRIQUE|AccesRestreint_rubrique_restreinte|?{' ',''}) #INCLURE{fond=login_public}{id_rubrique}{id_article}]