WikiIL

BlogNouveauBillet

Identification

Navigation

  • Rechercher un mot :

Édition

hasAccess("write")) { $blogpage=""; if ($this->GetParameter("local") == "yes") { $blogpage = $this->tag; } else if($this->GetParameter("page")) { $blogpage = $this->GetParameter("page"); } if($blogpage) { $prefix = "Blog".$blogpage; echo $this->ComposeLinkToPage($prefix . "-" . date("YmdHis") . "-" . $prefix, "edit", "Ajouter un billet");/* ARmod modified 20050126 */ } else if($_POST) { $dest = "edit"; if ( isset($from)) {$dest .= "&from=". $from; } header("Location: " . $this->config["base_url"] . "Blog-" . date("YmdHis") . "-" . $_POST["blogsection"] . "/" . $dest); exit; } else { echo $this->FormOpen(); echo "

Ajout d'un billet


"; echo "\n\n"; /* ARmod added 20050131 */ echo "
"; echo "Dans la rubrique : "; echo ""; echo " "; /* ARmod modified 20050126 */ echo " un billet"; echo "

\n"; /* ARmod modified 20050131 */ echo $this->FormClose(); } } else { echo "Vous n'êtes pas connecté... Impossible d'ajouter un billet!"; } ?>

Commentaires [Cacher les commentaires]