Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Mon, 24 Feb 2014 11:33:40 +0000 (12:33 +0100)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Mon, 24 Feb 2014 11:33:40 +0000 (12:33 +0100)
1  2 
portal/templates/institution.html

@@@ -1,17 -1,19 +1,17 @@@
  {% extends "layout-unfold1.html" %}
  
  {% block unfold_main %}
 -<div class="wrapper" id="home-dashboard">
 +<div class="wrapper" id="institution">
      <ul class="nav nav-tabs">
        <li class="active"><a class="home-tab" data-panel="institution" href="#">INSTITUTION</a></li>
-       <li><a class="home-tab" data-panel="users" href="#">MANAGERS & USERS</a></li>
+       <li><a class="home-tab" data-panel="users" href="#">USERS</a></li>
        <li><a class="home-tab" data-panel="slices" href="#">SLICES</a></li>
      </ul>
      <div class="home-panel" id="institution">
 -        <br>
 -        <h1>Affiliation to an Institution</h1>
 +        <h1><img src="{{ STATIC_URL }}img/icon_authority_color_small.png" alt="" /> Affiliation to an Institution</h1>
          <br>
          <div style="float:left; width:30%;">
 -            <img src="{{ STATIC_URL }}img/icon_authority_color.png" alt="" /><br>
 -            <br>
 +            
              <img src="{{ STATIC_URL }}img/onelab-logo.png" alt="" /><br>
              <b>Membership:</b> Governor
          </div>
              <h2>Contacts</h2>
              <b>Legal:</b> PrĂ©sident Jean Chambaz<br>
              <br>
-             <b>Scientific:</b> Dr Timur Friedman
+             <b>Scientific:</b> Dr Timur Friedman, Prof Serge Fdida
          </div>
      </div>
      <div class="home-panel" id="users" style="display:none;">
          <br>
-         <h1>Managers: onelab.upmc</h1>
+         <h1>Users: onelab.upmc</h1>
          <table>
              <tr>
+                 <th>+/-</th>
                  <th>email</th>
                  <th>user_hrn</th>
                  <th>number of slices</th>
+                 <th>role</th>
                  <th>status</th>
              </tr>
              <tr>
+                 <td><input type="checkbox"></td>
                  <td><a href="/portal/user/loic.baron@lip6.fr">loic.baron@lip6.fr</a></td>
                  <td>onelab.upmc.loic_baron</td>
                  <td>3</td>
+                 <td>user</td>
                  <td>enabled</td>
              </tr>
              <tr>
+                 <td><input type="checkbox"></td>
                  <td><a href="/portal/user/loic.baron@lip6.fr">loic.baron@lip6.fr</a></td>
                  <td>onelab.upmc.loic_baron</td>
                  <td>3</td>
+                 <td>pi</td>
                  <td>enabled</td>
              </tr>
          </table>
-         <br>
-         <h1>Users: onelab.upmc</h1>
-         <table>
-             <tr>
-                 <th>email</th>
-                 <th>user_hrn</th>
-                 <th>number of slices</th>
-                 <th>status</th>
-             </tr>
-             <tr>
-                 <td><a href="/portal/user/loic.baron@lip6.fr">loic.baron@lip6.fr</a></td>
-                 <td>onelab.upmc.loic_baron</td>
-                 <td>3</td>
-                 <td>enabled</td>
-              </tr>
-   
-              <tr>
-                 <td><a href="/portal/user/loic.baron@lip6.fr">loic.baron@lip6.fr</a></td>
-                 <td>onelab.upmc.loic_baron</td>
-                 <td>3</td>
-                 <td>enabled</td>
-               </tr>
-         </table>
+         <div>
+             <button id="deleteusers" type="button" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Delete Users</button>
+         </div>
      </div>
      <div class="home-panel" id="slices" style="display:none;">
          <br>