OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2016 The Chromium Authors. All rights reserved. | 2 Copyright 2016 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. | 4 found in the LICENSE file. |
5 --> | 5 --> |
6 <!DOCTYPE html> | 6 <!DOCTYPE html> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <if expr="is_android or is_ios"> | 10 <if expr="is_android or is_ios"> |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 </div> | 48 </div> |
49 </div> | 49 </div> |
50 <div id="omnibox-ui-element" class="ui-element"> | 50 <div id="omnibox-ui-element" class="ui-element"> |
51 <div id="suggestions"> | 51 <div id="suggestions"> |
52 <div id="suggestion-4" class="suggestion"></div> | 52 <div id="suggestion-4" class="suggestion"></div> |
53 <div id="suggestion-3" class="suggestion"></div> | 53 <div id="suggestion-3" class="suggestion"></div> |
54 <div id="suggestion-2" class="suggestion"></div> | 54 <div id="suggestion-2" class="suggestion"></div> |
55 <div id="suggestion-1" class="suggestion"></div> | 55 <div id="suggestion-1" class="suggestion"></div> |
56 <div id="suggestion-0" class="suggestion"></div> | 56 <div id="suggestion-0" class="suggestion"></div> |
57 </div> | 57 </div> |
58 <div id="omnibox-url-element"> | 58 <div id="omnibox-border"> |
59 <div id="omnibox-clear-button"></div> | 59 <div id="omnibox-contents"> |
60 <input id="omnibox-input-field" type="url"></input> | 60 <div id="omnibox-clear-button"></div> |
| 61 <input id="omnibox-input-field" type="url"></input> |
| 62 </div> |
61 </div> | 63 </div> |
62 </div> | 64 </div> |
63 <div id="back-indicator" class="gesture-indicator ui-element"></div> | 65 <div id="back-indicator" class="gesture-indicator ui-element"></div> |
64 <div id="forward-indicator" class="gesture-indicator ui-element"></div> | 66 <div id="forward-indicator" class="gesture-indicator ui-element"></div> |
65 <div id="back-button" class="round-button ui-element"></div> | 67 <div id="back-button" class="round-button ui-element"></div> |
66 <div id="reload-button" class="round-button ui-element"></div> | 68 <div id="reload-button" class="round-button ui-element"></div> |
67 <div id="forward-button" class="round-button ui-element"></div> | 69 <div id="forward-button" class="round-button ui-element"></div> |
68 <div id="back-button-caption" class="button-caption ui-element"> | 70 <div id="back-button-caption" class="button-caption ui-element"> |
69 $i18n{back} | 71 $i18n{back} |
70 </div> | 72 </div> |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 </div> | 105 </div> |
104 </div> | 106 </div> |
105 </body> | 107 </body> |
106 | 108 |
107 <!-- Run script after creating body, to let it add its own elements. --> | 109 <!-- Run script after creating body, to let it add its own elements. --> |
108 <script src="vr_shell_ui_api.js"></script> | 110 <script src="vr_shell_ui_api.js"></script> |
109 <script src="vr_shell_ui_scene.js"></script> | 111 <script src="vr_shell_ui_scene.js"></script> |
110 <script src="vr_shell_ui.js"></script> | 112 <script src="vr_shell_ui.js"></script> |
111 <script src="vk.js"></script> | 113 <script src="vk.js"></script> |
112 </html> | 114 </html> |
OLD | NEW |