Tidy: remove trailing / which makes all the rest barf
[citadel.git] / webcit / static / t / head.html
index 5473907b32abcc2b00e3ca0d8f9475de5c15fd90..2d6e6b3cc620de84f298e3a05cb36037b9002f21 100644 (file)
@@ -2,8 +2,9 @@
         "http://www.w3.org/TR/html4/loose.dtd">
 <html>
        <head>
-               <title><?CURRENT_ROOM> - <?SERV:HUMANNODE></title>
+               <title><?THISROOM> - <?SERV:HUMANNODE></title>
                <meta name="MSSmartTagsPreventParsing" content="TRUE" >
+               <meta http-equiv="X-UA-Compatible" content="IE=8" >
                <meta name="keywords" content="groupware messaging collaboration" >
                <link href="static/styles/webcit.css" rel="stylesheet" type="text/css">
                <link href="static/styles/datepicker.css" rel="stylesheet" type="text/css">
                <link href="do_template?template=iconbar_user" rel="stylesheet" type="text/css">
                <link href="static/styles/iconbaricns.css" rel="<?%("COND:ICONBAR:ACTIVE", 1, 0, #"ib_displayas", "", "alternate ")>stylesheet" type="text/css" id="style_iconbar_icns" title="Default iconbar">
                <link href="static/styles/iconbarpiconly.css" rel="<?%("COND:ICONBAR:ACTIVE", 1, 1, #"ib_displayas", "","alternate ")>stylesheet" type="text/css" id="style_iconbar_piconly" title="Iconbar without text">
-               <?CSSLOCAL> 
-
+               <?CSSLOCAL>
+               <!--[if lte IE 8]>
+                       <style type="text/css">@import url(static/styles/ie_lte8.css);</style>
+               <![endif]-->
                <script type="text/javascript" src="static/prototype.js"></script> 
                <script type="text/javascript" src="static/scriptaculous.js"></script> 
                <script type="text/javascript" src="static/datepicker-dev.js"></script>
@@ -47,8 +50,5 @@
        </div>
 </div>
 <!-- end modal box -->
-<noscript><div id="noscript_warning">
-<?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
-</div></noscript>
 <div id="global">
 <!--("end head.html")-->