OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. --> | 5 found in the LICENSE file. --> |
6 <head> | 6 <head> |
7 <script src="promo.js"></script> | 7 <script src="promo.js"></script> |
8 <script src="../../../../ui/webui/resources/js/util.js"></script> | 8 <script src="../../../../ui/webui/resources/js/util.js"></script> |
9 <script src="../../../../ui/webui/resources/js/load_time_data.js"></script> | 9 <script src="../../../../ui/webui/resources/js/load_time_data.js"></script> |
10 <link rel="stylesheet" href="promo.css"> | 10 <link rel="stylesheet" href="promo.css"> |
11 <meta charset="utf-8"> | 11 <meta charset="utf-8"> |
12 <meta name="viewport" content="width=device-width, user-scalable=no"> | 12 <meta name="viewport" content="width=device-width, user-scalable=no"> |
13 </head> | 13 </head> |
14 <body> | 14 <body> |
15 <p i18n-content="description"></p> | 15 <div id="container"> |
16 <div id="button-container"> | 16 <p i18n-content="description"></p> |
17 <span class="label"><a href="#optout" i18n-content="optOut"></a></span> | 17 <div id="button-container"> |
18 <span class="label"><a class="colored" href="#optin" i18n-content="optIn"></ a></span> | 18 <span class="label"><a href="#optout" i18n-content="optOut"></a></span> |
19 <span class="label" onclick="addSlideClass()"><a class="colored" href="#op tin" i18n-content="optIn"></a></span> | |
huangs
2014/08/11 16:10:51
Better style is to inject handler from JS, since i
pedro (no code reviews)
2014/08/11 17:54:06
+1
Mathieu
2014/08/11 21:11:03
Done.
Mathieu
2014/08/11 21:11:03
Done.
| |
20 </div> | |
19 </div> | 21 </div> |
20 </body> | 22 </body> |
21 </html> | 23 </html> |
OLD | NEW |