Home | History | Annotate | Download | only in video_player
      1 <!--
      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
      4   -- found in the LICENSE file.
      5   -->
      6 <html>
      7 <head>
      8   <title>#xFEFF;</title>
      9   <link rel="icon" type="image/png" href="images/200/icon.png">
     10   <link rel="stylesheet" type="text/css"
     11         href="../file_manager/foreground/css/media_controls.css">
     12   <link rel="stylesheet" type="text/css" href="css/video_player.css">
     13   <link rel="stylesheet" type="text/css" href="css/header.css">
     14   <link rel="stylesheet" type="text/css" href="css/arrow_box.css">
     15 
     16   <script src="js/video_player_scripts.js"></script>
     17 </head>
     18 <body>
     19   <div id="video-player" tools>
     20     <div id="video-container">
     21     </div>
     22     <div id="header-container" class="header tool">
     23       <div id="title">&nbsp;</div>
     24       <button class="minimize-button tool" tabindex="-1"></button>
     25       <button class="maximize-button tool" tabindex="-1"></button>
     26       <button class="close-button tool" tabindex="-1"></button>
     27     </div>
     28     <div id="controls-wrapper">
     29       <div id="controls" class="tool"></div>
     30     </div>
     31     <div class="arrow-box">
     32       <div class="arrow left tool"><div></div></div>
     33       <div class="arrow-spacer"></div>
     34       <div class="arrow right tool"><div></div></div>
     35     </div>
     36     <div id="error-wrapper">
     37       <div id="error"></div>
     38     </div>
     39   </div>
     40 </body>
     41 </html>
     42