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

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

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

Powered by Google App Engine
This is Rietveld 408576698