Removed the tag to prevent MS Smart Tags from being parsed, as that feature was remov...
[citadel.git] / webcit / static / t / head.html
index 9cc1a4bab4c8d83e356ebc4b62e9276e315f4fcb..bb1988919da512fe3475cb511bc54b59f05bd507 100644 (file)
@@ -2,12 +2,12 @@
         "http://www.w3.org/TR/html4/loose.dtd">
 <html>
        <head>
-               <title><?THISROOM> - <?SERV:HUMANNODE></title>
-               <meta name="MSSmartTagsPreventParsing" content="TRUE" >
-               <meta http-equiv="X-UA-Compatible" content="IE=8" />
+               <title><?THISROOM:NAME> - <?SERV:HUMANNODE></title>
+               <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="static/styles/fineuploader.css" rel="stylesheet" type="text/css">
                <?THISROOM:FEED:RSSMETA>
 
                <link href="do_template?template=iconbar_user" rel="stylesheet" type="text/css">
                <script type="text/javascript" src="static/roomops.js"></script>
                <script type="text/javascript" src="static/ctdldragdrop.js"></script>
                <script type="text/javascript" src="static/modal.js"></script>
+               <script type="text/javascript" src="static/fineuploader.js"></script>
+
        </head>
 <body>
 <div id="is_logged_in" style="display:none"><?%("COND:LOGGEDIN", 1, 1, 1, "no", "yes")></div>
-<?ICONBAR>
 <!-- begin modal box -->
 <div id="modal">
        <div class="md-overlay-decorator">
@@ -42,6 +43,7 @@
                        <div class="md-dialog-wrap">
                                <div class="md-dialog" id="dialog">
                                        <div class="md-content" id="md-content">
+                                         <?!("COND:LOGGEDIN", 1)><?=("get_logged_in")><??("X", 1)>
                                                <!-- contents of modal box go here -->
                                        </div>
                                </div>
@@ -50,5 +52,6 @@
        </div>
 </div>
 <!-- end modal box -->
+<?ICONBAR>
 <div id="global">
 <!--("end head.html")-->