Exemplo n.º 1
0
<<<<<<< HEAD
<?php 
session_start();
?>
=======
>>>>>>> origin/master
<?php 
echo VueHtmlUtils::enTeteHTML5('Saisie News', 'UTF-8', Config::getStyleSheetsURL()['default']);
?>

<h1>Saisie d'une news</h1>
<section>

	<?php 
echo ArticleFormView::getDefaultFormHTML("?action=put-news");
?>

<a href="?"> [ Revenir à l'accueil ] </a>
</section>

<?php 
echo VueHtmlUtils::finFichierHTML5();
?>
 
<?php

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
headGoTA("Games of Throne Abridged");
menuGoTA();
reseauxGoTA();
echo ArticleFormView::getFormHTML($Article);
require Config::getErrorViews()['default'];
finGoTA();
Exemplo n.º 3
0
<<<<<<< HEAD
<?php 
session_start();
?>
=======
>>>>>>> origin/master
<?php 
echo VueHtmlUtils::enTeteHTML5('Bienvenue sur notre site', 'UTF-8', Config::getStyleSheetsURL()['default']);
?>

<h1>Erreur de saisie d'une news</h1>
<section>
<?php 
echo ArticleFormView::getFormErrorsHtml("?action=put-news", $modele->getData(), $modele->getError());
?>
<<<<<<< HEAD
=======
<a href="?"> [ Revenir à l'accueil ] </a>
>>>>>>> origin/master
</section>

<?php 
echo VueHtmlUtils::finFichierHtml5();
<<<<<<< HEAD
<?php 
session_start();
echo VueHtmlUtils::enTeteHTML5('Edition Article', 'UTF-8', Config::getStyleSheetsURL()['default']);
?>


=======
<?php 
echo VueHtmlUtils::enTeteHTML5('Edition Article', 'UTF-8', Config::getStyleSheetsURL()['default']);
?>

>>>>>>> origin/master
<h1>Edition d'une news</h1>
<section>
    <?php 
echo ArticleFormView::getFormErrorsHTMLEdition("?action=post-news", $modele->getData(), $modele->getError());
?>
<a href="?action=get-all-news"> [ Revenir aux news ] </a>
</section>

<?php 
echo VueHtmlUtils::finFichierHTML5();
?>