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

Side by Side Diff: chrome/installer/setup/eula/oem_tr.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_th.html ('k') | chrome/installer/setup/eula/oem_uk.html » ('j') | 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 Chrome OEM EULA</title> 3 <title>Google Chrome 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 Chrome</div> 13 <div class="icontext">Google Chrome</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 Chrome ile web'de gezinin</span><br /> <span class="desc">Bilgisayarınızda y&uuml;kl&uuml; web tarayıcısı Google Chrome ile İ nternet'te gezinmek daha hızlı, daha g&uuml;venli ve daha kolaydır</span> 17 <span class="title">Google Chrome ile web'de gezinin</span><br /> <span class="desc">Bilgisayarınızda y&uuml;kl&uuml; web tarayıcısı Google Chrome ile İ nternet'te gezinmek daha hızlı, daha g&uuml;venli ve daha kolaydır</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 Chrome'u kullanmaya başlamak i&ccedil;in Google Chrome Hizmet Şartları' nı kabul edin: 23 Google Chrome'u kullanmaya başlamak i&ccedil;in Google Chrome Hizmet Şartları' nı kabul edin:
24 </div> 24 </div>
25 <div class="eula"> 25 <div class="eula">
26 <iframe id="ifr" src="res://setup.exe/IDR_TERMS_TR.HTML" width="100%" height=" 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>İsteğe Bağlı:</b> Kullanıcı istatistiklerini ve &ccedil;&ouml;kme raporlarını Google'a otomatik olarak g&ouml;ndererek Google C hrome'u iyileştirmemize yardımcı olun. <a href="http://www.google.com/support/ch rome/bin/answer.py?answer=96817&amp;hl=tr">Daha fazla bilgi</a> 36 <label for="accept"><b>İsteğe Bağlı:</b> Kullanıcı istatistiklerini ve &ccedil;&ouml;kme raporlarını Google'a otomatik olarak g&ouml;ndererek Google C hrome'u iyileştirmemize yardımcı olun. <a href="http://www.google.com/support/ch rome/bin/answer.py?answer=96817&amp;hl=tr">Daha fazla bilgi</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="Kabul Et ve &Ccedil;alıştır" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="ca ncel" value="İptal" /> 42 <input type="submit" name="submit" value="Kabul Et ve &Ccedil;alıştır" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="ca ncel" value="İptal" />
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_th.html ('k') | chrome/installer/setup/eula/oem_uk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698