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

Side by Side Diff: chrome/browser/resources/chromeos/charger_replacement.html

Issue 203693004: Set the name of several iframes in browser resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_eula.html » ('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 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 5 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
6 <link rel="stylesheet" href="charger_replacement.css"> 6 <link rel="stylesheet" href="charger_replacement.css">
7 7
8 <script src="chrome://resources/js/cr.js"></script> 8 <script src="chrome://resources/js/cr.js"></script>
9 <script src="chrome://resources/js/event_tracker.js"></script> 9 <script src="chrome://resources/js/event_tracker.js"></script>
10 <script src="chrome://resources/js/cr/event_target.js"></script> 10 <script src="chrome://resources/js/cr/event_target.js"></script>
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 <div class="button-strip"> 119 <div class="button-strip">
120 <button type="button" id="back-to-check-charger-from-charger-update" 120 <button type="button" id="back-to-check-charger-from-charger-update"
121 i18n-content="prevStepText" class="command-button"></button> 121 i18n-content="prevStepText" class="command-button"></button>
122 <button type="button" id="next-to-charger-update" 122 <button type="button" id="next-to-charger-update"
123 i18n-content="nextStepButtonText" class="command-button"></button> 123 i18n-content="nextStepButtonText" class="command-button"></button>
124 </div> 124 </div>
125 125
126 </div> 126 </div>
127 127
128 <div id="order-charger-online" class="page"> 128 <div id="order-charger-online" class="page">
129 <iframe id="charger-order-form"> 129 <iframe id="charger-order-form" name="charger-order-form">
130 </iframe> 130 </iframe>
131 </div> 131 </div>
132 132
133 <div id="confirm-online-order" class="page"> 133 <div id="confirm-online-order" class="page">
134 <h2 i18n-content="confirmOnlineOrder"></h2> 134 <h2 i18n-content="confirmOnlineOrder"></h2>
135 <img id="safe-charger-checkmark" src="images/safe-charger-checkmark.png"> 135 <img id="safe-charger-checkmark" src="images/safe-charger-checkmark.png">
136 <p> 136 <p>
137 <span i18n-content="confirmReceivingOnlineOrder"></span><br> 137 <span i18n-content="confirmReceivingOnlineOrder"></span><br>
138 </p> 138 </p>
139 <span i18n-content="needMoreInformation"></span><br> 139 <span i18n-content="needMoreInformation"></span><br>
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 </p> 214 </p>
215 <div class="button-strip"> 215 <div class="button-strip">
216 <button type="button" id="finish-still-bad-charger" 216 <button type="button" id="finish-still-bad-charger"
217 i18n-content="finishText" class="command-button"></button> 217 i18n-content="finishText" class="command-button"></button>
218 </div> 218 </div>
219 </div> 219 </div>
220 220
221 <script src="chrome://resources/js/i18n_template2.js"></script> 221 <script src="chrome://resources/js/i18n_template2.js"></script>
222 </body> 222 </body>
223 </html> 223 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_eula.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698