Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: chrome/browser/resources/safe_browsing_multiple_threat_block.html

Issue 115815: Make the caption text for the "I understand" checkboxes in malware interstiti... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/safe_browsing_malware_block.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html id="template_root"> 1 <html id="template_root">
2 2
3 <head> 3 <head>
4 <title jscontent="title"></title> 4 <title jscontent="title"></title>
5 <style> 5 <style>
6 body { 6 body {
7 background-color:#500; 7 background-color:#500;
8 font-family:arial; 8 font-family:arial;
9 margin:0px; 9 margin:0px;
10 } 10 }
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 <td jscontent="typeLabel"></td> 124 <td jscontent="typeLabel"></td>
125 <td jscontent="url"></td> 125 <td jscontent="url"></td>
126 <td><a href="" onclick="var id= this.getAttribute('chromiumID'); thi s.getAttribute('chromiumIsMalware') ? showDiagnostic(id) : reportError(id); retu rn false;" jscontent="errorLink" jsvalues="chromiumID:$counter.value;chromiumIsM alware:type=='malware'" jseval="$counter.value++"></a></td> 126 <td><a href="" onclick="var id= this.getAttribute('chromiumID'); thi s.getAttribute('chromiumIsMalware') ? showDiagnostic(id) : reportError(id); retu rn false;" jscontent="errorLink" jsvalues="chromiumID:$counter.value;chromiumIsM alware:type=='malware'" jseval="$counter.value++"></a></td>
127 </tr> 127 </tr>
128 </table> 128 </table>
129 </div> 129 </div>
130 130
131 <div class="main"><a href="" jscontent="description3" onclick="learnMore() ; return false;" onmousedown="return false;"></a></div> 131 <div class="main"><a href="" jscontent="description3" onclick="learnMore() ; return false;" onmousedown="return false;"></a></div>
132 <div class="main"> 132 <div class="main">
133 <form class="submission"> 133 <form class="submission">
134 <input name="checky" type="checkbox" onclick="agreed(this.form)">&nbsp ;<span jscontent="confirm_text"></span> 134 <input name="checky" id="checky" type="checkbox" onclick="agreed(this. form)">&nbsp;<label for="checky" jscontent="confirm_text"></label>
135 <input type="button" name="continue_button" jsvalues="value:continue_b utton" disabled="true" onclick="proceed();"><br> 135 <input type="button" name="continue_button" jsvalues="value:continue_b utton" disabled="true" onclick="proceed();"><br>
136 <input type="button" name="back_button" jsvalues="value:back_button" o nclick="takeMeBack()"> 136 <input type="button" name="back_button" jsvalues="value:back_button" o nclick="takeMeBack()">
137 </form> 137 </form>
138 </div> 138 </div>
139 </div> 139 </div>
140 </td> 140 </td>
141 </table> 141 </table>
142 </body> 142 </body>
143 </html> 143 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/safe_browsing_malware_block.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698