diff options
Diffstat (limited to 'chrome/installer/setup/eula/oem_ko.html')
-rwxr-xr-x | chrome/installer/setup/eula/oem_ko.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/chrome/installer/setup/eula/oem_ko.html b/chrome/installer/setup/eula/oem_ko.html new file mode 100755 index 0000000..bf9fc0f --- /dev/null +++ b/chrome/installer/setup/eula/oem_ko.html @@ -0,0 +1,47 @@ +<html>
+<head>
+<title>Google 크롬 OEM 사용권 계약서</title>
+<link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" />
+<script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script>
+</head>
+<body>
+<div class="header">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td valign="top" width="48" align="center">
+ <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" />
+ <div class="icontext">Google 크롬</div>
+ </td>
+ <td width="10"> </td>
+ <td>
+ <span class="title">Google 크롬과 함께 하는 웹 서핑</span><br /> <span class="desc">Google 크롬은 PC에 설치하는 웹브라우저입니다. Google 크롬을 사용하면 인터넷을 보다 빠르고 쉽고 안전하게 이용할 수 있습니다.</span>
+ </td>
+ </tr>
+ </table>
+</div>
+<div class="main">
+ Google 크롬을 사용하려면 Google 크롬 서비스 약관에 동의해 주십시오.
+</div>
+<div class="eula">
+ <iframe id="ifr" src="res://setup.exe/IDR_TERMS_KO.HTML" width="100%" height="354" frameborder="0"></iframe>
+</div>
+<div id="footer" class="footer">
+ <form method="post" action="" onsubmit="checkAccept(this); return false;">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td valign="top">
+ <input type="checkbox" name="accept" id="accept" />
+ </td>
+ <td valign="top" class="labelcell">
+ <label for="accept"><b>선택사항:</b> 사용 통계 및 충돌 보고서가 Google로 자동 전송되도록 선택하시면 Google 크롬 개선에 도움이 됩니다. <a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&hl=ko">자세히 알아보기</a>
+ </label>
+ </td>
+ </tr>
+ </table>
+ <div class="buttons">
+ <input type="submit" name="submit" value="동의 및 설치" /> <input type="submit" name="cancel" value="취소" />
+ </div>
+ </form>
+</div>
+</body>
+</html>
\ No newline at end of file |