Skip to content

Commit d6fd158

Browse files
committed
[UPDATE] the desing on the user side to not have english
1 parent b2bd3b6 commit d6fd158

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
194 Bytes
Binary file not shown.

html/routes/user/dashboard/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,16 @@
147147
<aside><button class="button_desing" type="button" onclick="logout();">Déconnexion</button></aside>
148148
</section>
149149
<section class="search_container">
150-
<p>Widget:</p><input type="search"><button class="button_desing" type="button">Ajouter</button>
150+
<div class="input-group"><select class="form-select form-select">
151+
<option value="">Choisissez une activité...</option>
152+
<option value="Option 1">Quizz sur les emotions</option>
153+
<option value="Option 2">Test d'interraction sociale</option>
154+
<option value="Option 3">etc...</option>
155+
</select></div><script type="text/JavaScript">
156+
document.getElementById("myInput").addEventListener("input", function() {
157+
this.setAttribute("list", "options");
158+
});
159+
</script><button class="button_desing" type="button">Ajouter</button>
151160
</section><!-- Start: createdGames -->
152161
<section>
153162
<aside class="widget">

html/routes/user/suivi/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<section class="forumFrame">
154154
<aside class="aside-left">
155155
<nav class="navbar_search">
156-
<form class="search-form"><input type="text" class="search-input" placeholder="Search..."><button class="search-button" type="submit">🔍</button></form>
156+
<form class="search-form"><input type="text" class="search-input" placeholder="Chercher..."><button class="search-button" type="submit">🔍</button></form>
157157
</nav>
158158
<ul class="buttonList">
159159
<li><button class="active">Marie De Roland (psychologue)</button></li>

0 commit comments

Comments
 (0)