2 <html i18n-values=
"dir:textdirection;">
5 <title i18n-content=
"title"></title>
6 <link rel=
"stylesheet" href=
"../ntp4/incognito_tab.css">
7 <link rel=
"stylesheet" href=
"login/enterprise_info.css">
9 // Until themes can clear the cache, force-reload the theme stylesheet.
10 document
.write('<link id="incognitothemecss" rel="stylesheet" ' +
11 'href="chrome://theme/css/incognito_new_tab_theme.css?' +
15 <body i18n-values=
".style.fontFamily:fontfamily;.style.fontSize:fontsize">
16 <div id=
"enterprise-info" location=
"guest-tab"
17 i18n-values=
"visible:enterpriseInfoVisible;">
18 <img src=
"chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY"/>
19 <span id=
"enterprise-info-message" i18n-content=
"enterpriseInfoMessage">
21 <a id=
"enterprise-info-hint-link" i18n-content=
"learnMore"
22 i18n-values=
".href:enterpriseInfoHintLink"></a>
24 <div class=
"content" >
25 <span i18n-values=
".innerHTML:content"></span>
29 function themeChanged() {
30 document
.getElementById('incognitothemecss').href
=
31 'chrome://theme/css/incognito_new_tab_theme.css?' + Date
.now();