OLD | NEW |
---|---|
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <if expr="pp_ifdef('android')"> | 5 <if expr="pp_ifdef('android')"> |
6 <meta name="viewport" content="width=device-width, user-scalable=no"> | 6 <meta name="viewport" content="width=device-width, user-scalable=no"> |
7 </if> | 7 </if> |
8 <link rel="stylesheet" href="flags.css"> | 8 <link rel="stylesheet" href="flags.css"> |
9 <script src="chrome://resources/js/load_time_data.js"></script> | 9 <script src="chrome://resources/js/load_time_data.js"></script> |
10 <script src="chrome://resources/js/util.js"></script> | 10 <script src="chrome://resources/js/util.js"></script> |
(...skipping 15 matching lines...) Expand all Loading... | |
26 <div id="flagsExperimentTemplate"> | 26 <div id="flagsExperimentTemplate"> |
27 | 27 |
28 <div id="container" class="vbox-container"> | 28 <div id="container" class="vbox-container"> |
29 <div id="top" class="wbox"> | 29 <div id="top" class="wbox"> |
30 | 30 |
31 <div class="section-header"> | 31 <div class="section-header"> |
32 <table cellpadding="0" cellspacing="0"><tr valign="center"> | 32 <table cellpadding="0" cellspacing="0"><tr valign="center"> |
33 <td> | 33 <td> |
34 <span class="section-header-title" i18n-content="flagsTableTitle" | 34 <span class="section-header-title" i18n-content="flagsTableTitle" |
35 >TITLE</span> | 35 >TITLE</span> |
36 <button id="experiment-reset-all" | |
37 type="button" | |
James Hawkins
2013/02/19 20:49:54
Note that this file at some point needs to be clea
jryans
2013/02/19 21:28:28
Yeah, I attempted to emulate what I saw elsewhere
| |
38 i18n-content="resetAllButton" | |
39 >RESET ALL TO DEFAULT</button> | |
James Hawkins
2013/02/19 20:49:54
nit: Don't include placeholder placeholder text, e
jryans
2013/02/19 21:28:28
Okay, removed.
| |
36 </td> | 40 </td> |
37 </tr></table> | 41 </tr></table> |
38 </div> | 42 </div> |
39 | 43 |
40 </div> | 44 </div> |
41 </div> | 45 </div> |
42 | 46 |
43 <div class="content"> | 47 <div class="content"> |
44 <div class="experiment-name no-experiments" | 48 <div class="experiment-name no-experiments" |
45 jsdisplay="flagsExperiments.length === 0"> | 49 jsdisplay="flagsExperiments.length === 0"> |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
110 type="button" | 114 type="button" |
111 i18n-content="flagsRestartButton">RESTART</button> | 115 i18n-content="flagsRestartButton">RESTART</button> |
112 </div> | 116 </div> |
113 </div> | 117 </div> |
114 </div> | 118 </div> |
115 </div> | 119 </div> |
116 <script src="chrome://resources/js/i18n_template2.js"></script> | 120 <script src="chrome://resources/js/i18n_template2.js"></script> |
117 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 121 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
118 </body> | 122 </body> |
119 </html> | 123 </html> |
OLD | NEW |