18 lines
No EOL
864 B
HTML
18 lines
No EOL
864 B
HTML
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
|
|
<link rel="stylesheet" type="text/css" media="print" href="<!-- TMPL_VAR name="themelang" -->/includes/intranet-print.css" />
|
|
<style type="text/css" media="screen">
|
|
<!-- TMPL_IF NAME="intranetstylesheet" -->
|
|
@import url(<!-- TMPL_VAR NAME="intranetstylesheet" -->);
|
|
<!-- TMPL_ELSE -->
|
|
@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="intranetcolorstylesheet" -->
|
|
@import url(<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);
|
|
<!-- /TMPL_IF -->
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<script language="JavaScript" type="text/javascript">
|
|
function _(s) { return s } // dummy function for gettext
|
|
</script> |