| 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 OEM 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"> |
| 11 <tr> | 11 <tr> |
| 12 <td valign="top" width="48" align="center"> | 12 <td valign="top" width="48" align="center"> |
| 13 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32"
height="32" /> | 13 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32"
height="32" /> |
| 14 <div class="icontext">Google Chrome</div> | 14 <div class="icontext">Google Chrome</div> |
| (...skipping 30 matching lines...) Expand all Loading... |
| 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 |