upload buttons for user.public_key, network sdn parameters
[plstackapi.git] / planetstack / templates / admin / base.html
index 4ff608e..49c6791 100644 (file)
@@ -11,8 +11,9 @@
   <script type="text/javascript">window.__admin_media_prefix__ = "{% filter escapejs %}{% static "admin/" %}{% endfilter %}";</script>
   <script src="{% static 'suit/js/jquery-1.9.1.min.js' %}"></script>
   <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
-<script type="text/javascript" src="{% static 'log4javascript-1.4.6/log4javascript.js' %}"></script>
-
+  <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
+  <script type="text/javascript" src="{% static 'log4javascript-1.4.6/log4javascript.js' %}"></script>
+  <script type="text/javascript" src="{% static 'uploadTextarea.js' %}"></script>
 
   <script type="text/javascript">var Suit = { $: $.noConflict() }; if (!$) $ = Suit.$; </script>
   {% if 'SHOW_REQUIRED_ASTERISK'|suit_conf %}
             {% if not is_popup %}
             <div id=openCloudTopPage>
             {% include "/opt/planetstack/templates/admin/newminidashboard.html" %}
-
-<!--            <div id="minDashboard">
-                <div class="hide">{{ app_label|capfirst|escape }}</div> 
-                <div class="hide selectedMainNav">{{ opts.verbose_name_plural|capfirst }}</div> 
-                <div class="hide currentOriginalNode">{{ original|truncatewords:"18" }}</div>
-
-
-               <label class="nodetextbox nodesLabel" style="display: none;" > </label>
-              <label class="nodelabel nodesValue" style="display: none;" ></label>
-                <span class="nodesCnt hide"></span>
-              <label class="nodetextbox cpuLabel" style="display: none;" ></label>
-              <label class="nodelabel cpuValue" style="display: none;" ></label>
-                <span class="cpuCnt hide"></span>
-            <label class="nodetextbox bandwidthLabel" style="display: none;" ></label>
-              <label class="nodelabel bandwidthValue" style="width:60px;display: none;"></label>
-                <span class="bandUsage hide"></span>
-            </div> -->
-            </div> 
+            </div>
 
               {% block breadcrumbs %}
                 <ul class="breadcrumb"> 
         {% endblock %}
       </div>
 
+      <div class="statusMsg" id="statusMsg">
+      <!-- this is a placeholder for xoslib views to display status messages -->
+      </div>
+
       <!-- <div class="copyright">
         {% block copyright %}
           Copyright &copy; 2013 DjangoSuit.com<br>Developed by <a href="http://djangosuit.com" target="_blank">DjangoSuit.com</a>
 
   <script src="{% static 'suit/bootstrap/js/bootstrap.min.js' %}"></script>
   <script src="{% static 'suit/js/suit.js' %}"></script>
-  <script src="{% static 'page_analytics.js' %}"></script>
   <script type="text/javascript" src="//www.google.com/jsapi"></script>
   <script src="{% static 'planetstack_graphs.js' %}"></script>
   <!-- src="{% static 'planetstack_graphs_old.js' %}" -->