Merge branch 'master' into newnames
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 13 Nov 2013 07:08:36 +0000 (08:08 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 13 Nov 2013 07:08:36 +0000 (08:08 +0100)
Conflicts:
portal/templates/validate_pending.html

1  2 
portal/templates/account-view.html
portal/templates/contact.html
portal/templates/home-view.html
portal/templates/registration_view.html
portal/templates/resource.html
portal/templates/slice-request-view.html
portal/templates/validate_pending.html
unfold/static/css/onelab_marko.css

@@@ -8,32 -8,8 +8,8 @@@
  <script type="text/javascript" src="{{STATIC_URL}}/js/my_account.register.js"></script>
  {% endblock %}
  
 -{% block unfold1_main %}
 +{% block unfold_main %}
  
- <h2>Platform Access</h2>
- <div id="middle" align="center">
-       <div class="well">
-               <table class="mytable"> 
-                       <tr class="odd"> 
-                       <th>Platform</th> 
-                       <th>Account Type</th> 
-                       <th>user_hrn</th>
-                       <th>Pub Key</th>
-               </tr>   
-                       {% for row in data %}         
-                       <tr class="border_bottom">
-                       <td class="odd"> {{ row.platform_name }} </td>
-                       <td class="even"> {{ row.account_type }} </td>
-                               <td class="odd"> {{ row.usr_hrn }}  </td>
-                       <td class="even"> {{ row.usr_pubkey }} </td>
-               </tr> 
-                       {%endfor%}               
-               </table>
-       </div>
- </div>
  <h2>MySlice  Account</h2>
  
  {% if messages %}
@@@ -4,10 -4,10 +4,10 @@@
  {{ wizard.form.media }}
  {% endblock %}
  
 -{% block unfold1_main %}
 +{% block unfold_main %}
  
  <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/onelab.css" />
- <div class="onelab-title well well-lg">
+ <div class="onelab-title well-lg">
    <h2>Onelab Support</h2>
    <h4>If you have already registered, then please <a href="mailto:support@myslice.info">send an e-mail</a>
    or <a href="http://trac.myslice.info/" >visit us</a></h4>
Simple merge
@@@ -1,8 -1,8 +1,8 @@@
  {% extends "layout-unfold1.html" %}
  
 -{% block unfold1_main %}        
 +{% block unfold_main %}        
  
- <div class="onelab-title well well-lg">
+ <div class="onelab-title well-lg">
    <h2>OneLab Experimenter Registration</h2>
    <h4>For First Line Support please <a href="/portal/contact" >Contact Support</a></h3>
  </div>
@@@ -4,10 -4,17 +4,17 @@@
  <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/dashboard.css" />
  {% endblock %}
  
 -{% block unfold1_main %}
 +{% block unfold_main %}
  
+ <div align="center">
  <h1>Resource</h1>
+ <div style="width:80%;">
  {{resource}}
+ </div>
+ <div style="width:80%;">
  {{resource_as_map}}
+ </div>
+ <div style="width:80%;">
  {{resource_stats}}
+ </div>
  {% endblock %}
  </script>
  {% endblock %}
  
 -{% block unfold1_main %}
 +{% block unfold_main %}
+ <div class="onelab-title well-lg">
  <h1>Pending requests</h1>
+ </div>
  <hr/>
  <h2>My authorities</h2>
  
Simple merge