Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Mon, 10 Mar 2014 17:39:20 +0000 (18:39 +0100)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Mon, 10 Mar 2014 17:39:20 +0000 (18:39 +0100)
Conflicts:
portal/static/js/myslice.js

1  2 
devel/server-loop.sh
plugins/query_editor/static/js/query_editor.js
portal/static/css/onelab.css
portal/static/js/myslice.js
portal/templates/about.html
portal/templates/onelab/onelab__widget-topmenu.html
portal/templates/onelab/onelab_slice-view.html
portal/templates/onelab/onelab_widget-slice-sections.html
ui/templates/base.html

@@@ -4,7 -4,7 +4,7 @@@ cd $DIRNAME/.
  
  # default port : if hostname starts with z -> use 8080 ; otherwise take 80
  #hostname | grep -q '^z' && port=8080 || port=8080
--hostname | grep -q '^z' && port=8080 || port=80
++hostname | grep -q '^z' && port=8080 || port=8080
  [[ -n "$@" ]] && port=$1
  
  while true; do 
@@@ -35,7 -35,7 +35,7 @@@
                      // XXX This should be handled by manifold
                      manifold.raise_event(self.options.query_uuid, FILTER_REMOVED, [key, op]);
                  }
--            }
++            };
          },
  
          init: function(options, element) {
@@@ -13,13 -13,13 +13,13 @@@ a, a:active, a:focus 
  
  h1 {
      border-bottom:1px solid #DDDDDD;
--    padding:0 0 5px 0;
--    margin:0 0 15px 0;
++    padding:0 0 0 0;
++    margin:0 0 0 0;
      font-size:18pt;
  }
  h1 img {
      vertical-align:middle;
--    margin-bottom:4px;
++    margin-bottom:6px;
  }
  h2 {
      font-size:14pt;
@@@ -29,6 -29,6 +29,7 @@@ h3 
      font-size:13pt;
      color:#201E62;
  }
++
  div.wrapper {
      width:980px;
      margin:0 auto;
@@@ -258,7 -258,7 +259,6 @@@ div#home-dashboard div#home-slice-list 
  /* NAV TABS */
  
  .nav.nav-tabs {
--    margin-bottom:25px;
  }
  
  .nav.nav-tabs li.active a {
@@@ -334,6 -334,6 +334,27 @@@ div#ticket-request p 
  }
  
  /* SLICE VIEW */
++ul.nav-sliceview {}
++ul.nav-sliceview li {
++    
++}
++ul.nav-sliceview li:first-child {
++    padding:0;
++}
++ul.nav-sliceview li:first-child a {
++    font-weight:bold;
++    padding:6px 15px 4px 15px;
++}
++ul.nav-sliceview li:first-child img {
++    margin:0 4px 1px 0;
++    padding:0;
++}
++
++
++
++
++
++
  div#slice-view {
      margin:0;
  }
@@@ -138,13 -44,13 +138,14 @@@ var myslice = 
      },
      
      apply: function() {
-       $('div#loading').show();
-       this.pending = [];
-       this.save();
-       // setTimeout(function(){
-               // $('div#loading').hide();
-               // window.location.href = '/resources/' + this.slice + '?message=true';
-               // },6000);
++
+       //$('div#loading').show();
+       //this.pending = [];
+       //this.save();
+       //setTimeout(function(){
+               //$('div#loading').hide();
+               //window.location.href = '/resources/' + this.slice + '?message=true';
+               //},6000);
        
         
  
@@@ -2,7 -2,7 +2,7 @@@
  
  {% block content %}
  <div class="row">
--      <h1><img src="{{ STATIC_URL }}img/icon_slices_small.png" alt="About MySlice" /> About</h1>
++      <h1><img src="{{ STATIC_URL }}icons/slices-xs.png" alt="About MySlice" /> About</h1>
  </div>
  
  <div class="row">
@@@ -1,7 -1,7 +1,4 @@@
--{% insert_str prelude "js/bootstrap.js" %}
--{% insert_str prelude "css/bootstrap.css" %}
--{% insert_str prelude "css/topmenu.css" %}
--{% insert_str prelude "js/logout.js" %}
++
  <div id="header">
        <div class="wrapper">
                <div class="logo">
@@@ -1,24 -1,24 +1,29 @@@
  {% extends "layout_wide.html" %}
  
  {% block content %}
--      <div class="col-md-2"></div>
--      <div class="col-md-10">
--              <div class="row">
--                      {% include theme|add:"_widget-slice-sections.html" %}
++<div class="wrapper">
++      <div class="row">
++              <div class="col-md-12">
++              {% include theme|add:"_widget-slice-sections.html" %}
++          </div>
++      </div>
++</div>
++<div class="container-fluid">
++      <div class="row">
++              <div class="col-md-2">
++                      ll
                </div>
--    </div>
--    
--      <div class="col-md-2"></div>
--      <div class="col-md-10">
--        <br>
--        <br>
--        <div id="slice-tab-loading"><img src="{{ STATIC_URL }}img/loading.gif" alt="Loading Slices" /></div>
--        <div id="slice-tab-loaded" style="display:none;">
--            <table id="slice-tab">
--            </table>
--        </div>
--      </div>
-- 
++              <div class="col-md-10">
++              <br>
++              <br>
++              <div id="slice-tab-loading"><img src="{{ STATIC_URL }}img/loading.gif" alt="Loading Slices" /></div>
++              <div id="slice-tab-loaded" style="display:none;">
++                  <table id="slice-tab">
++                  </table>
++              </div>
++              </div>
++      </div>
++</div>
  <script>
      $(document).ready(function() {
          $.post("/rest/slice/",{'filters':{'slice_hrn':'{{slice}}'}}, function( data ) {
@@@ -1,13 -1,13 +1,14 @@@
--<div class="col-md-8 slice-sections">
--      <ul class="nav nav-pills nav-justified">
--              <li {% if section == 'slice' %}class="active"{% endif %}><a href="/slice/{{ slice }}/">{{ slice }}</a></li>
--              <li {% if section == 'testbeds' %}class="active"{% endif %}><a href="/testbeds/{{ slice }}/">Testbeds</a></li>
--              <li {% if section == 'resources' %}class="active"{% endif %}><a href="/resources/{{ slice }}/">Resources</a></li>
--              <li {% if section == 'users' %}class="active"{% endif %}><a href="/users/{{ slice }}/">Users</a></li>
--              <li><a href="">Statistics</a></li>
--              <li><a href="">Measurements</a></li>
--      </ul>
--</div>
--<div class="col-md-4 slice-experiment">
--      <a href="/portal/experiment"><button type="button" class="btn btn-default">Experiment</button></a>
--</div>
++<ul class="nav nav-tabs nav-sliceview">
++      <li class="active"><a href="/slice/{{ slice }}/"><img src="{{ STATIC_URL }}icons/slices-xs.png" alt="About MySlice" /> {{ slice }}</a></li>
++      <li><a href="/testbeds/{{ slice }}/">Testbeds</a></li>
++      <li><a href="/resources/{{ slice }}/">Resources</a></li>
++      <li><a href="/users/{{ slice }}/">Users</a></li>
++      <li><a href="">Statistics</a></li>
++      <li><a href="">Measurements</a></li>
++      <li><a href="/portal/experiment">Experiment</a></li>
++</ul>
++<script>
++      $(document).ready(function() {
++              
++      });
++</script>
  {% insert_str prelude "js/manifold.js" %}
  {% insert_str prelude "css/manifold.css" %}
  {% insert_str prelude "css/plugin.css" %}
++{% insert_str prelude "js/bootstrap.js" %}
++{% insert_str prelude "css/bootstrap.css" %}
++{% insert_str prelude "css/topmenu.css" %}
++{% insert_str prelude "js/logout.js" %}
  <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/{{ theme }}.css">
  </head>
  <body>