| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 4 <title>Google Chrome EULA</title> | 4 <title>Google Chrome EULA</title> |
| 5 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" /
> | 5 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" /
> |
| 6 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script> | 6 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 <div class="header"> | 9 <div class="header"> |
| 10 <table cellpadding="0" cellspacing="0" border="0"> | 10 <table cellpadding="0" cellspacing="0" border="0"> |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 <form method="post" action="" onsubmit="checkAccept(this); return false;"> | 32 <form method="post" action="" onsubmit="checkAccept(this); return false;"> |
| 33 <table cellpadding="0" cellspacing="0" border="0"> | 33 <table cellpadding="0" cellspacing="0" border="0"> |
| 34 <tr> | 34 <tr> |
| 35 <td valign="top"> | 35 <td valign="top"> |
| 36 <input type="checkbox" name="accept" id="accept" /> | 36 <input type="checkbox" name="accept" id="accept" /> |
| 37 </td> | 37 </td> |
| 38 <td valign="top" class="labelcell"> | 38 <td valign="top" class="labelcell"> |
| 39 <label for="accept"><b>Optional:</b> Help make Google Chrome | 39 <label for="accept"><b>Optional:</b> Help make Google Chrome |
| 40 better by automatically sending usage statistics and crash reports | 40 better by automatically sending usage statistics and crash reports |
| 41 to Google. | 41 to Google. |
| 42 <a href="https://support.google.com/chrome/answer/96817&hl=en">Learn m
ore</a> | 42 <a href="https://support.google.com/chrome/?p=usage_stats_crash_report
s">Learn more</a> |
| 43 </label> | 43 </label> |
| 44 </td> | 44 </td> |
| 45 </tr> | 45 </tr> |
| 46 </table> | 46 </table> |
| 47 <div class="buttons"> | 47 <div class="buttons"> |
| 48 <input type="submit" name="submit" value="Accept and Run" /> | 48 <input type="submit" name="submit" value="Accept and Run" /> |
| 49 <input onClick="window.returnValue = 2; window.close();" type="button" nam
e="cancel" value="Cancel" /> | 49 <input onClick="window.returnValue = 2; window.close();" type="button" nam
e="cancel" value="Cancel" /> |
| 50 </div> | 50 </div> |
| 51 </form> | 51 </form> |
| 52 </div> | 52 </div> |
| 53 </body> | 53 </body> |
| 54 </html> | 54 </html> |
| OLD | NEW |