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

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

Issue 6979024: Print Preview: Fading in/out printing options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing braces style Created 9 years, 7 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
« no previous file with comments | « chrome/browser/resources/print_preview.css ('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 <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="print_preview.css"> 8 <link rel="stylesheet" href="print_preview.css">
9 <script src="chrome://resources/js/local_strings.js"></script> 9 <script src="chrome://resources/js/local_strings.js"></script>
10 <script src="chrome://resources/js/util.js"></script> 10 <script src="chrome://resources/js/util.js"></script>
(...skipping 30 matching lines...) Expand all
41 <input id="print-pages" name="pages" type="radio"/> 41 <input id="print-pages" name="pages" type="radio"/>
42 <label for="print-pages"> 42 <label for="print-pages">
43 <input id="individual-pages" type="text" 43 <input id="individual-pages" type="text"
44 i18n-values="placeholder:examplePageRangeText" 44 i18n-values="placeholder:examplePageRangeText"
45 name="individual-pages"/> 45 name="individual-pages"/>
46 </label> 46 </label>
47 <span id="individual-pages-hint" class="hint" 47 <span id="individual-pages-hint" class="hint"
48 i18n-content="pageRangeInstruction"></span> 48 i18n-content="pageRangeInstruction"></span>
49 </div> 49 </div>
50 </div> 50 </div>
51 <hr class="invisible"> 51 <hr id="hr-before-copies" class="invisible">
52 <div class="two-column"> 52 <div id="copies-option" class="two-column option visible">
53 <h1 i18n-content="copiesLabel"></h1> 53 <h1 i18n-content="copiesLabel"></h1>
54 <div> 54 <div>
55 <div> 55 <div>
56 <input id="copies" type="text" name="copies" value="1" min="1" 56 <input id="copies" type="text" name="copies" value="1" min="1"
57 max="999" maxlength="3" class="number small"/> 57 max="999" maxlength="3" class="number small"/>
58 <button id="increment">+</button> 58 <button id="increment">+</button>
59 <button id="decrement">–</button> 59 <button id="decrement">–</button>
60 <span id="collate-option" hidden> 60 <span id="collate-option" hidden>
61 <input id="collate" name="collate" type="checkbox" /> 61 <input id="collate" name="collate" type="checkbox" />
62 <label for="collate" i18n-content="optionCollate"></label> 62 <label for="collate" i18n-content="optionCollate"></label>
63 </span> 63 </span>
64 </div> 64 </div>
65 <span id="copies-hint" class="hint invalid" 65 <span id="copies-hint" class="hint invalid"
66 i18n-content="copiesInstruction"></span> 66 i18n-content="copiesInstruction"></span>
67 <div id="two-sided-div"> 67 <div id="two-sided-div">
68 <input id="two-sided" name="two-sided" type="checkbox"/> 68 <input id="two-sided" name="two-sided" type="checkbox"/>
69 <label for="two-sided" i18n-content="optionTwoSided"></label> 69 <label for="two-sided" i18n-content="optionTwoSided"></label>
70 </div> 70 </div>
71 </div> 71 </div>
72 </div> 72 </div>
73 </div>
74 <hr> 73 <hr>
75 <div class="two-column"> 74 <div id="landscape-option" class="two-column option visible">
76 <h1 i18n-content="layoutLabel"></h1> 75 <h1 i18n-content="layoutLabel"></h1>
77 <div> 76 <div>
78 <div> 77 <div>
79 <input id="portrait" type="radio" name="layout" checked 78 <input id="portrait" type="radio" name="layout" checked
80 label="portrait-label"/> 79 label="portrait-label"/>
81 <label id="portrait-label" for="portrait" 80 <label id="portrait-label" for="portrait"
82 i18n-content="optionPortrait"></label> 81 i18n-content="optionPortrait"></label>
83 </div> 82 </div>
84 <div> 83 <div>
85 <input id="landscape" type="radio" name="layout" 84 <input id="landscape" type="radio" name="layout"
86 label="landscape-label"/> 85 label="landscape-label"/>
87 <label id="landscape-label" for="landscape" 86 <label id="landscape-label" for="landscape"
88 i18n-content="optionLandscape"></label> 87 i18n-content="optionLandscape"></label>
89 </div> 88 </div>
90 </div> 89 </div>
91 </div> 90 </div>
92 <hr> 91 <hr>
93 <div id="color-options" class="two-column hidden"> 92 <div id="color-options" class="two-column option">
94 <h1 i18n-content="optionColor"></h1> 93 <h1 i18n-content="optionColor"></h1>
95 <div> 94 <div>
96 <div> 95 <div>
97 <input id="color" type="radio" name="color" label="color-label"/> 96 <input id="color" type="radio" name="color" label="color-label"/>
98 <label id="color-label" for="color" 97 <label id="color-label" for="color"
99 i18n-content="optionColor"></label> 98 i18n-content="optionColor"></label>
100 </div> 99 </div>
101 <div> 100 <div>
102 <input id="bw" type="radio" name="color" checked 101 <input id="bw" type="radio" name="color" checked
103 label="bw-label"/> 102 label="bw-label"/>
(...skipping 20 matching lines...) Expand all
124 <br> 123 <br>
125 <button id="reopen-page" class="hidden" 124 <button id="reopen-page" class="hidden"
126 i18n-content="reopenPage"></button> 125 i18n-content="reopenPage"></button>
127 </div> 126 </div>
128 </div> 127 </div>
129 </div> 128 </div>
130 <object id="dummy-viewer" type="application/pdf" 129 <object id="dummy-viewer" type="application/pdf"
131 src="chrome://print/dummy.pdf"/> 130 src="chrome://print/dummy.pdf"/>
132 </body> 131 </body>
133 </html> 132 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview.css ('k') | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698