| OLD | NEW |
| (Empty) | |
| 1 <html> |
| 2 <head> |
| 3 <title>Google Chrome OEM EULA</title> |
| 4 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" /
> |
| 5 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script> |
| 6 </head> |
| 7 <body> |
| 8 <div class="header"> |
| 9 <table cellpadding="0" cellspacing="0" border="0"> |
| 10 <tr> |
| 11 <td valign="top" width="48" align="center"> |
| 12 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32"
height="32" /> |
| 13 <div class="icontext">Google Chrome</div> |
| 14 </td> |
| 15 <td width="10"> </td> |
| 16 <td> |
| 17 <span class="title">Surf the web with Google Chrome</span><br /> |
| 18 <span class="desc">Using the internet is faster, safer and easier |
| 19 with Google Chrome, the web browser installed on your PC</span> |
| 20 </td> |
| 21 </tr> |
| 22 </table> |
| 23 </div> |
| 24 <div class="main"> |
| 25 Accept the Google Chrome Terms of Service to start using Google Chrome: |
| 26 </div> |
| 27 <div class="eula"> |
| 28 <iframe id="ifr" src="res://setup.exe/IDR_TERMS_EN.HTML" width="100%" height="
354" frameborder="0"></iframe> |
| 29 </div> |
| 30 <div id="footer" class="footer"> |
| 31 <form method="post" action="" onsubmit="checkAccept(this); return false;"> |
| 32 <table cellpadding="0" cellspacing="0" border="0"> |
| 33 <tr> |
| 34 <td valign="top"> |
| 35 <input type="checkbox" name="accept" id="accept" /> |
| 36 </td> |
| 37 <td valign="top" class="labelcell"> |
| 38 <label for="accept"><b>Optional:</b> Help make Google Chrome |
| 39 better by automatically sending usage statistics and crash reports |
| 40 to Google. |
| 41 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=968
17&hl=en">Learn more</a> |
| 42 </label> |
| 43 </td> |
| 44 </tr> |
| 45 </table> |
| 46 <div class="buttons"> |
| 47 <input type="submit" name="submit" value="Accept and Run" /> |
| 48 <input type="submit" name="cancel" value="Cancel" /> |
| 49 </div> |
| 50 </form> |
| 51 </div> |
| 52 </body> |
| 53 </html> |
| OLD | NEW |