Attachments: start using fineuploader.com to upload attachments to messages.
[citadel.git] / webcit / static / t / head.html
index 011e33e42fcf62c67485b49a3585001438d85e8c..5fdbf9ec886441c76ee97334c0465d8bdde68fc0 100644 (file)
@@ -8,6 +8,7 @@
                <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">
@@ -27,6 +28,8 @@
                <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>