Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 205 → Rev 206

/trunk/applications/rendu/rendu_widget.php
New file
0,0 → 1,18
<?php
// declare(encoding='UTF-8');
/** Inclusion du fichier principal de l'application*/
require_once 'rendu.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-language" content="fr" />
<?= Liens::renvoyerStylesInclus() ?>
<?= Liens::renvoyerScriptsInclus() ?>
</head>
<body>
<?= AppControleur::getContenuCorps(); ?>
</body>
</html>