| OLD | NEW |
| 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="page-title"></title> | 5 <title i18n-content="page-title"></title> |
| 6 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| 8 <link rel="stylesheet" href="feedback.css"> | 8 <link rel="stylesheet" href="feedback.css"> |
| 9 | 9 |
| 10 <script src="chrome://resources/js/load_time_data.js"></script> | 10 <script src="chrome://resources/js/load_time_data.js"></script> |
| 11 <script src="chrome://resources/js/util.js"></script> | 11 <script src="chrome://resources/js/util.js"></script> |
| 12 <script src="chrome://feedback/feedback.js"></script> | 12 <script src="chrome://feedback/feedback.js"></script> |
| 13 <script src="chrome://feedback/strings.js"></script> | 13 <script src="chrome://feedback/strings.js"></script> |
| 14 </head> | 14 </head> |
| 15 <body id="feedback-page" | 15 <body id="feedback-page" |
| 16 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 16 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| 17 <h1 i18n-content="title"></h1> | 17 <h1 i18n-content="title"></h1> |
| 18 <div id="content"> | 18 <div id="content"> |
| 19 <span id="description" colspan="2" i18n-content="description"></span> | 19 <span id="description" colspan="2" i18n-content="description"></span> |
| 20 <textarea id="description-text" rows="10"></textarea> | 20 <textarea id="description-text" rows="10"></textarea> |
| 21 <div id="page-url" class="checkbox"> | 21 <div id="page-url" class="input-text-container checkbox"> |
| 22 <label> | 22 <label> |
| 23 <input id="page-url-checkbox" type="checkbox" | 23 <input id="page-url-checkbox" type="checkbox" |
| 24 value="pageurl" checked> | 24 value="pageurl" checked> |
| 25 <span id="page-url-label" i18n-content="page-url"></span> | 25 <span id="page-url-label" i18n-content="page-url"></span> |
| 26 </label> | 26 </label> |
| 27 <input id="page-url-text"> | 27 <input id="page-url-text"> |
| 28 </div> | 28 </div> |
| 29 <!-- User e-mail --> |
| 30 <div id="user-email" class="input-text-container checkbox"> |
| 31 <label> |
| 32 <input id="user-email-checkbox" type="checkbox" checked> |
| 33 <span id="user-email-label" i18n-content="user-email"></span> |
| 34 </label> |
| 35 <input id="user-email-text"> |
| 36 </div> |
| 29 <if expr="pp_ifdef('chromeos')"> | 37 <if expr="pp_ifdef('chromeos')"> |
| 30 <!-- User e-mail --> | |
| 31 <div id="user-email-table"> | |
| 32 <div class="checkbox"> | |
| 33 <label> | |
| 34 <input id="user-email-checkbox" type="checkbox" checked> | |
| 35 <span id="user-email-label" i18n-content="user-email"></span> | |
| 36 </label> | |
| 37 <span id="user-email-text"></span> | |
| 38 </div> | |
| 39 </div> | |
| 40 <!-- System Information --> | 38 <!-- System Information --> |
| 41 <div class="feedback-fieldlabel checkbox"> | 39 <div class="checkbox"> |
| 42 <label> | 40 <label> |
| 43 <input id="sys-info-checkbox" type="checkbox" checked> | 41 <input id="sys-info-checkbox" type="checkbox" checked> |
| 44 <span id="sysinfo-label"> | 42 <span id="sysinfo-label"> |
| 45 <a id="sysinfo-url" href="#" i18n-content="sysinfo"></a> | 43 <a id="sysinfo-url" href="#" i18n-content="sysinfo"></a> |
| 46 </span> | 44 </span> |
| 47 </label> | 45 </label> |
| 48 </div> | 46 </div> |
| 49 </if> | 47 </if> |
| 50 <!-- Screenshot --> | 48 <!-- Screenshot --> |
| 51 <div id="screenshot-row" hidden> | 49 <div id="screenshot-row" hidden> |
| 52 <div class="feedback-fieldlabel checkbox"> | 50 <div class="checkbox"> |
| 53 <label> | 51 <label> |
| 54 <input id="screenshot-checkbox" type="checkbox"> | 52 <input id="screenshot-checkbox" type="checkbox"> |
| 55 <span id="screenshot-label-current" | 53 <span id="screenshot-label-current" |
| 56 i18n-content="current-screenshot"></span> | 54 i18n-content="current-screenshot"></span> |
| 57 <if expr="pp_ifdef('chromeos')"> | 55 <if expr="pp_ifdef('chromeos')"> |
| 58 <span id="screenshot-label-saved" | 56 <span id="screenshot-label-saved" |
| 59 i18n-content="saved-screenshot" hidden></span> | 57 i18n-content="saved-screenshot" hidden></span> |
| 60 </label> | 58 </label> |
| 61 <a id="screenshot-link-tosaved" href="#" | 59 <a id="screenshot-link-tosaved" href="#" |
| 62 i18n-content="choose-different-screenshot"> | 60 i18n-content="choose-different-screenshot" hidden> |
| 63 </a> | 61 </a> |
| 64 <a id="screenshot-link-tocurrent" href="#" | 62 <a id="screenshot-link-tocurrent" href="#" |
| 65 i18n-content="choose-original-screenshot" hidden> | 63 i18n-content="choose-original-screenshot" hidden> |
| 66 </a> | 64 </a> |
| 67 </if> | 65 </if> |
| 68 </div> | 66 </div> |
| 69 <if expr="pp_ifdef('chromeos')"> | 67 <if expr="pp_ifdef('chromeos')"> |
| 70 <div id="saved-screenshots" class="thumbnail-list" hidden></div> | 68 <div id="saved-screenshots" class="thumbnail-list" hidden></div> |
| 71 </if> | 69 </if> |
| 72 <div id="current-screenshots" class="thumbnail-list"></div> | 70 <div id="current-screenshots" class="thumbnail-list"></div> |
| 73 </div> | 71 </div> |
| 74 <div id="privacy-note" i18n-values=".innerHTML:privacy-note"></div> | 72 <div id="privacy-note" i18n-values=".innerHTML:privacy-note"></div> |
| 75 <div id="buttons-pane"> | 73 <div id="buttons-pane"> |
| 76 <!-- Buttons --> | 74 <!-- Buttons --> |
| 77 <input id="send-report-button" type="submit" | 75 <input id="send-report-button" type="submit" |
| 78 class="feedback-button" i18n-values="value:send-report"> | 76 class="feedback-button" i18n-values="value:send-report"> |
| 79 <input id="cancel-button" type="submit" | 77 <input id="cancel-button" type="submit" |
| 80 class="feedback-button" i18n-values="value:cancel"> | 78 class="feedback-button" i18n-values="value:cancel"> |
| 81 </div> | 79 </div> |
| 82 </div> | 80 </div> |
| 83 <script src="chrome://resources/js/i18n_template2.js"></script> | 81 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 84 </body> | 82 </body> |
| 85 </html> | 83 </html> |
| OLD | NEW |