Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / hotword_audio_verification / steps / hotword_only_step.html
1 <div id="hotword-only-container" hidden>
2   <div class="mic"></div>
3   <div class="container">
4     <div class="header">
5       <span class="close"></span>
6       <div class="header-text">
7         <h1>Voice search at any time</h1>
8         <h2>Say 'Ok Google' any time your screen is on</h2>
9       </div>
10     </div>
11     <div id="hotword-only-training" class="content">
12       <h4>Let's train your Chromebook</h4>
13       <div class="col-2">
14         <br>
15         To help Google respond to you and for reliable and easy access to
16         voice search, you need to teach Google the sound of your voice.
17         <br>
18         <h4>Just say 'Ok Google' three times</h4>
19       </div>
20       <div class="col-spacing"></div>
21       <div class="col-2">
22         <div class="train listening">
23           <span class="icon"></span>
24           <span class="text">Say 'Ok Google'</span>
25         </div>
26         <div class="train not-started">
27           <span class="icon"></span>
28           <span class="text">Say 'Ok Google' again</span>
29         </div>
30         <div class="train not-started">
31           <span class="icon"></span>
32           <span class="text">Say 'Ok Google' one last time</span>
33         </div>
34       </div>
35     </div>
36     <div class="buttonbar">
37       <button id="hotword-only-cancel-button"
38           class="finish-button">CANCEL</button>
39     </div>
40   </div>
41 </div>