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

Side by Side Diff: chrome/installer/setup/eula/oem_ko.html

Issue 1144193005: Fix a lot of support links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bug 490887 Created 5 years, 7 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
« no previous file with comments | « chrome/installer/setup/eula/oem_ja.html ('k') | chrome/installer/setup/eula/oem_lt.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 <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 크롬 사용권 계약서</title> 4 <title>Google 크롬 사용권 계약서</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
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" />&nbsp; 34 <input type="checkbox" name="accept" id="accept" />&nbsp;
35 </td> 35 </td>
36 <td valign="top" class="labelcell"> 36 <td valign="top" class="labelcell">
37 <label for="accept"><b>선택사항:</b> 사용 통계 및 충돌 보고서가 Google로 자동 전송되도록 선택하시 면 Google 크롬 개선에 도움이 됩니다. <a href="http://www.google.com/support/chrome/bin/answe r.py?answer=96817&amp;hl=ko">자세히 알아보기</a> 37 <label for="accept"><b>선택사항:</b> 사용 통계 및 충돌 보고서가 Google로 자동 전송되도록 선택하시 면 Google 크롬 개선에 도움이 됩니다. <a href="https://support.google.com/chrome/answer/96817 ?hl=ko">자세히 알아보기</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="win dow.returnValue = 2; window.close();" type="button" name="cancel" value="취소" /> 43 <input type="submit" name="submit" value="동의 및 설치" /> <input onClick="win dow.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>
OLDNEW
« no previous file with comments | « chrome/installer/setup/eula/oem_ja.html ('k') | chrome/installer/setup/eula/oem_lt.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698