OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection; |
| 3 customlogo:customlogo;"> |
| 4 <head> |
| 5 <meta charset="utf-8"> |
| 6 <title i18n-content="title"></title> |
| 7 <script src="chrome://resources/js/local_strings.js"></script> |
| 8 <script src="chrome://resources/js/cr.js"></script> |
| 9 <script src="chrome://resources/js/util.js"></script> |
| 10 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
| 11 <link rel="stylesheet" href="new_profile.css"> |
| 12 </head> |
| 13 <body i18n-values=".style.fontFamily:fontfamily;"> |
| 14 <div class="overlay"> |
| 15 <div id="new-profile-overlay" class="page"> |
| 16 <h3 i18n-content="summaryTitle"></h3> |
| 17 <p i18n-content="summaryBody"></p> |
| 18 <p i18n-content="summaryConclusion"></p> |
| 19 <div id="outer-input-area"> |
| 20 <div id="inner-input-area"> |
| 21 <div i18n-content="profileNameLabel"> </div> |
| 22 <div> |
| 23 <form id="profile-name-form"> |
| 24 <input id="profile-name" type="text"> |
| 25 </form> |
| 26 </div> |
| 27 <div i18n-content="profileIconLabel"> </div> |
| 28 <div id="avatar-menu"></div> |
| 29 </div> |
| 30 </div> |
| 31 <div class="action-area"> |
| 32 <div class="button-strip"> |
| 33 <input id="cancel-button" type="button" |
| 34 i18n-values="value:cancelProfile"> |
| 35 <input id="create-button" type="button" |
| 36 i18n-values="value:createProfile"> |
| 37 </div> |
| 38 </div> |
| 39 </div> |
| 40 </div> |
| 41 <div id="footer"> |
| 42 <div id="footer-content"> |
| 43 <img id="logo-img"> |
| 44 </div> |
| 45 </div> |
| 46 <script src="chrome://newprofile/new_profile.js"></script> |
| 47 <script src="chrome://newprofile/strings.js"></script> |
| 48 <script src="chrome://resources/js/i18n_template.js"></script> |
| 49 <script src="chrome://resources/js/i18n_process.js"></script> |
| 50 </body> |
| 51 </html> |
OLD | NEW |