bbf580977cbaccfb7475705a061416af0b3992ae
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / includes / doc-head-close.inc
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
3 <link rel="stylesheet" type="text/css" media="print" href="<!-- TMPL_VAR name="themelang" -->/includes/intranet-print.css" />
4 <style type="text/css" media="screen"> 
5   <!-- TMPL_IF NAME="popup" -->
6     @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet2popup.css);
7   <!-- /TMPL_IF -->
8   <!-- TMPL_IF NAME="login" -->
9         @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/login.css);
10   <!-- TMPL_ELSE -->
11           <!-- TMPL_IF NAME="intranetstylesheet" -->
12             @import url(<!-- TMPL_VAR NAME="intranetstylesheet" -->);
13     <!-- TMPL_ELSE -->
14       @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet2.css);
15     <!--/TMPL_IF-->    
16   <!-- /TMPL_IF -->
17         <!-- TMPL_IF NAME="intranetcolorstylesheet" -->
18            @import url(<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);
19   <!-- /TMPL_IF -->
20 </style>
21 </head>
22 <body>
23 <script language="JavaScript" type="text/javascript">
24     function _(s) { return s } // dummy function for gettext
25 </script>