| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 4 <title>Google Chrome EULA</title> | 4 <title>Google Chrome EULA</title> |
| 5 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" /
> | 5 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" /
> |
| 6 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script> | 6 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 <div class="header"> | 9 <div class="header"> |
| 10 <table cellpadding="0" cellspacing="0" border="0"> | 10 <table cellpadding="0" cellspacing="0" border="0"> |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe> | 27 <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe> |
| 28 </div> | 28 </div> |
| 29 <div id="footer" class="footer"> | 29 <div id="footer" class="footer"> |
| 30 <form method="post" action="" onsubmit="checkAccept(this); return false;"> | 30 <form method="post" action="" onsubmit="checkAccept(this); return false;"> |
| 31 <table cellpadding="0" cellspacing="0" border="0"> | 31 <table cellpadding="0" cellspacing="0" border="0"> |
| 32 <tr> | 32 <tr> |
| 33 <td valign="top"> | 33 <td valign="top"> |
| 34 <input type="checkbox" name="accept" id="accept" /> | 34 <input type="checkbox" name="accept" id="accept" /> |
| 35 </td> | 35 </td> |
| 36 <td valign="top" class="labelcell"> | 36 <td valign="top" class="labelcell"> |
| 37 <label for="accept"><b>Facultatif :</b> Aidez-nous à am&ea
cute;liorer Google Chrome en envoyant automatiquement des statistiques d'utilisa
tion et des rapports d'erreur à Google. <a href="https://support.google.c
om/chrome/answer/96817?hl=fr">En savoir plus</a> | 37 <label for="accept"><b>Facultatif :</b> Aidez-nous à am&ea
cute;liorer Google Chrome en envoyant automatiquement des statistiques d'utilisa
tion et des rapports d'erreur à Google. <a href="https://support.google.c
om/chrome/?p=usage_stats_crash_reports">En savoir plus</a> |
| 38 </label> | 38 </label> |
| 39 </td> | 39 </td> |
| 40 </tr> | 40 </tr> |
| 41 </table> | 41 </table> |
| 42 <div class="buttons"> | 42 <div class="buttons"> |
| 43 <input type="submit" name="submit" value="Accepter et installer" /> <inpu
t onClick="window.returnValue = 2; window.close();" type="button" name="cancel"
value="Annuler" /> | 43 <input type="submit" name="submit" value="Accepter et installer" /> <inpu
t onClick="window.returnValue = 2; window.close();" type="button" name="cancel"
value="Annuler" /> |
| 44 </div> | 44 </div> |
| 45 </form> | 45 </form> |
| 46 </div> | 46 </div> |
| 47 </body> | 47 </body> |
| 48 </html> | 48 </html> |
| OLD | NEW |