Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: issue-reporter.html

Issue 29727613: Issue 6386 - Add Requests and Filters data to the Report data
Patch Set: Created April 6, 2018, 5:01 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | issue-reporter.js » ('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 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-present eyeo GmbH 4 - Copyright (C) 2006-present eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 11 matching lines...) Expand all
22 <script src="polyfill.js"></script> 22 <script src="polyfill.js"></script>
23 <script src="ext/common.js"></script> 23 <script src="ext/common.js"></script>
24 <script src="ext/content.js"></script> 24 <script src="ext/content.js"></script>
25 <script src="issue-reporter.js"></script> 25 <script src="issue-reporter.js"></script>
26 <script src="i18n.js"></script> 26 <script src="i18n.js"></script>
27 <link rel="stylesheet" type="text/css" href="skin/fonts.css"> 27 <link rel="stylesheet" type="text/css" href="skin/fonts.css">
28 <link rel="stylesheet" type="text/css" href="skin/issue-reporter.css"> 28 <link rel="stylesheet" type="text/css" href="skin/issue-reporter.css">
29 <title class="i18n_issueReporter_page_title"></title> 29 <title class="i18n_issueReporter_page_title"></title>
30 </head> 30 </head>
31 <body> 31 <body>
32 <!-- Notification -->
33 <div id="notification">
34 <span id="notification-text" class="i18n_issueReporter_data_gathering_tab" ></span>
35 <button class="icon close tertiary" id="hide-notification">
36 <span class="i18n_issueReporter_notification_hide sr-only"></span>
37 </button>
38 </div>
32 <header> 39 <header>
33 <img id="logo" alt="Adblock Plus logo" src="skin/abp-logo.svg"> 40 <img id="logo" alt="Adblock Plus logo" src="skin/abp-logo.svg">
34 <div class="title"> 41 <div class="title">
35 <h1> 42 <h1>
36 Adblock <strong>Plus</strong> 43 Adblock <strong>Plus</strong>
37 </h1> 44 </h1>
38 <p class="i18n_issueReporter_page_title"></p> 45 <p class="i18n_issueReporter_page_title"></p>
39 </div> 46 </div>
40 </header> 47 </header>
41 48
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 <input type="checkbox" id="anonymousSubmission"> 81 <input type="checkbox" id="anonymousSubmission">
75 <label for="anonymousSubmission" class="i18n_issueReporter_anonymousSu bmission_label"></label> 82 <label for="anonymousSubmission" class="i18n_issueReporter_anonymousSu bmission_label"></label>
76 <div id="anonymousSubmissionWarning" data-invisible="true" class="i18n _issueReporter_anonymousSubmission_warning"></div> 83 <div id="anonymousSubmissionWarning" data-invisible="true" class="i18n _issueReporter_anonymousSubmission_warning"></div>
77 </div> 84 </div>
78 85
79 <p class="i18n_issueReporter_comment_description"></p> 86 <p class="i18n_issueReporter_comment_description"></p>
80 87
81 <label for="comment" class="i18n_issueReporter_comment_label"></label> 88 <label for="comment" class="i18n_issueReporter_comment_label"></label>
82 <textarea id="comment"></textarea> 89 <textarea id="comment"></textarea>
83 <p id="commentLengthWarning" data-invisible="true" class="i18n_issueRepo rter_comment_lengthWarning"></p> 90 <p id="commentLengthWarning" data-invisible="true" class="i18n_issueRepo rter_comment_lengthWarning"></p>
84 <a href="#" id="showData" class="i18n_issueReporter_showData_label"></a> 91 <p>
92 <button id="showData" class="i18n_issueReporter_showData_label link" disabled></button>
93 </p>
85 </div> 94 </div>
86 95
87 <div class="page" id="sendPage" hidden> 96 <div class="page" id="sendPage" hidden>
88 <h1 class="i18n_issueReporter_sendPage_heading"></h1> 97 <h1 class="i18n_issueReporter_sendPage_heading"></h1>
89 98
90 <p id="sendReportMessage" class="i18n_issueReporter_sending"></p> 99 <p id="sendReportMessage" class="i18n_issueReporter_sending"></p>
91 100
92 <div id="sendingProgressContainer"> 101 <div id="sendingProgressContainer">
93 <progress id="sendingProgress"></progress> 102 <progress id="sendingProgress"></progress>
94 </div> 103 </div>
95 104
96 <p id="error" hidden></p> 105 <p id="error" hidden></p>
97 106
98 <iframe id="result" sandbox="allow-top-navigation" hidden></iframe> 107 <iframe id="result" sandbox="allow-top-navigation" hidden></iframe>
99 </div> 108 </div>
100 109
101 <div class="modal" id="showDataOverlay" hidden> 110 <div class="modal" id="showDataOverlay" hidden>
102 <div class="modalContent"> 111 <div class="modalContent">
103 <textarea id="showDataValue" readonly></textarea> 112 <textarea id="showDataValue" readonly></textarea>
104 <button id="showDataClose" class="i18n_cancel primary"></button> 113 <button id="showDataClose" class="i18n_cancel primary"></button>
105 </div> 114 </div>
106 </div> 115 </div>
107 </main> 116 </main>
108 117
109 <footer> 118 <footer>
110 <a id="privacyPolicy" target="_blank" class="i18n_issueReporter_privacyPol icy"></a> 119 <a id="privacyPolicy" target="_blank" class="i18n_issueReporter_privacyPol icy"></a>
111 <button id="cancel" class="i18n_cancel secondary"></button> 120 <button id="cancel" class="i18n_cancel secondary"></button>
112 <button id="continue" class="i18n_continue primary" disabled></button> 121 <button id="continue" class="i18n_continue primary" disabled></button>
122 <button id="send" class="i18n_issueReporter_sendButton_label primary" disa bled></button>
113 </footer> 123 </footer>
114 </body> 124 </body>
115 </html> 125 </html>
OLDNEW
« no previous file with comments | « no previous file | issue-reporter.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld