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

Side by Side Diff: chrome/browser/resources/print_preview/print_preview.html

Issue 8233030: Print Preview: Making margin lines draggable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 9 years, 2 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 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="icon" href="../../../app/theme/print_preview_favicon.png"> 6 <link rel="icon" href="../../../app/theme/print_preview_favicon.png">
7 <link rel="stylesheet" href="../webui.css"> 7 <link rel="stylesheet" href="../webui.css">
8 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 8 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
9 <link rel="stylesheet" href="print_preview.css"> 9 <link rel="stylesheet" href="print_preview.css">
10 <link rel="stylesheet" href="margins.css">
11 <script src="chrome://resources/js/event_tracker.js"></script>
10 <script src="chrome://resources/js/local_strings.js"></script> 12 <script src="chrome://resources/js/local_strings.js"></script>
11 <script src="chrome://resources/js/cr.js"></script> 13 <script src="chrome://resources/js/cr.js"></script>
12 <script src="chrome://resources/js/util.js"></script> 14 <script src="chrome://resources/js/util.js"></script>
13 <script src="chrome://print/print_preview.js"></script> 15 <script src="chrome://print/print_preview.js"></script>
14 <script src="chrome://print/strings.js"></script> 16 <script src="chrome://print/strings.js"></script>
15 </head> 17 </head>
16 <body> 18 <body>
17 <div id="sidebar"> 19 <div id="sidebar">
18 <header> 20 <header>
19 <h1 i18n-content="title"></h1> 21 <h1 i18n-content="title"></h1>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 </div> 75 </div>
74 </div> 76 </div>
75 </div> 77 </div>
76 <object id="dummy-viewer" 78 <object id="dummy-viewer"
77 type="application/x-google-chrome-print-preview-pdf" 79 type="application/x-google-chrome-print-preview-pdf"
78 data="chrome://print/dummy.pdf"></object> 80 data="chrome://print/dummy.pdf"></object>
79 <script src="chrome://resources/js/i18n_template.js"></script> 81 <script src="chrome://resources/js/i18n_template.js"></script>
80 <script src="chrome://resources/js/i18n_process.js"></script> 82 <script src="chrome://resources/js/i18n_process.js"></script>
81 </body> 83 </body>
82 </html> 84 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.css ('k') | chrome/browser/resources/print_preview/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698