diff options
Diffstat (limited to 'chrome/app/resources/terms/terms_ko.html')
-rw-r--r-- | chrome/app/resources/terms/terms_ko.html | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/chrome/app/resources/terms/terms_ko.html b/chrome/app/resources/terms/terms_ko.html index 8c13a5a..67d897a 100644 --- a/chrome/app/resources/terms/terms_ko.html +++ b/chrome/app/resources/terms/terms_ko.html @@ -3,11 +3,27 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Google 크롬 서비스 약관</title> +<link rel="icon" type="image/ico" href="/tools/dlpage/res/chrome/images/chrome-16.png"><title>Google 크롬 서비스 약관</title> <style> body { font-family:Arial; font-size:13px; } </style> -</head> +<script type="text/javascript"> +function carry_tracking(obj) { + var s = '(\\?.*)'; + var regex = new RegExp(s); + var results = regex.exec(window.location.href); + if (results != null) { + obj.href = obj.href + results[1]; + } else { + s2 = 'intl/([^/]*)'; + regex2 = new RegExp(s2); + results2 = regex2.exec(window.location.href); + if (results2 != null) { + obj.href = obj.href + '?hl=' + results2[1]; + } + } +} +</script></head> <body> <h2>Google 크롬 서비스 약관</h2> @@ -115,4 +131,4 @@ body { font-family:Arial; font-size:13px; } <p>19.7 본 약관, 그리고 본 약관에 따른 귀하와 Google의 관계는 법률 조항의 상충 여부에 관계없이 캘리포니아 주 법률의 적용을 받습니다. 귀하와 Google은 본 약관으로부터 발생하는 모든 법적 분쟁을 해결하기 위해 캘리포니아 주 산타클라라 카운티 소재 법원의 전속 관할권에 따르는 데 동의합니다. 이와는 별도로 귀하는 Google이 관할지역과 상관없이 보존처분 또는 이에 상응하는 긴급 구제책을 시행할 자격이 있음에 동의합니다.</p> <p>2008년 12월 ___일</p> </body> -</html>
\ No newline at end of file +</html> |