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

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

Issue 18732: Wire the eula and the dialog display code... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Google Chrome OEM EULA</title>
4 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" / >
5 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script>
6 </head>
7 <body>
8 <div class="header">
9 <table cellpadding="0" cellspacing="0" border="0">
10 <tr>
11 <td valign="top" width="48" align="center">
12 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" />
13 <div class="icontext">Google Chrome</div>
14 </td>
15 <td width="10">&nbsp;</td>
16 <td>
17 <span class="title">Surf the web with Google Chrome</span><br />
18 <span class="desc">Using the internet is faster, safer and easier
19 with Google Chrome, the web browser installed on your PC</span>
20 </td>
21 </tr>
22 </table>
23 </div>
24 <div class="main">
25 Accept the Google Chrome Terms of Service to start using Google Chrome:
26 </div>
27 <div class="eula">
28 <iframe id="ifr" src="res://setup.exe/IDR_TERMS_EN.HTML" width="100%" height=" 354" frameborder="0"></iframe>
29 </div>
30 <div id="footer" class="footer">
31 <form method="post" action="" onsubmit="checkAccept(this); return false;">
32 <table cellpadding="0" cellspacing="0" border="0">
33 <tr>
34 <td valign="top">
35 <input type="checkbox" name="accept" id="accept" />&nbsp;
36 </td>
37 <td valign="top" class="labelcell">
38 <label for="accept"><b>Optional:</b> Help make Google Chrome
39 better by automatically sending usage statistics and crash reports
40 to Google.
41 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=968 17&hl=en">Learn more</a>
42 </label>
43 </td>
44 </tr>
45 </table>
46 <div class="buttons">
47 <input type="submit" name="submit" value="Accept and Run" />
48 <input type="submit" name="cancel" value="Cancel" />
49 </div>
50 </form>
51 </div>
52 </body>
53 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698