11<!DOCTYPE HTML>
2- < html lang ="fr " class ="sidebar-visible no-js light ">
2+ < html lang ="fr " class ="light sidebar-visible" dir =" ltr ">
33 < head >
44 <!-- Book generated using mdBook -->
55 < meta charset ="UTF-8 ">
88
99
1010 <!-- Custom HTML head -->
11-
12- < meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type ">
11+
1312 < meta name ="description " content ="Cours d'HLP en première de M. Eyssette (2022-2023) ">
1413 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
15- < meta name ="theme-color " content ="#ffffff " / >
14+ < meta name ="theme-color " content ="#ffffff ">
1615
1716 < link rel ="icon " href ="favicon.svg ">
1817 < link rel ="shortcut icon " href ="favicon.png ">
2625 < link rel ="stylesheet " href ="fonts/fonts.css ">
2726
2827 <!-- Highlight.js Stylesheets -->
29- < link rel ="stylesheet " href ="highlight.css ">
30- < link rel ="stylesheet " href ="tomorrow-night.css ">
31- < link rel ="stylesheet " href ="ayu-highlight.css ">
28+ < link rel ="stylesheet " id =" highlight-css " href ="highlight.css ">
29+ < link rel ="stylesheet " id =" tomorrow-night-css " href ="tomorrow-night.css ">
30+ < link rel ="stylesheet " id =" ayu-highlight-css " href ="ayu-highlight.css ">
3231
3332 <!-- Custom theme stylesheets -->
3433 < link rel ="stylesheet " href ="custom.css ">
3534 < link rel ="stylesheet " href ="sidebar-toc.css ">
3635 < link rel ="stylesheet " href ="././mdbook-admonish.css ">
36+ < link rel ="stylesheet " href ="./mdbook-admonish.css ">
37+
3738
39+ <!-- Provide site root and default themes to javascript -->
40+ < script >
41+ const path_to_root = "" ;
42+ const default_light_theme = "light" ;
43+ const default_dark_theme = "navy" ;
44+ window . path_to_searchindex_js = "searchindex.js" ;
45+ </ script >
46+ <!-- Start loading toc.js asap -->
47+ < script src ="toc.js "> </ script >
3848 </ head >
3949 < body >
40- <!-- Provide site root to javascript -->
41- < script type ="text/javascript ">
42- var path_to_root = "" ;
43- var default_theme = window . matchMedia ( "(prefers-color-scheme: dark)" ) . matches ? "navy" : "light" ;
44- </ script >
45-
50+
51+ < div id ="body-container ">
4652 <!-- Work around some values being stored in localStorage wrapped in quotes -->
47- < script type =" text/javascript " >
53+ < script >
4854 try {
49- var theme = localStorage . getItem ( 'mdbook-theme' ) ;
50- var sidebar = localStorage . getItem ( 'mdbook-sidebar' ) ;
55+ let theme = localStorage . getItem ( 'mdbook-theme' ) ;
56+ let sidebar = localStorage . getItem ( 'mdbook-sidebar' ) ;
5157
5258 if ( theme . startsWith ( '"' ) && theme . endsWith ( '"' ) ) {
5359 localStorage . setItem ( 'mdbook-theme' , theme . slice ( 1 , theme . length - 1 ) ) ;
6066 </ script >
6167
6268 <!-- Set the theme before any content is loaded, prevents flash -->
63- < script type ="text/javascript ">
64- var theme ;
69+ < script >
70+ const default_theme = window . matchMedia ( "(prefers-color-scheme: dark)" ) . matches ? default_dark_theme : default_light_theme ;
71+ let theme ;
6572 try { theme = localStorage . getItem ( 'mdbook-theme' ) ; } catch ( e ) { }
6673 if ( theme === null || theme === undefined ) { theme = default_theme ; }
67- var html = document . querySelector ( 'html' ) ;
68- html . classList . remove ( 'no-js' )
74+ const html = document . documentElement ;
6975 html . classList . remove ( 'light' )
7076 html . classList . add ( theme ) ;
71- html . classList . add ( 'js' ) ;
77+ html . classList . add ( "js" ) ;
7278 </ script >
7379
80+ < input type ="checkbox " id ="sidebar-toggle-anchor " class ="hidden ">
81+
7482 <!-- Hide / unhide sidebar before it is displayed -->
75- < script type =" text/javascript " >
76- var html = document . querySelector ( 'html' ) ;
77- var sidebar = 'hidden' ;
83+ < script >
84+ let sidebar = null ;
85+ const sidebar_toggle = document . getElementById ( "sidebar-toggle-anchor" ) ;
7886 if ( document . body . clientWidth >= 1080 ) {
7987 try { sidebar = localStorage . getItem ( 'mdbook-sidebar' ) ; } catch ( e ) { }
8088 sidebar = sidebar || 'visible' ;
89+ } else {
90+ sidebar = 'hidden' ;
91+ sidebar_toggle . checked = false ;
92+ }
93+ if ( sidebar === 'visible' ) {
94+ sidebar_toggle . checked = true ;
95+ } else {
96+ html . classList . remove ( 'sidebar-visible' ) ;
8197 }
82- html . classList . remove ( 'sidebar-visible' ) ;
83- html . classList . add ( "sidebar-" + sidebar ) ;
8498 </ script >
99+
85100 <!-- Add : function to display links to subpages -->
86101 < script >
87102 function subPages ( ) {
98113 } </ script >
99114
100115 < nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
101- < div class ="sidebar-scrollbox ">
102- < ol class ="chapter "> < li class ="chapter-item expanded affix "> < a href ="index.html "> Accueil</ a > </ li > < li class ="chapter-item expanded "> < a href ="intro.html "> Introduction</ a > </ li > < li class ="chapter-item expanded "> < a href ="sem1.html "> Semestre 1 : Les pouvoirs de la parole</ a > < a class ="toggle "> < div > ❱</ div > </ a > </ li > < li > < ol class ="section "> < li class ="chapter-item "> < a href ="s1.html "> Séquence 1 : Parler de soi</ a > < a class ="toggle "> < div > ❱</ div > </ a > </ li > < li > < ol class ="section "> < li class ="chapter-item "> < a href ="s1-ch1.html "> Chapitre 1 : La parole révélatrice et constitutive de notre identité</ a > </ li > < li class ="chapter-item "> < a href ="s1-ch2.html "> Chapitre 2 : L'expression des sentiments</ a > </ li > </ ol > </ li > </ ol > </ li > </ ol >
116+ <!-- populated by js -->
117+ < mdbook-sidebar-scrollbox class ="sidebar-scrollbox "> </ mdbook-sidebar-scrollbox >
118+ < noscript >
119+ < iframe class ="sidebar-iframe-outer " src ="toc.html "> </ iframe >
120+ </ noscript >
121+ < div id ="sidebar-resize-handle " class ="sidebar-resize-handle ">
122+ < div class ="sidebar-resize-indicator "> </ div >
103123 </ div >
104- < div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
105124 </ nav >
106125
107126 < div id ="page-wrapper " class ="page-wrapper ">
108127
109128 < div class ="page ">
110- < div id ="menu-bar-hover-placeholder "> </ div >
111- < div id ="menu-bar " class ="menu-bar sticky bordered ">
129+ < div id ="menu-bar-hover-placeholder "> </ div >
130+ < div id ="menu-bar " class ="menu-bar sticky ">
112131 < div class ="left-buttons ">
113- < button id ="sidebar-toggle " class ="icon-button " type =" button " title ="Toggle Table of Contents " aria-label ="Toggle Table of Contents " aria-controls ="sidebar ">
132+ < label id ="sidebar-toggle " class ="icon-button " for =" sidebar-toggle-anchor " title ="Toggle Table of Contents " aria-label ="Toggle Table of Contents " aria-controls ="sidebar ">
114133 < i class ="fa fa-bars "> </ i >
115- </ button >
134+ </ label >
116135 < button id ="theme-toggle " class ="icon-button " type ="button " title ="Change theme " aria-label ="Change theme " aria-haspopup ="true " aria-expanded ="false " aria-controls ="theme-list ">
117136 < i class ="fa fa-paint-brush "> </ i >
118137 </ button >
119138 < ul id ="theme-list " class ="theme-popup " aria-label ="Themes " role ="menu ">
120- < li role ="none "> < button role ="menuitem " class ="theme " id ="light "> Light (default)</ button > </ li >
139+ < li role ="none "> < button role ="menuitem " class ="theme " id ="default_theme "> Auto</ button > </ li >
140+ < li role ="none "> < button role ="menuitem " class ="theme " id ="light "> Light</ button > </ li >
121141 < li role ="none "> < button role ="menuitem " class ="theme " id ="rust "> Rust</ button > </ li >
122142 < li role ="none "> < button role ="menuitem " class ="theme " id ="coal "> Coal</ button > </ li >
123143 < li role ="none "> < button role ="menuitem " class ="theme " id ="navy "> Navy</ button > </ li >
124144 < li role ="none "> < button role ="menuitem " class ="theme " id ="ayu "> Ayu</ button > </ li >
125145 </ ul >
126- < button id ="search-toggle " class ="icon-button " type ="button " title ="Search. (Shortkey: s ) " aria-label ="Toggle Searchbar " aria-expanded ="false " aria-keyshortcuts ="S " aria-controls ="searchbar ">
146+ < button id ="search-toggle " class ="icon-button " type ="button " title ="Search (`/` ) " aria-label ="Toggle Searchbar " aria-expanded ="false " aria-keyshortcuts ="/ s " aria-controls ="searchbar ">
127147 < i class ="fa fa-search "> </ i >
128148 </ button >
129149 </ div >
@@ -143,7 +163,12 @@ <h1 class="menu-title">Premières HLP (2022-2023) - Cours de M. Eyssette</h1>
143163
144164 < div id ="search-wrapper " class ="hidden ">
145165 < form id ="searchbar-outer " class ="searchbar-outer ">
146- < input type ="search " id ="searchbar " name ="searchbar " placeholder ="Search this book ... " aria-controls ="searchresults-outer " aria-describedby ="searchresults-header ">
166+ < div class ="search-wrapper ">
167+ < input type ="search " id ="searchbar " name ="searchbar " placeholder ="Search this book ... " aria-controls ="searchresults-outer " aria-describedby ="searchresults-header ">
168+ < div class ="spinner-wrapper ">
169+ < i class ="fa fa-spinner fa-spin "> </ i >
170+ </ div >
171+ </ div >
147172 </ form >
148173 < div id ="searchresults-outer " class ="searchresults-outer hidden ">
149174 < div id ="searchresults-header " class ="searchresults-header "> </ div >
@@ -153,7 +178,7 @@ <h1 class="menu-title">Premières HLP (2022-2023) - Cours de M. Eyssette</h1>
153178 </ div >
154179
155180 <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
156- < script type =" text/javascript " >
181+ < script >
157182 document . getElementById ( 'sidebar-toggle' ) . setAttribute ( 'aria-expanded' , sidebar === 'visible' ) ;
158183 document . getElementById ( 'sidebar' ) . setAttribute ( 'aria-hidden' , sidebar !== 'visible' ) ;
159184 Array . from ( document . querySelectorAll ( '#sidebar a' ) ) . forEach ( function ( link ) {
@@ -162,8 +187,6 @@ <h1 class="menu-title">Premières HLP (2022-2023) - Cours de M. Eyssette</h1>
162187 </ script >
163188
164189 < div id ="content " class ="content ">
165- < nav class ="pagetoc "> </ nav >
166-
167190 < main >
168191 < h1 id ="document-not-found-404 "> < a class ="header " href ="#document-not-found-404 "> Document not found (404)</ a > </ h1 >
169192< p > This URL is invalid, sorry. Please use the navigation bar or search to continue.</ p >
@@ -188,25 +211,27 @@ <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404"
188211
189212
190213
191- < script type =" text/javascript " >
214+ < script >
192215 window . playground_copyable = true ;
193216 </ script >
194217
195218
196- < script src ="elasticlunr.min.js " type =" text/javascript " charset =" utf-8 " > </ script >
197- < script src ="mark.min.js " type =" text/javascript " charset =" utf-8 " > </ script >
198- < script src ="searcher.js " type =" text/javascript " charset =" utf-8 " > </ script >
219+ < script src ="elasticlunr.min.js "> </ script >
220+ < script src ="mark.min.js "> </ script >
221+ < script src ="searcher.js "> </ script >
199222
200- < script src ="clipboard.min.js " type =" text/javascript " charset =" utf-8 " > </ script >
201- < script src ="highlight.js " type =" text/javascript " charset =" utf-8 " > </ script >
202- < script src ="book.js " type =" text/javascript " charset =" utf-8 " > </ script >
223+ < script src ="clipboard.min.js "> </ script >
224+ < script src ="highlight.js "> </ script >
225+ < script src ="book.js "> </ script >
203226
204227 <!-- Custom JS scripts -->
205- < script type ="text/javascript " src ="custom.js "> </ script >
206- < script type ="text/javascript " src ="sidebar-toc.js "> </ script >
207- < script type ="text/javascript " src ="mermaid.min.js "> </ script >
208- < script type ="text/javascript " src ="mermaid-init.js "> </ script >
228+ < script src ="custom.js "> </ script >
229+ < script src ="sidebar-toc.js "> </ script >
230+ < script src ="mermaid.min.js "> </ script >
231+ < script src ="mermaid-init.js "> </ script >
232+
209233
210234
235+ </ div >
211236 </ body >
212237</ html >
0 commit comments