blob: 7e5192790b4f19371331ca2dfc98cbbebb1300f2 [file] [log] [blame]
<!DOCTYPE html>
<html i18n-values="dir:textdirection;">
<head>
<title i18n-content="title"></title>
<link rel="stylesheet" href="../ntp4/incognito_tab.css">
<link rel="stylesheet" href="login/enterprise_info.css">
<script>
// Until themes can clear the cache, force-reload the theme stylesheet.
document.write('<link id="incognitothemecss" rel="stylesheet" ' +
'href="chrome://theme/css/incognito_new_tab_theme.css?' +
Date.now() + '">');
</script>
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div id="enterprise-info" location="guest-tab"
i18n-values="visible:enterpriseInfoVisible;">
<img src="chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY"/>
<span id="enterprise-info-message" i18n-content="enterpriseInfoMessage">
</span>
<a id="enterprise-info-hint-link" i18n-content="learnMore"
i18n-values=".href:enterpriseInfoHintLink"></a>
</div>
<div class="content" >
<span i18n-values=".innerHTML:content"></span>
</div>
</body>
<script>
function themeChanged() {
document.getElementById('incognitothemecss').href =
'chrome://theme/css/incognito_new_tab_theme.css?' + Date.now();
}
</script>
</html>