Пример #1
0
<?php

session_start();
echo VueHtmlUtils::enTeteHTML5('Bienvenue sur notre site', 'UTF-8', Config::getStyleSheetsURL()['default']);
?>
<div id="images-box">
<section>
    <?php 
echo ArticleView::getHtmlDevelopped($modele->getData());
?>
    <a href="?action=get-all-news">[ Revenir à la liste des news ]</a>
</section>
</div>

<?php 
echo VueHtmlUtils::finFichierHtml5();
Пример #2
0
<?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 ArticleView::getHtmlDevelopped($Article);
echo '<a href="?action=supprimerArticle&id=' . $Article->getId() . '"" > Supprimer l\'Article </a>';
require Config::getErrorViews()['default'];
finGoTA();