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

Side by Side Diff: chrome/installer/setup/eula/oem_en-GB.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_en.html ('k') | chrome/installer/setup/eula/oem_es.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 /> <span c lass="desc">Using the Internet is faster, safer and easier with Google Chrome, t he web browser installed on your PC</span> 17 <span class="title">Surf the web with Google Chrome</span><br /> <span c lass="desc">Using the Internet is faster, safer and easier with Google Chrome, t he web browser installed on your PC</span>
18 </td> 18 </td>
19 </tr> 19 </tr>
20 </table> 20 </table>
21 </div> 21 </div>
22 <div class="main"> 22 <div class="main">
23 Accept the Google Chrome Terms of Service to start using Google Chrome: 23 Accept the Google Chrome Terms of Service to start using Google Chrome:
24 </div> 24 </div>
25 <div class="eula"> 25 <div class="eula">
26 <iframe id="ifr" src="res://setup.exe/IDR_TERMS_EN_GB.HTML" width="100%" heigh t="354" frameborder="0"></iframe> 26 <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
27 </div> 27 </div>
28 <div id="footer" class="footer"> 28 <div id="footer" class="footer">
29 <form method="post" action="" onsubmit="checkAccept(this); return false;"> 29 <form method="post" action="" onsubmit="checkAccept(this); return false;">
30 <table cellpadding="0" cellspacing="0" border="0"> 30 <table cellpadding="0" cellspacing="0" border="0">
31 <tr> 31 <tr>
32 <td valign="top"> 32 <td valign="top">
33 <input type="checkbox" name="accept" id="accept" />&nbsp; 33 <input type="checkbox" name="accept" id="accept" />&nbsp;
34 </td> 34 </td>
35 <td valign="top" class="labelcell"> 35 <td valign="top" class="labelcell">
36 <label for="accept"><b>Optional:</b> Help us make Google Chrome better by automatically sending usage statistics and crash reports to Google. <a href= "http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=en_GB">L earn more</a> 36 <label for="accept"><b>Optional:</b> Help us make Google Chrome better by automatically sending usage statistics and crash reports to Google. <a href= "http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=en_GB">L earn more</a>
37 </label> 37 </label>
38 </td> 38 </td>
39 </tr> 39 </tr>
40 </table> 40 </table>
41 <div class="buttons"> 41 <div class="buttons">
42 <input type="submit" name="submit" value="Accept and Run" /> <input onCli ck="window.returnValue = 2; window.close();" type="button" name="cancel" value=" Cancel" /> 42 <input type="submit" name="submit" value="Accept and Run" /> <input onCli ck="window.returnValue = 2; window.close();" type="button" name="cancel" value=" Cancel" />
43 </div> 43 </div>
44 </form> 44 </form>
45 </div> 45 </div>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « chrome/installer/setup/eula/oem_en.html ('k') | chrome/installer/setup/eula/oem_es.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698