Overview
Comment:Utilisation de HTML5 dans le template d'erreur
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: cbe7ca2b5439d810dc07c7fb3ee3248b76ab4160
User & Date: bohwaz on 2019-09-18 00:06:59
Other Links: manifest | tags
Context
2019-09-18
00:07
Suppression template inutilisé check-in: 501f976e6d user: bohwaz tags: trunk
00:06
Utilisation de HTML5 dans le template d'erreur check-in: cbe7ca2b54 user: bohwaz tags: trunk
2019-09-17
23:03
Retour à la page d'accueil de l'admin, pas le site public check-in: 51e9003327 user: bohwaz tags: trunk, stable
Changes

Modified src/templates/error.tpl from [28af8c5952] to [5457db8bcb].

1
2
3
4
5
6
7
8
9
10
11
<!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" xml:lang="fr" lang="fr">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>{if empty($title)}Erreur{else}{$title}{/if}</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <style type="text/css">
    {literal}
    * { margin: 0; padding: 0; }

    html { width: 100%; height: 100%; }
|


|







1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
    <meta charset="utf-8" />
    <title>{if empty($title)}Erreur{else}{$title}{/if}</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <style type="text/css">
    {literal}
    * { margin: 0; padding: 0; }

    html { width: 100%; height: 100%; }