summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/eula/oem_ja.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/setup/eula/oem_ja.html')
-rwxr-xr-xchrome/installer/setup/eula/oem_ja.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/chrome/installer/setup/eula/oem_ja.html b/chrome/installer/setup/eula/oem_ja.html
new file mode 100755
index 0000000..2b503c5
--- /dev/null
+++ b/chrome/installer/setup/eula/oem_ja.html
@@ -0,0 +1,47 @@
+<html>
+<head>
+<title>Google Chrome OEM EULA</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 Chrome</div>
+ </td>
+ <td width="10">&nbsp;</td>
+ <td>
+ <span class="title">Google Chrome でウェブをサーフする</span><br /> <span class="desc">PC にインストールしたこのウェブブラウザ Google Chrome を使用するとインターネットがより早く、安全で簡単になります。 </span>
+ </td>
+ </tr>
+ </table>
+</div>
+<div class="main">
+ Google Chrome の使用開始にあたって Google Chrome の利用規約に同意する:
+</div>
+<div class="eula">
+ <iframe id="ifr" src="res://setup.exe/IDR_TERMS_JA.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" />&nbsp;
+ </td>
+ <td valign="top" class="labelcell">
+ <label for="accept"><b>オプション:</b> 使用状況データと障害レポートを Google に自動送信して Google Chrome の機能向上に役立てる。<a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=ja">こちらをご覧ください。</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