Chromium Code Reviews| 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, initial-scale=1.0, | 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, |
| 7 maximum-scale=1.0, user-scalable=no"> | 7 maximum-scale=1.0, user-scalable=no"> |
| 8 </if> | 8 </if> |
| 9 <title i18n-content="title"></title> | 9 <title i18n-content="title"></title> |
| 10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| (...skipping 30 matching lines...) Expand all Loading... | |
| 41 <header> | 41 <header> |
| 42 <h1 i18n-content="history"></h1> | 42 <h1 i18n-content="history"></h1> |
| 43 <form id="search-form" method="post" action="" | 43 <form id="search-form" method="post" action="" |
| 44 class="search-field-container"> | 44 class="search-field-container"> |
| 45 <input type="search" id="search-field"> | 45 <input type="search" id="search-field"> |
| 46 <input type="submit" id="search-button" i18n-values="value:searchbutton"> | 46 <input type="submit" id="search-button" i18n-values="value:searchbutton"> |
| 47 </form> | 47 </form> |
| 48 </header> | 48 </header> |
| 49 | 49 |
| 50 <div id="filter-controls" hidden> | 50 <div id="filter-controls" hidden> |
| 51 <button id="range-today" i18n-content="rangetoday" disabled> | |
| 52 </button> | |
| 53 <button id="range-previous" disabled> | |
|
Bernhard Bauer
2013/01/18 16:08:27
This should fit on one line.
Sergiu
2013/01/21 14:05:24
Done.
| |
| 54 ◀ | |
| 55 </button> | |
| 56 <button id="range-next" disabled> | |
| 57 ▶ | |
| 58 </button> | |
| 51 <div id="display-filter-controls"> | 59 <div id="display-filter-controls"> |
| 52 <label> | 60 <label> |
| 53 <span i18n-content="displayfiltersites"></span> | 61 <span i18n-content="displayfiltersites"></span> |
| 54 <input type="checkbox" id="display-filter-sites" name="display-filter"> | 62 <input type="checkbox" id="display-filter-sites" name="display-filter"> |
| 55 </label> | 63 </label> |
| 56 <select id="timeframe-filter" disabled> | 64 <select id="timeframe-filter" disabled> |
| 57 <option i18n-content="rangeweek" value="1"></option> | 65 <option i18n-content="rangeweek" value="1"></option> |
| 58 <option i18n-content="rangemonth" value="2"></option> | 66 <option i18n-content="rangemonth" value="2"></option> |
| 59 </select> | 67 </select> |
| 60 </div> | 68 </div> |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 85 | 93 |
| 86 <menu id="action-menu"> | 94 <menu id="action-menu"> |
| 87 <button id="more-from-site" i18n-content="moreFromSite"></button> | 95 <button id="more-from-site" i18n-content="moreFromSite"></button> |
| 88 <button id="remove-visit" i18n-content="removeFromHistory"></button> | 96 <button id="remove-visit" i18n-content="removeFromHistory"></button> |
| 89 </menu> | 97 </menu> |
| 90 | 98 |
| 91 <script src="chrome://history-frame/strings.js"></script> | 99 <script src="chrome://history-frame/strings.js"></script> |
| 92 <script src="chrome://resources/js/i18n_template2.js"></script> | 100 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 93 </body> | 101 </body> |
| 94 </html> | 102 </html> |
| OLD | NEW |