OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values="dir:textdirection;"> | 2 <html> |
3 <head> | 3 <head> |
4 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"></meta> | 4 <meta http-equiv="refresh" |
5 <title i18n-content="title"></title> | 5 content="0;url=http://google.com/chromeos/recovery"> |
James Hawkins
2014/10/27 16:13:28
What happens if the user attempts to navigate here
James Hawkins
2014/10/27 16:13:28
How long are we planning to keep this WebUI link a
satorux1
2014/10/28 05:07:42
The user will see "Unable to connect to the Intern
satorux1
2014/10/28 05:07:42
I think we can remove it in a year or so, but let
| |
6 <link rel="stylesheet" href="image_burner.css"> | |
7 <script src="chrome://resources/js/util.js"></script> | |
8 <script src="chrome://resources/js/load_time_data.js"></script> | |
9 <script src="chrome://imageburner/strings.js"></script> | |
10 <script src="chrome://imageburner/image_burner.js"></script> | |
11 </head> | 6 </head> |
12 <body class="default-text" i18n-values=".style.fontFamily:fontfamily"> | 7 <body></body> |
13 <header id="burn-header"> | |
14 <h1 i18n-content="headerTitle"></h1> | |
15 <p i18n-content="headerDescription"></p> | |
16 <a id="more-info-link" i18n-values="href:moreInfoLink" target="_blank" | |
17 i18n-content="headerLink"></a> | |
18 </header> | |
19 <div id="main-content"> | |
20 <div id="status-icon"></div> | |
21 <div id="status-info"> | |
22 <h2 id="status-text" class="status-text"></h2> | |
23 <div id="progress-status-div"> | |
24 <p id="progress-text" class="progress-text"></p> | |
25 <div id="progress-status" class="float-start"> | |
26 <progress id="progress-div" class="float-start"></progress> | |
27 <button id="cancel-button" class="float-start" | |
28 i18n-content="cancelButton"> | |
29 </button> | |
30 </div> | |
31 <p id="pending-time" class="progress-text"></p> | |
32 </div> | |
33 <ul id="device-selection"></ul> | |
34 <div id="warning-div"> | |
35 <div id="warning-icon" class="float-start"></div> | |
36 <p id="warning-text" class="float-start"></p> | |
37 <button id="warning-button" class="float-start"></button> | |
38 </div> | |
39 <div class="new-line"></div> | |
40 </div> | |
41 <div id="burn-footer"></div> | |
42 </div> | |
43 <script src="chrome://resources/js/i18n_template2.js"></script> | |
44 </body> | |
45 </html> | 8 </html> |
OLD | NEW |