OLD | NEW |
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 i18n-values="dir:textdirection;"> | 7 <html i18n-values="dir:textdirection;"> |
8 <head> | 8 <head> |
9 <if expr="0"> | 9 <if expr="0"> |
10 <!-- <if ... /if> is removed while flattening HTML. --> | 10 <!-- <if ... /if> is removed while flattening HTML. --> |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 </div> | 216 </div> |
217 <div class=dialog-footer visibleif='this.dialogType_ != "full-page"'> | 217 <div class=dialog-footer visibleif='this.dialogType_ != "full-page"'> |
218 <div class=filename-label i18n-content=FILENAME_LABEL | 218 <div class=filename-label i18n-content=FILENAME_LABEL |
219 visibleif='this.dialogType_ == "saveas-file"' | 219 visibleif='this.dialogType_ == "saveas-file"' |
220 >[FILENAME]</div> | 220 >[FILENAME]</div> |
221 <input type=text class=filename-input spellcheck=false | 221 <input type=text class=filename-input spellcheck=false |
222 tabindex=1 | 222 tabindex=1 |
223 visibleif='this.dialogType_ == "saveas-file"'> | 223 visibleif='this.dialogType_ == "saveas-file"'> |
224 <div class=horizontal-spacer></div> | 224 <div class=horizontal-spacer></div> |
225 <button class=ok disabled tabindex=2>[OK]</button> | 225 <button class=ok disabled tabindex=2>[OK]</button> |
| 226 <div class=preparing-label i18n-content=PREPARING_LABEL>[PREPARING]</div> |
| 227 <div class=progress-bar> |
| 228 <div class=progress-track></div> |
| 229 </div> |
226 <button class=cancel tabindex=3 i18n-content=CANCEL_LABEL | 230 <button class=cancel tabindex=3 i18n-content=CANCEL_LABEL |
227 >[CANCEL]</button> | 231 >[CANCEL]</button> |
228 </div> | 232 </div> |
229 <div class="butter-bar before-show"> | 233 <div class="butter-bar before-show"> |
230 <div class="content"> | 234 <div class="content"> |
231 <div class="butter-message"></div> | 235 <div class="butter-message"></div> |
232 <div class="progress-bar hide-in-butter"> | 236 <div class="progress-bar hide-in-butter"> |
233 <div class="progress-track"></div> | 237 <div class="progress-track"></div> |
234 </div> | 238 </div> |
235 </div> | 239 </div> |
236 <div class="actions hide-in-butter"></div> | 240 <div class="actions hide-in-butter"></div> |
237 </div> | 241 </div> |
238 | 242 |
239 <script>init();</script> | 243 <script>init();</script> |
240 </body> | 244 </body> |
241 </html> | 245 </html> |
OLD | NEW |