Fix header sélection de liens et ajout recherche

This commit is contained in:
Rick 2020-10-21 10:03:43 +02:00
parent c5736935b2
commit 00a99f98c1
Signed by: Rick
GPG Key ID: 9570A7DB7CB2F436
3 changed files with 6 additions and 5 deletions

View File

@ -10,7 +10,8 @@
<div id="menu">
<h1><a href="/" id="lienAccueil">Liens</a></h1>
<header>
<a href="ajout">Ajout</a>
<a href="/recherche">Recherche</a>
<a href="/ajout">Ajout</a>
<a id="select">A propos</a>
</header>
</div>

View File

@ -10,8 +10,8 @@
<div id="menu">
<h1><a href="/" id="lienAccueil">Liens</a></h1>
<header>
<a id="/recherche">Recherche</a>
<a id="/select">Ajout</a>
<a href="/recherche">Recherche</a>
<a id="select">Ajout</a>
<a href="/apropos">A propos</a>
</header>
</div>

View File

@ -8,9 +8,9 @@
</head>
<body>
<div id="menu">
<h1>Liens</h1>
<h1><a href="/" id="lienAccueil">Liens</a> </h1>
<header>
<a href="/recherche">Recherche</a>
<a {% if recherche %} id="select" {% else %} href="/recherche" {% endif %}>Recherche</a>
<a href="/ajout">Ajout</a>
<a href="/apropos">A propos</a>
</header>