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

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

Issue 5574003: Print preview: Display a message when the PDF viewer is missing.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address comments Created 10 years 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
« no previous file with comments | « chrome/browser/dom_ui/print_preview_ui.cc ('k') | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6
7 <link rel="stylesheet" href="dom_ui.css"> 7 <link rel="stylesheet" href="dom_ui.css">
8 <link rel="stylesheet" href="print_preview.css"> 8 <link rel="stylesheet" href="print_preview.css">
9 9
10 <script src="chrome://resources/js/local_strings.js"></script> 10 <script src="chrome://resources/js/local_strings.js"></script>
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <option i18n-content="optionColor"></option> 69 <option i18n-content="optionColor"></option>
70 <option i18n-content="optionBw"></option> 70 <option i18n-content="optionBw"></option>
71 </select> 71 </select>
72 </div> 72 </div>
73 </section> 73 </section>
74 74
75 </div> 75 </div>
76 <div id="separator"></div> 76 <div id="separator"></div>
77 <div id="mainview"> 77 <div id="mainview">
78 <p id="loading" i18n-content="loading"></p> 78 <p id="loading" i18n-content="loading"></p>
79 <p id="no-plugin" class="hidden" i18n-content="noPlugin"></p>
79 </div> 80 </div>
80 81
81 <script> 82 <script>
82 console.log('in bottom script'); 83 console.log('in bottom script');
83 </script> 84 </script>
84 </body> 85 </body>
85 </html> 86 </html>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/print_preview_ui.cc ('k') | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698