mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-25 01:32:08 +01:00
14 lines
583 B
HTML
14 lines
583 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
|
|
<head>
|
|
<meta http-equiv="refresh" content="2;url={$url|replace:'&':'&'}" />
|
|
{include file="head.html"}
|
|
</head>
|
|
|
|
<body id="message">
|
|
<div id="contenu">
|
|
<p{if $erreur} class="erreur"{/if}><strong>{$message|escape|nl2br}</strong></p>
|
|
<p><a href="{$url|replace:'&':'&'}">Poursuivre</a></p>
|
|
</div>
|
|
</body>
|
|
</html> |