OLD | NEW |
1 <!-- | 1 <!-- |
2 -- Copyright 2014 The Chromium Authors. All rights reserved. | 2 -- Copyright 2014 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 | 6 |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <title>#xFEFF;</title> | 9 <title>#xFEFF;</title> |
10 <link rel="icon" type="image/png" href="images/icon/video-player-favicon32.png
"> | 10 <link rel="icon" type="image/png" href="images/icon/video-player-favicon32.png
"> |
11 <link rel="stylesheet" type="text/css" href="css/media_controls.css"> | 11 <link rel="stylesheet" type="text/css" href="css/media_controls.css"> |
12 <link rel="stylesheet" href="chrome://resources/css/menu.css"></link> | 12 <link rel="stylesheet" href="chrome://resources/css/menu.css"></link> |
13 | 13 |
14 <link rel="stylesheet" type="text/css" href="css/video_player.css"> | 14 <link rel="stylesheet" type="text/css" href="css/video_player.css"> |
15 <link rel="stylesheet" type="text/css" href="css/header.css"> | 15 <link rel="stylesheet" type="text/css" href="css/header.css"> |
16 <link rel="stylesheet" type="text/css" href="css/arrow_box.css"> | 16 <link rel="stylesheet" type="text/css" href="css/arrow_box.css"> |
17 <link rel="stylesheet" type="text/css" href="css/cast_menu.css"> | 17 <link rel="stylesheet" type="text/css" href="css/cast_menu.css"> |
18 | 18 |
19 <script src="js/video_player_scripts.js"></script> | 19 <script src="js/video_player_scripts.js"></script> |
20 </head> | 20 </head> |
21 <body> | 21 <body> |
22 <div id="video-player" tools> | 22 <div id="video-player" tools> |
23 <menu id='cast-menu' class='cast-menu tool'></menu> | 23 <menu id='cast-menu' class='cast-menu tool' |
| 24 i18n-values="playon-text:VIDEO_PLAYER_PLAY_ON"></menu> |
24 <div id="cast-container"> | 25 <div id="cast-container"> |
25 <div id="cast-info"> | 26 <div id="cast-info"> |
26 <div class="first-line" id='cast-name-label'></div> | 27 <div class="first-line" id='cast-name-label' |
| 28 i18n-content="VIDEO_PLAYER_PLAYING_ON"></div> |
27 <div class="second-line" id="cast-name"></div> | 29 <div class="second-line" id="cast-name"></div> |
28 </div> | 30 </div> |
29 </div> | 31 </div> |
30 <div id="thumbnail"></div> | 32 <div id="thumbnail"></div> |
31 <div id="video-container"> | 33 <div id="video-container"> |
32 </div> | 34 </div> |
33 <div id="spinner-container"> | 35 <div id="spinner-container"> |
34 <div class="spinner"></div> | 36 <div class="spinner"></div> |
35 </div> | 37 </div> |
36 <div id="header-container" class="header tool"> | 38 <div id="header-container" class="header tool"> |
37 <div id="title"> </div> | 39 <div id="title"> </div> |
38 <button class="cast-button menubutton hidden tool" | 40 <button class="cast-button menubutton hidden tool" |
39 menu="#cast-menu"></button> | 41 menu="#cast-menu" |
| 42 i18n-values="aria-label:VIDEO_PLAYER_PLAY_ON"></button> |
40 <button class="minimize-button tool" tabindex="-1"></button> | 43 <button class="minimize-button tool" tabindex="-1"></button> |
41 <button class="maximize-button tool" tabindex="-1"></button> | 44 <button class="maximize-button tool" tabindex="-1"></button> |
42 <button class="close-button tool" tabindex="-1"></button> | 45 <button class="close-button tool" tabindex="-1"></button> |
43 </div> | 46 </div> |
44 <div id="controls-wrapper"> | 47 <div id="controls-wrapper"> |
45 <div id="controls" class="tool"></div> | 48 <div id="controls" class="tool"></div> |
46 </div> | 49 </div> |
47 <div class="arrow-box"> | 50 <div class="arrow-box"> |
48 <div class="arrow left tool"><div></div></div> | 51 <div class="arrow left tool"><div></div></div> |
49 <div class="arrow-spacer"></div> | 52 <div class="arrow-spacer"></div> |
50 <div class="arrow right tool"><div></div></div> | 53 <div class="arrow right tool"><div></div></div> |
51 </div> | 54 </div> |
52 <div id="error-wrapper"> | 55 <div id="error-wrapper"> |
53 <div id="error"></div> | 56 <div id="error"></div> |
54 </div> | 57 </div> |
55 </div> | 58 </div> |
56 </body> | 59 </body> |
57 </html> | 60 </html> |
OLD | NEW |