OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values=" | 2 <html i18n-values=" |
3 dir:textdirection; | 3 dir:textdirection; |
4 bookmarkbarattached:bookmarkbarattached; | 4 bookmarkbarattached:bookmarkbarattached; |
5 hasattribution:hasattribution; | 5 hasattribution:hasattribution; |
6 anim:anim; | 6 anim:anim; |
7 syncispresent:syncispresent; | 7 syncispresent:syncispresent; |
8 haspromo:haspromo"> | 8 haspromo:haspromo"> |
9 | 9 |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
179 <div id="container"> | 179 <div id="container"> |
180 <div id="main"> | 180 <div id="main"> |
181 | 181 |
182 <div id=top-bar> | 182 <div id=top-bar> |
183 <div id="tip-line"></div> | 183 <div id="tip-line"></div> |
184 <script>updateSimpleSection('tip-line', Section.TIPS)</script> | 184 <script>updateSimpleSection('tip-line', Section.TIPS)</script> |
185 <input type="button" id="option-button" | 185 <input type="button" id="option-button" |
186 i18n-values="title:pagedisplaytooltip"> | 186 i18n-values="title:pagedisplaytooltip"> |
187 </div> | 187 </div> |
188 | 188 |
189 <div id="option-menu" class="window-menu"> | 189 <div id="option-menu" class="window-menu"> |
feldstein
2010/04/24 00:16:54
You mentioned in the mail that there were no code
| |
190 <div command="hide" section="TIPS" i18n-content="tips"></div> | 190 <div command="hide" section="TIPS" i18n-content="tips"></div> |
191 <div command="hide" section="THUMB" i18n-content="mostvisited"></div> | 191 <div command="hide" section="THUMB" i18n-content="mostvisited"></div> |
192 <div command="hide" section="RECENT" i18n-content="recentlyclosed"></div> | 192 <div command="hide" section="RECENT" i18n-content="recentlyclosed"></div> |
193 <hr> | 193 <hr> |
194 <div command="clear-all-blacklisted" | 194 <div command="clear-all-blacklisted" |
195 i18n-content="restorethumbnails"></div> | 195 i18n-content="restorethumbnails"></div> |
196 </div> | 196 </div> |
197 | 197 |
198 <div id="notification"> | 198 <div id="notification"> |
199 <span> </span> | 199 <span> </span> |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
270 <img id="promo-image" src="chrome://theme/newtab_extensions_promo"> | 270 <img id="promo-image" src="chrome://theme/newtab_extensions_promo"> |
271 </a> | 271 </a> |
272 </div> | 272 </div> |
273 </div> | 273 </div> |
274 | 274 |
275 </div> <!-- container --> | 275 </div> <!-- container --> |
276 | 276 |
277 <div class="window-menu" id="window-tooltip"></div> | 277 <div class="window-menu" id="window-tooltip"></div> |
278 | 278 |
279 </body> | 279 </body> |
280 <script src="i18n_template.js"></script> | 280 <script src="shared/js/i18n_template.js"></script> |
281 <script src="local_strings.js"></script> | 281 <script src="shared/js/local_strings.js"></script> |
282 <script src="shared/js/parse_html_subset.js"></script> | |
282 <script src="new_new_tab.js"></script> | 283 <script src="new_new_tab.js"></script> |
284 <script src="ntp/most_visited.js"></script> | |
283 </html> | 285 </html> |
OLD | NEW |