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 has_3d:has_3d"> | 8 has_3d:has_3d"> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 <div command="clear-all-blacklisted" | 123 <div command="clear-all-blacklisted" |
124 i18n-content="restorethumbnails"></div> | 124 i18n-content="restorethumbnails"></div> |
125 </menu> | 125 </menu> |
126 | 126 |
127 <div id="notification"> | 127 <div id="notification"> |
128 <span> </span> | 128 <span> </span> |
129 <span class="link"><span class="link-color"></span></span> | 129 <span class="link"><span class="link-color"></span></span> |
130 </div> | 130 </div> |
131 | 131 |
132 <div class="sections"> | 132 <div class="sections"> |
133 <div class="section" section="APPS" id="apps-section"> | 133 <!-- Start disabled. We only enable if we have at least one app. --> |
| 134 <div class="section disabled" section="APPS" id="apps-section"> |
134 <h2><img class="disclosure" img src="ntp/ntp_disclosure_triangle.png" | 135 <h2><img class="disclosure" img src="ntp/ntp_disclosure_triangle.png" |
135 ><span i18n-content="apps"></span><div class="back"></div></h2> | 136 ><span i18n-content="apps"></span><div class="back"></div></h2> |
136 <div class="maxiview" id="apps-section-content"></div> | 137 <div class="maxiview" id="apps-section-content"></div> |
137 <div class="miniview"></div> | 138 <div class="miniview"></div> |
138 </div> | 139 </div> |
139 | 140 |
140 <div id="most-visited-section" class="section" section="THUMB"> | 141 <div id="most-visited-section" class="section" section="THUMB"> |
141 <h2><img class="disclosure" src="ntp/ntp_disclosure_triangle.png" | 142 <h2><img class="disclosure" src="ntp/ntp_disclosure_triangle.png" |
142 ><span i18n-content="mostvisited"></span | 143 ><span i18n-content="mostvisited"></span |
143 ><div class="settings"></div><div class="back"></div></h2> | 144 ><div class="settings"></div><div class="back"></div></h2> |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 | 202 |
202 <script> | 203 <script> |
203 updateSimpleSection('apps-section', Section.APPS); | 204 updateSimpleSection('apps-section', Section.APPS); |
204 updateSimpleSection('most-visited-section', Section.THUMB); | 205 updateSimpleSection('most-visited-section', Section.THUMB); |
205 updateSimpleSection('recently-closed', Section.RECENT); | 206 updateSimpleSection('recently-closed', Section.RECENT); |
206 updateSimpleSection('debug', Section.DEBUG); | 207 updateSimpleSection('debug', Section.DEBUG); |
207 | 208 |
208 layoutSections(); | 209 layoutSections(); |
209 </script> | 210 </script> |
210 </html> | 211 </html> |
OLD | NEW |