Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: chrome/browser/resources/file_manager/photo_import.html

Issue 12304013: Introduce Image loader extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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" href="../../../../ui/webui/resources/css/list.css"></li nk> 9 <link rel="stylesheet" href="../../../../ui/webui/resources/css/list.css"></li nk>
10 <link rel="stylesheet" href="../../../../ui/webui/resources/css/dialogs.css">< /link> 10 <link rel="stylesheet" href="../../../../ui/webui/resources/css/dialogs.css">< /link>
11 11
12 <link rel="stylesheet" type="text/css" href="css/common.css"> 12 <link rel="stylesheet" type="text/css" href="css/common.css">
13 <link rel="stylesheet" type="text/css" href="css/file_types.css"> 13 <link rel="stylesheet" type="text/css" href="css/file_types.css">
14 <link rel="stylesheet" type="text/css" href="css/media_controls.css"> 14 <link rel="stylesheet" type="text/css" href="css/media_controls.css">
15 <link rel="stylesheet" type="text/css" href="css/select_album_dialog.css"> 15 <link rel="stylesheet" type="text/css" href="css/select_album_dialog.css">
16 <link rel="stylesheet" type="text/css" href="css/tile_view.css"> 16 <link rel="stylesheet" type="text/css" href="css/tile_view.css">
17 <link rel="stylesheet" type="text/css" href="css/photo_import.css"> 17 <link rel="stylesheet" type="text/css" href="css/photo_import.css">
18 18
19 <script src="js/photo/photo_import_scripts.js"></script> 19 <script src="js/photo/photo_import_scripts.js"></script>
20 20
21 <if expr="0"> 21 <if expr="0">
22 <!-- This file has not been flattened, load individual scripts. 22 <!-- This file has not been flattened, load individual scripts.
23 Keep the list in sync with photo_import_scripts.js. --> 23 Keep the list in sync with photo_import_scripts.js. -->
24 <script src="../image_loader/client.js"></script>
25
24 <script src="../../../../ui/webui/resources/js/load_time_data.js"></script> 26 <script src="../../../../ui/webui/resources/js/load_time_data.js"></script>
25 <script src="../../../../ui/webui/resources/js/util.js"></script> 27 <script src="../../../../ui/webui/resources/js/util.js"></script>
26 <script src="../../../../ui/webui/resources/js/i18n_template_no_process.js"> </script> 28 <script src="../../../../ui/webui/resources/js/i18n_template_no_process.js"> </script>
27 29
28 <script src="../../../../ui/webui/resources/js/cr.js"></script> 30 <script src="../../../../ui/webui/resources/js/cr.js"></script>
29 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script> 31 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script>
30 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script> 32 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script>
31 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></script> 33 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></script>
32 <script src="../../../../ui/webui/resources/js/cr/ui/touch_handler.js"></scr ipt> 34 <script src="../../../../ui/webui/resources/js/cr/ui/touch_handler.js"></scr ipt>
33 <script src="../../../../ui/webui/resources/js/cr/ui/array_data_model.js"></ script> 35 <script src="../../../../ui/webui/resources/js/cr/ui/array_data_model.js"></ script>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <input type="checkbox" id="delete-after-checkbox"> 71 <input type="checkbox" id="delete-after-checkbox">
70 <label for="delete-after-checkbox"></label> 72 <label for="delete-after-checkbox"></label>
71 <div class="selected-count"></div> 73 <div class="selected-count"></div>
72 <button class="import action"></button> 74 <button class="import action"></button>
73 </div> 75 </div>
74 </div> 76 </div>
75 <div class="spinner"></div> 77 <div class="spinner"></div>
76 </div> 78 </div>
77 </body> 79 </body>
78 </html> 80 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/main.html ('k') | chrome/browser/resources/image_loader/client.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698