File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments