Python packaging improvments
[pithos-web-client] / src / gr / grnet / pithos / web / public / index.html
index bd219ba..e6cd74c 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  ~ Copyright 2011 GRNET S.A. All rights reserved.
+  ~ Copyright 2011-2013 GRNET S.A. All rights reserved.
   ~
   ~ Redistribution and use in source and binary forms, with or
   ~ without modification, are permitted provided that the following
                }
                </script>
                <script type="text/javascript" language="javascript" src="lytebox.js"></script>
-               <link rel="stylesheet" href="lytebox.css" type="text/css" media="screen" />     </head>
+               <link rel="stylesheet" href="lytebox.css" type="text/css" media="screen" />
+
+               <!-- Load Queue widget CSS and jQuery -->
+               <style type="text/css">@import url(plupload/js/jquery.plupload.queue/css/jquery.plupload.queue.css);</style>
+               <script type="text/javascript" src="jquery.min.js"></script>
+               <!-- Third party script for BrowserPlus runtime (Google Gears included in Gears runtime now) -->
+               <script type="text/javascript" src="browserplus-min.js"></script>
+               <!-- Load plupload and all it's runtimes and finally the jQuery queue widget -->
+               <script type="text/javascript" src="plupload/js/plupload.full.js"></script>
+        <script type="text/javascript" src="plupload/js/jquery.plupload.queue/jquery.plupload.queue.js"></script>
+
+        {% include "pithos_webclient/cloudbar.html" %}
+        <script>
+                       var otherProperties = {
+                               loginUrl: "/im/login?next=",
+                               feedbackUrl: "/feedback",
+                               authCookie: "_pithos2_a",
+                               version: ""
+            };
+            {% include "pithos_webclient/other_properties.html" %}
+               </script>
+    </head>
        <body>
                <iframe src="javascript:''" id="__gwt_historyFrame" style="position:absolute;width:0;height:0;border:0"></iframe>
        </body>