OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values=" | 2 <html i18n-values=" |
3 dir:textdirection; | 3 dir:textdirection; |
4 hasattribution:hasattribution; | 4 hasattribution:hasattribution; |
5 customlogo:customlogo; | 5 customlogo:customlogo; |
6 themegravity:themegravity; | 6 themegravity:themegravity; |
7 bookmarkbarattached:bookmarkbarattached;" | 7 bookmarkbarattached:bookmarkbarattached;" |
8 class="starting-up"> | 8 class="starting-up"> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
190 <!-- App install hint --> | 190 <!-- App install hint --> |
191 <a id="app-install-hint-template" class="app-install-hint"> | 191 <a id="app-install-hint-template" class="app-install-hint"> |
192 <div class="app-install-hint-interior"> | 192 <div class="app-install-hint-interior"> |
193 <div class="interior-background"></div> | 193 <div class="interior-background"></div> |
194 <div class="vertical-bar"></div> | 194 <div class="vertical-bar"></div> |
195 <div class="horizontal-bar"></div> | 195 <div class="horizontal-bar"></div> |
196 </div> | 196 </div> |
197 <span i18n-content="appInstallHintText"></span> | 197 <span i18n-content="appInstallHintText"></span> |
198 </a> | 198 </a> |
199 | 199 |
200 <!-- Message shown in the other sessions menu when the user is signed in but | |
201 there is no session data (e.g. they have tab sync turned off). --> | |
202 <div id="other-sessions-promo-message" class="promo-message"> | |
203 <span i18n-content="otherSessionsEmpty"></span> | |
204 <p><a i18n-values="href:otherSessionsLearnMoreUrl" | |
205 i18n-content="learnMore"></a></p> | |
Dan Beam
2012/03/26 20:42:39
new line for each </close:tag> if it's not 1 line
Patrick Dubroy
2012/03/26 21:41:47
Done.
| |
206 </div> | |
207 | |
200 </div> | 208 </div> |
201 | 209 |
202 <!-- This is used to measure text in the current locale. It is not visible. --> | 210 <!-- This is used to measure text in the current locale. It is not visible. --> |
203 <div id="fontMeasuringDiv"></div> | 211 <div id="fontMeasuringDiv"></div> |
204 | 212 |
205 </html> | 213 </html> |
OLD | NEW |