Python packaging improvments
[pithos-web-client] / src / gr / grnet / pithos / web / public / index.html
index 8ca97d1..e6cd74c 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  ~ Copyright 2011-2012 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 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>
-       </head>
+        <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>