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>谷歌浏览器 EULA</title> | 4 <title>谷歌浏览器 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 16 matching lines...) Expand all Loading... |
27 <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe> | 27 <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe> |
28 </div> | 28 </div> |
29 <div id="footer" class="footer"> | 29 <div id="footer" class="footer"> |
30 <form method="post" action="" onsubmit="checkAccept(this); return false;"> | 30 <form method="post" action="" onsubmit="checkAccept(this); return false;"> |
31 <table cellpadding="0" cellspacing="0" border="0"> | 31 <table cellpadding="0" cellspacing="0" border="0"> |
32 <tr> | 32 <tr> |
33 <td valign="top"> | 33 <td valign="top"> |
34 <input type="checkbox" name="accept" id="accept" /> | 34 <input type="checkbox" name="accept" id="accept" /> |
35 </td> | 35 </td> |
36 <td valign="top" class="labelcell"> | 36 <td valign="top" class="labelcell"> |
37 <label for="accept"><b>可选:</b>将使用统计信息和崩溃报告自动发送给 Google,帮助我们完善谷歌浏览器。<a
href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&hl=zh_
CN">了解详情</a> | 37 <label for="accept"><b>可选:</b>将使用统计信息和崩溃报告自动发送给 Google,帮助我们完善谷歌浏览器。<a
href="https://support.google.com/chrome/answer/96817?hl=zh_CN">了解详情</a> |
38 </label> | 38 </label> |
39 </td> | 39 </td> |
40 </tr> | 40 </tr> |
41 </table> | 41 </table> |
42 <div class="buttons"> | 42 <div class="buttons"> |
43 <input type="submit" name="submit" value="接受并运行" /> <input onClick="windo
w.returnValue = 2; window.close();" type="button" name="cancel" value="取消" /> | 43 <input type="submit" name="submit" value="接受并运行" /> <input onClick="windo
w.returnValue = 2; window.close();" type="button" name="cancel" value="取消" /> |
44 </div> | 44 </div> |
45 </form> | 45 </form> |
46 </div> | 46 </div> |
47 </body> | 47 </body> |
48 </html> | 48 </html> |
OLD | NEW |