Overview
Comment:Suppression template inutilisé
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 501f976e6d185ef8f56b136e606b46e74f1dc470
User & Date: bohwaz on 2019-09-18 00:07:46
Other Links: manifest | tags
Context
2019-09-18
00:08
Correction affichage statut second facteur check-in: 6aecb9f5c5 user: bohwaz tags: trunk
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
Changes

Deleted src/templates/index.tpl version [e30875923e].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!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>{$config.nom_asso}</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>

<body>

<div class="header">
    <h1>{$config.nom_asso}</h1>
</div>

<div class="page">
    <p>
        {$config.adresse_asso}
    </p>
</div>

<p>
    <a href="admin/">Administration</a>
</p>

</body>
</html>
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<