diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 20:33:43 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 20:33:43 +0000 |
commit | b3f03bd9caaaf4b823d764c7c5a8ffcafcfdb7c1 (patch) | |
tree | 6c70327255b9fd2e03baf980f20cab54b96b4b6f /chrome/app/resources/terms/terms_nl.html | |
parent | 9c0e4221f467386fcbc730b9cfd6ea950225ecc1 (diff) | |
download | chromium_src-b3f03bd9caaaf4b823d764c7c5a8ffcafcfdb7c1.zip chromium_src-b3f03bd9caaaf4b823d764c7c5a8ffcafcfdb7c1.tar.gz chromium_src-b3f03bd9caaaf4b823d764c7c5a8ffcafcfdb7c1.tar.bz2 |
Bring our EULA files to parity with the website.
Review URL: http://codereview.chromium.org/18778
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8751 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/terms/terms_nl.html')
-rw-r--r-- | chrome/app/resources/terms/terms_nl.html | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/chrome/app/resources/terms/terms_nl.html b/chrome/app/resources/terms/terms_nl.html index b6baf74..2eddd85 100644 --- a/chrome/app/resources/terms/terms_nl.html +++ b/chrome/app/resources/terms/terms_nl.html @@ -3,11 +3,27 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Google Chrome - Servicevoorwaarden</title> +<link rel="icon" type="image/ico" href="/tools/dlpage/res/chrome/images/chrome-16.png"><title>Google Chrome - Servicevoorwaarden</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 Chrome - Servicevoorwaarden</h2> @@ -116,4 +132,4 @@ body { font-family:Arial; font-size:13px; } <h3> </h3> <br /> </body> -</html>
\ No newline at end of file +</html> |