OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <!-- | 2 <!-- |
3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. |
4 -- Use of this source code is governed by a BSD-style license that can be | 4 -- Use of this source code is governed by a BSD-style license that can be |
5 -- found in the LICENSE file. | 5 -- found in the LICENSE file. |
6 --> | 6 --> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <link rel="stylesheet" type="text/css" href="css/common.css"/> | 9 <link rel="stylesheet" type="text/css" href="css/common.css"/> |
10 <link rel="stylesheet" type="text/css" href="css/file_types.css"/> | 10 <link rel="stylesheet" type="text/css" href="css/file_types.css"/> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 </if> | 45 </if> |
46 <title></title> | 46 <title></title> |
47 </head> | 47 </head> |
48 | 48 |
49 <body> | 49 <body> |
50 <div class="action-choice"> | 50 <div class="action-choice"> |
51 <div class="content"> | 51 <div class="content"> |
52 <div class="previews"></div> | 52 <div class="previews"></div> |
53 <div class="counter"></div> | 53 <div class="counter"></div> |
54 <h1 i18n-content="ACTION_CHOICE_OPENING_METHOD"></h1> | 54 <h1 i18n-content="ACTION_CHOICE_OPENING_METHOD"></h1> |
55 | |
56 <div class="choices"></div> | 55 <div class="choices"></div> |
57 | |
58 <div class="footer"> | |
59 <button class="ok" i18n-content="OK_LABEL"></button> | |
60 </div> | |
61 </div> | 56 </div> |
62 | 57 |
63 <div class="loading"> | 58 <div class="loading"> |
64 <div class="device-type"> | 59 <div class="device-type"> |
65 <div class="spinner"></div> | 60 <div class="spinner"></div> |
66 </div> | 61 </div> |
67 <div class="loading-text"></div> | 62 <div class="loading-text"></div> |
68 </div> | 63 </div> |
69 </div> | 64 </div> |
70 </body> | 65 </body> |
71 </html> | 66 </html> |
OLD | NEW |