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="is_android or is_ios"> | 5 <if expr="is_android or is_ios"> |
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/butter_bar.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/butter_bar.css"> |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 </if> | 74 </if> |
75 | 75 |
76 <div id="history-page" class="page"> | 76 <div id="history-page" class="page"> |
77 <div id="scrolling-container"> | 77 <div id="scrolling-container"> |
78 <header> | 78 <header> |
79 <h1 i18n-content="history"></h1> | 79 <h1 i18n-content="history"></h1> |
80 <div id="search-form" class="search-field-container"> | 80 <div id="search-form" class="search-field-container"> |
81 <input type="search" id="search-field" | 81 <input type="search" id="search-field" |
82 i18n-values="aria-label:searchButton"> | 82 i18n-values="aria-label:searchButton"> |
83 <input type="submit" id="search-button" | 83 <input type="submit" id="search-button" |
84 i18n-values="value:searchButton"> | 84 i18n-values="value:searchButton" aria-controls="results-header"> |
85 </div> | 85 </div> |
86 <div id="filter-controls" hidden> | 86 <div id="filter-controls" hidden> |
87 <div id="range-controls"> | 87 <div id="range-controls"> |
88 <button id="range-today" i18n-content="rangeToday" | 88 <button id="range-today" i18n-content="rangeToday" |
89 i18n-values="aria-label:rangeToday" disabled></button> | 89 i18n-values="aria-label:rangeToday" disabled></button> |
90 <button id="range-previous" i18n-values="aria-label:rangePrevious" | 90 <button id="range-previous" i18n-values="aria-label:rangePrevious" |
91 disabled></button> | 91 disabled></button> |
92 <button id="range-next" i18n-values="aria-label:rangeNext" disabled> | 92 <button id="range-next" i18n-values="aria-label:rangeNext" disabled> |
93 </button> | 93 </button> |
94 </div> | 94 </div> |
95 <div id="timeframe-controls"> | 95 <div id="timeframe-controls"> |
96 <input type="radio" name="timeframe-filter" value="0" checked | 96 <input type="radio" name="timeframe-filter" value="0" checked |
97 i18n-values="aria-label:rangeAllTime"> | 97 i18n-values="aria-label:rangeAllTime" |
| 98 aria-controls="results-header"> |
98 <input type="radio" name="timeframe-filter" value="1" | 99 <input type="radio" name="timeframe-filter" value="1" |
99 i18n-values="aria-label:rangeWeek"> | 100 i18n-values="aria-label:rangeWeek" |
| 101 aria-controls="results-header"> |
100 <input type="radio" name="timeframe-filter" value="2" | 102 <input type="radio" name="timeframe-filter" value="2" |
101 i18n-values="aria-label:rangeMonth"> | 103 i18n-values="aria-label:rangeMonth" |
| 104 aria-controls="results-header"> |
102 </div> | 105 </div> |
103 </div> | 106 </div> |
104 </header> | 107 </header> |
105 <if expr="not is_android"> | 108 <if expr="not is_android"> |
106 <div id="other-devices" class="other-devices"></div> | 109 <div id="other-devices" class="other-devices"></div> |
107 </if> | 110 </if> |
108 <div id="top-container"> | 111 <div id="top-container"> |
109 <div id="editing-controls"> | 112 <div id="editing-controls"> |
110 <button id="clear-browsing-data" i18n-content="clearAllHistory"> | 113 <button id="clear-browsing-data" i18n-content="clearAllHistory"> |
111 </button> | 114 </button> |
112 <button id="remove-selected" disabled="disabled" | 115 <button id="remove-selected" disabled="disabled" |
113 i18n-content="removeSelected"></button> | 116 i18n-content="removeSelected"></button> |
114 </div> | 117 </div> |
115 <div id="notification-bar" hidden></div> | 118 <div id="notification-bar" hidden></div> |
116 </div> | 119 </div> |
117 | 120 |
118 <div id="results-display"></div> | 121 <div id="results-display"> |
| 122 <h3 id="results-header" aria-live="polite"></h3> |
| 123 </div> |
119 <div id="loading-spinner" hidden> | 124 <div id="loading-spinner" hidden> |
120 <span id="loading"> | 125 <span id="loading"> |
121 <div id="spinner" class="inline-spinner"></div> | 126 <div id="spinner" class="inline-spinner"></div> |
122 <span i18n-content="loading"></span> | 127 <span i18n-content="loading"></span> |
123 </span> | 128 </span> |
124 </div> | 129 </div> |
125 <div id="results-pagination"> | 130 <div id="results-pagination"> |
126 <a is="action-link" id="newest-button" i18n-content="newest" hidden></a> | 131 <a is="action-link" id="newest-button" i18n-content="newest" hidden></a> |
127 <a is="action-link" id="newer-button" i18n-content="newer" hidden></a> | 132 <a is="action-link" id="newer-button" i18n-content="newer" hidden></a> |
128 <a is="action-link" id="older-button" i18n-content="older" hidden></a> | 133 <a is="action-link" id="older-button" i18n-content="older" hidden></a> |
129 </div> | 134 </div> |
130 </div> | 135 </div> |
131 </div> | 136 </div> |
132 | 137 |
133 <menu id="action-menu" hidden> | 138 <menu id="action-menu" hidden> |
134 <button id="more-from-site" i18n-content="moreFromSite"></button> | 139 <button id="more-from-site" i18n-content="moreFromSite"></button> |
135 <button id="remove-visit" i18n-content="removeFromHistory"></button> | 140 <button id="remove-visit" i18n-content="removeFromHistory"></button> |
136 </menu> | 141 </menu> |
137 | 142 |
138 <script src="chrome://history-frame/strings.js"></script> | 143 <script src="chrome://history-frame/strings.js"></script> |
139 <script src="chrome://resources/js/i18n_template2.js"></script> | 144 <script src="chrome://resources/js/i18n_template2.js"></script> |
140 </body> | 145 </body> |
141 </html> | 146 </html> |
OLD | NEW |