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

Side by Side Diff: chrome/installer/setup/eula/oem_zh-TW.html

Issue 50039: Modifes the in-application EULA outer frame to take a parameter ('innerframe'... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/installer/setup/eula/oem_zh-CN.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> 1 <html>
2 <head> 2 <head>
3 <title>Google 瀏覽器 OEM 使用者授權合約 (EULA)</title> 3 <title>Google 瀏覽器 OEM 使用者授權合約 (EULA)</title>
4 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" / > 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> 5 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <div class="header"> 8 <div class="header">
9 <table cellpadding="0" cellspacing="0" border="0"> 9 <table cellpadding="0" cellspacing="0" border="0">
10 <tr> 10 <tr>
11 <td valign="top" width="48" align="center"> 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" /> 12 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" />
13 <div class="icontext">Google 瀏覽器</div> 13 <div class="icontext">Google 瀏覽器</div>
14 </td> 14 </td>
15 <td width="10">&nbsp;</td> 15 <td width="10">&nbsp;</td>
16 <td> 16 <td>
17 <span class="title">使用 Google 瀏覽器瀏覽網頁</span><br /> <span class="desc">使用 網路瀏覽器時,安裝在電腦上的 Google 瀏覽器讓您以更快速、簡單的方式存取網路。</span> 17 <span class="title">使用 Google 瀏覽器瀏覽網頁</span><br /> <span class="desc">使用 網路瀏覽器時,安裝在電腦上的 Google 瀏覽器讓您以更快速、簡單的方式存取網路。</span>
18 </td> 18 </td>
19 </tr> 19 </tr>
20 </table> 20 </table>
21 </div> 21 </div>
22 <div class="main"> 22 <div class="main">
23 接受 Google 瀏覽器的服務條款,開始使用 Google 瀏覽器。 23 接受 Google 瀏覽器的服務條款,開始使用 Google 瀏覽器。
24 </div> 24 </div>
25 <div class="eula"> 25 <div class="eula">
26 <iframe id="ifr" src="res://setup.exe/IDR_TERMS_ZH_TW.HTML" width="100%" heigh t="354" frameborder="0"></iframe> 26 <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
27 </div> 27 </div>
28 <div id="footer" class="footer"> 28 <div id="footer" class="footer">
29 <form method="post" action="" onsubmit="checkAccept(this); return false;"> 29 <form method="post" action="" onsubmit="checkAccept(this); return false;">
30 <table cellpadding="0" cellspacing="0" border="0"> 30 <table cellpadding="0" cellspacing="0" border="0">
31 <tr> 31 <tr>
32 <td valign="top"> 32 <td valign="top">
33 <input type="checkbox" name="accept" id="accept" />&nbsp; 33 <input type="checkbox" name="accept" id="accept" />&nbsp;
34 </td> 34 </td>
35 <td valign="top" class="labelcell"> 35 <td valign="top" class="labelcell">
36 <label for="accept"><b>選擇性:</b>只要自動傳送使用統計資料及當機報告給 Google,就能助我們一臂之力,讓「G oogle 瀏覽器」更臻完美。<a href="http://www.google.com/support/chrome/bin/answer.py?answe r=96817&amp;hl=zh_TW">瞭解詳情。</a> 36 <label for="accept"><b>選擇性:</b>只要自動傳送使用統計資料及當機報告給 Google,就能助我們一臂之力,讓「G oogle 瀏覽器」更臻完美。<a href="http://www.google.com/support/chrome/bin/answer.py?answe r=96817&amp;hl=zh_TW">瞭解詳情。</a>
37 </label> 37 </label>
38 </td> 38 </td>
39 </tr> 39 </tr>
40 </table> 40 </table>
41 <div class="buttons"> 41 <div class="buttons">
42 <input type="submit" name="submit" value="接受並執行" /> <input onClick="windo w.returnValue = 2; window.close();" type="button" name="cancel" value="取消" /> 42 <input type="submit" name="submit" value="接受並執行" /> <input onClick="windo w.returnValue = 2; window.close();" type="button" name="cancel" value="取消" />
43 </div> 43 </div>
44 </form> 44 </form>
45 </div> 45 </div>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « chrome/installer/setup/eula/oem_zh-CN.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698