layout and style changes
[myslice.git] / portal / templates / account-view.html
index a341191..228ee55 100644 (file)
@@ -1,16 +1,6 @@
-{% extends "layout-unfold1.html" %}
+{% extends "layout.html" %}
+{% block content %}
 
-{% block head %}
-<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/onelab.css"/>
-<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/account_view.css" />
-<script type="text/javascript" src="{{STATIC_URL}}/js/jquery.validate.js"></script> 
-<script type="text/javascript" src="{{STATIC_URL}}/js/my_account.edit_profile.js"></script>
-<script type="text/javascript" src="{{STATIC_URL}}/js/my_account.register.js"></script>
-{% endblock %}
-
-{% block unfold_main %}
-
-<h2>User Details</h2>
 
 {% if messages %}
 <ul class="messages">
 </ul>
 {% endif %}
 
+<div class="row">
+       <h1><img src="{{ STATIC_URL }}img/icon_user_small.png" alt="" /> User Account</h1>
+</div>
 
-<form id="editForm"  method="POST" action="account_process" enctype="multipart/form-data">
-<div id="middle" align="center">
-       <div class="well">
+<div class="row">
+    <ul class="nav nav-tabs">
+      <li class="active"><a class="account-tab" data-panel="user_profile" href="#">User Profile</a></li>
+      <li><a class="account-tab" data-panel="principal_acc" href="#">User Account</a></li>
+      <li><a class="account-tab" data-panel="ref_acc" href="#">Testbed Access</a></li>
+    </ul>
+       
+       <div class="account-panel" id="user_profile">
+       <form id="editForm" method="post" action="account_process" enctype="multipart/form-data">
+       <div>
                {% csrf_token %}
                        <table class="profile">          
-                       <tr class="odd">
+                       <tr>
                                <td colspan="2">
-                                               <div id="info">Platform: Myslice</div>
+                                               <div>Platform: Myslice</div>
                                </td>
                        </tr>
-                       <tr class="even">
+                       <tr>
                                <td class="key">Email</td>
                                <td class="value">
                                                <span id="emailval" class="value" >{{ person.email }}</span>
-                                               <img class="img-thumbnail" src="{{STATIC_URL}}/img/ques_icon.png" onclick="emailAlert()"  title="To change your email please contact the administrator" 
-                                                        style="height: 24px;  position: absolute; left: 625px; left: 900px; margin-top: -3px;">
+                                               <button class="btn btn-default btn-xs" type="button" id="edit_email" onclick="editAlert();"  title="To change your affiliation please contact the administrator">
+                                               <span class="glyphicon glyphicon-question-sign"></span> Edit
+                                               </button>
                                        </td>
                        </tr>
                        <tr class="odd">
                                        <td class="key">Password</td>
                                        <td class="value"> 
-                                               <button class="btn btn-default btn-xs" type="button" title="Password" name="edit_pass" id="edit_pass">Edit</button>
+                                               <button class="btn btn-default btn-xs" type="button" title="Password" name="edit_pass" id="edit_pass">
+                                                       <span class="glyphicon glyphicon-edit"></span> Edit
+                                               </button>
                                                <span id="passval"class="value">******** </span>
                                                <span class="hide_this" id="span_pass">
                                                <button type="button" class="btn btn-default btn-xs" title="Cancel" id="cancel_pass_change"> Cancel </button>
                                                <input id="lname" type="text" name="lname" class="required"  maxlength="200" value="{{lastname}}" />
                                                <input type="submit" class="btn btn-default btn-xs" name="submit_name" value="Save"/>
                                                </span>
-                                               <button class="btn btn-default btn-xs" type="button"title="Full Name" id="edit_name">Edit</button>
+                                               <button class="btn btn-default btn-xs" type="button"title="Full Name" id="edit_name">
+                                                       <span class="glyphicon glyphicon-edit"></span> Edit
+                                               </button>
                                        </td>
                        </tr>
                        <tr class="odd">
                                        <td class="key">Authority</td>
                                        <td class="value">
                                                <span id="affval" class="value">{{ authority }}</span>
-                                               <img class="img-thumbnail" src="{{STATIC_URL}}/img/ques_icon.png" onclick="affAlert()"  title="To change your affiliation please contact the administrator" 
-                                                        style="height: 24px; position: absolute; left: 625px; left: 900px; margin-top:-3px; ">
+                                                <button class="btn btn-default btn-xs" type="button" id="edit_auth" onclick="editAlert()"  title="To change your authority please contact the administrator">
+                                               <span class="glyphicon glyphicon-question-sign"></span> Edit
+                                                </button>
                                        </td>
                                </tr>
+                               {%if 'Enabled'  in user_status %}
                                <tr class="even">
                                        <td class="key">Generate Keys</td>
-                                       <td> 
-                                               <button id="generate_keypair" class="btn btn-danger btn-xs" name="generate" type="submit" onclick="myFunction()
-                                                               title="Generate a new key pair. After it is generated, you will need to download your public and private keys again.">Generate a new Key Pair 
-                                               </button>
+                                       <td>
+                                               <input type="submit" name="generate" class="btn btn-danger btn-xs" value="Generate a new Key Pair" id="generate_keypair
+                                                          onclick="return confirm('Are you sure? If you do so, your current credentials will be overwritten.');" 
+                                                          title="It will generate a new key Pair and your current credentials will be overwritten."/>
                                </td> 
                        </tr>
                        <tr class="odd">
                                                <span class="hide_this" id="span_upload">
                                                        <button type="button" class="btn btn-default btn-xs" title="Cancel" id="cancel_upload"> Cancel </button>
                                                        <div style='display:none;'>
-                                                       <input type='hidden'  name='upload'  /></div>
-                                                       <input type="file" name="pubkey" class="required" id="pubkey"/>  
-                                                       <button class="btn btn-default btn-xs" name="upload_key" id="upload_key"  type="submit" title="Delete your private key">Upload </button>
+                                                               <input type='hidden'  name='upload'  /></div>
+                                                               <input type="file" name="pubkey" class="required" id="pubkey"/>  
+                                                               <input class="btn btn-default btn-xs" name="upload_key" id="upload_key"  type="submit" title="Upload your public key" value="Upload"
+                                                                  onclick="return confirm('Are you sure? It will overwrite your current credentials and you have delegate it manually.');"/>
                                                </span>
                                                <div style='display:none;'> <input type='hidden'  name='dload'  /> </div> 
-                                               <button type="submit" name="dl_pubkey" class="btn btn-default btn-xs" title="Download your public key" id="dl_file"> Download </button>
-                                               <button class="btn btn-default btn-xs" id="upload_file" type="button" title="Upload a public key"> Upload </button>       
+                                               <button type="submit" name="dl_pubkey" class="btn btn-default btn-xs" title="Download your public key" id="dl_file">
+                                                       <span class="glyphicon glyphicon-download"></span> Download
+                                               </button>
+                                               <button class="btn btn-default btn-xs" id="upload_file" type="button" title="Upload a public key">
+                                                       <span class="glyphicon glyphicon-upload"></span> Upload
+                                               </button>       
                                </td>
                        </tr>
                        <tr class="even" id="pkey_row">
                                 {%if 'N/A' not in user_private_key%}
                                <td class="key">Private Key </td> <!-- Hide if priv_key doesn't exist in myslice platform   -->
                                <td class="value">********<a href="#">
-                                       <button type="submit" name="dl_pkey" class="btn btn-default btn-xs" title="Download your privaye key" id="dl_pkey"> Download </button>
-                                       <button class="btn btn-danger btn-xs" id="delete" name="delete" type="submit" title="Delete your private key">Delete </button>
+                                       <button type="submit" name="dl_pkey" class="btn btn-default btn-xs" title="Download your privaye key" id="dl_pkey">
+                                                       <span class="glyphicon glyphicon-download"></span> Download     
+                                               </button>
+                                       <input class="btn btn-danger btn-xs" id="delete" name="delete" type="submit"  value="Delete" title="Delete your private key"
+                                                               onclick="return confirm('Are you sure? If you do so, you have to delegate your credentials manually.');"/> 
                                </td>
+                                 {%else%}
+                                       <td class="key">Private Key </td> <!-- Hide if priv_key doesn't exist in myslice platform   -->
+                                       <td class="value">********<a href="#">
+                                       <button type="submit" name="dl_pkey" class="btn btn-default btn-xs disabled" title="Download your privaye key" id="dl_pkey">
+                                               <span class="glyphicon glyphicon-download"></span> Download 
+                                       </button>
+                                       <input class="btn btn-danger btn-xs disabled" id="delete" name="delete" type="submit" title="Delete your private key" value="Delete" />
+                                       </td>
                                 {%endif%}              
                                </tr>
                                <tr class="odd">
                                                </p>
                                </td>
                                </tr>
+                               {%endif%}
                        </table>
+               </div>
        </div>
-</div>
 
-<h2>Account Information</h2>
-<h3>Principal Account</h3>
-<div id="middle" align="center">
-       <div class="well">
-               <table class="table table-bordered table-hover  mytable"> 
+       <div class="account-panel" id="principal_acc" style="display:none;">
+
+       <h3>Principal Account <small>Account used for delegating credentials</small></h3>
+       <div class="raw">
+               <table class="table"> 
                        <tr class="odd"> 
                        <th>Platform</th> 
                        <th>Account Type</th>
-                               <th>Account_delegation</th>
-                       <th>user_hrn</th>
+                               <th>Account Delegation</th>
+                       <th>User hrn</th>
+                               <th>User Status</th>
                        <!--<th>Pub Key</th> -->
                </tr>   
-                       {% for row in data %}         
+                       {% for row in principal_acc %}         
                        <tr class="border_bottom">
                        <td class="odd"> {{ row.platform_name }} </td>
                        <td class="odd"> {{ row.account_type }} </td>
                                <td class="odd"> {{ row.delegation_type }} </td>
                                <td class="odd"> {{ row.usr_hrn }}  </td>
+                               <td class="odd"> {{ row.user_status }}  </td>
                <!--    <td class="even"> {{ row.usr_pubkey }} </td> -->
                </tr> 
                        {%endfor%}               
                </table>
        </div>
-</div>
-
-
-<h3>Credentials</h3>
-<div id="middle" align="center">
-    <div class="well">
-        <table class="mytable table table-bordered table-hover">
-                       <caption><b>Delegated User Credential</b></caption> 
-            <tr class="odd"> 
-                <th>Expiration Date</th>
-                               <th>Download</th>
-            </tr>
-                       {% for row in my_users %}         
-                       <tr class="border_bottom">
-                       <td class="odd"> {{ row.cred_exp }} </td>
-                               <td class="odd"><button class="btn btn-default btn-xs" name= "dl_user_cred" type="submit" title="Download User Credential">Download</button></td>
-                       </tr>
-                       {%endfor%}
-                </table>
-               <p></p>
-               <table class="mytable table table-bordered table-hover">
-                       <caption><b>Delegated Slice Credentials</b></caption>  
-               <tr class="odd"> 
-                               <th>Slice Name</th> 
-                       <th>Expiration Date</th>
-                               <th>Download</th>
-               </tr>
-                       {% for row in my_slices %}     
-               <tr class="border_bottom">
-                       <td class="odd"> {{ row.slice_name }} </td>
-                               <td class="odd"> {{ row.cred_exp }} </td>
-                               <td class="odd"> <button class="btn btn-default btn-xs" name= "dl_slice_cred" type="submit" title="Download Slice Credentials">Download</button> </td>
-               </tr>
-               {%endfor%}
-               </table>
-               <p></p>
-               <table class="mytable table table-bordered table-hover">
-                       <caption><b>Delegated Authority Credentials</b></caption>
-                       <tr class="odd"> 
-                               <th>Authority Name</th> 
-                               <th>Expiration Date</th>
-                               <th>Download</th>
-                       </tr>
-                       {% for row in my_auths %}
-                       <tr class="border_bottom">
-                               <td class="odd"> {{ row.auth_name }} </td>
-                               <td class="odd"> {{ row.cred_exp }} </td>
-                               <td class="odd"><button class="btn btn-default btn-xs" name= "dl_auth_cred" type="submit" title="Download Authority Credentials">Download</button></td>
-                       </tr>
-                       {%endfor%}
-               </table>
-               <p></p> 
-               <p><button class="btn btn-danger btn-lg btn-block"   name= "clear_cred" type="submit" title="Clear All Credentials">Clear Credentials</button></p>
-    </div>
-</div>
 
 
 
+       {%if 'Enabled'  in user_status %}
+       <div class="row">
+               <h3>Credentials <small>Delegated to Principal Account</small></h3>
+                       <table class="table">
+                                       <caption><b>Delegated User Credential</b></caption> 
+                           <tr class="odd"> 
+                               <th>Expiration Date</th>
+                                               <th>Download</th>
+                           </tr>
+                                       {% for row in my_users %}         
+                                       <tr class="border_bottom">
+                                       <td class="odd"> {{ row.cred_exp }} </td>
+                                               <td class="odd">
+                                                       <button class="btn btn-default btn-xs" name= "dl_user_cred" type="submit" title="Download User Credential">
+                                                               <span class="glyphicon glyphicon-download"></span> Download
+                                                       </button>
+                                               </td>
+                                       </tr>
+                                       {%endfor%}
+                                </table>
+                               <p></p>
+                               <table class="mytable table table-bordered table-hover">
+                                       <caption><b>Delegated Slice Credentials</b></caption>  
+                               <tr class="odd"> 
+                                               <th>Slice Name</th> 
+                                       <th>Expiration Date</th>
+                                               <th>Download</th>
+                               </tr>
+                                       {% for row in my_slices %}     
+                               <tr class="border_bottom">
+                                       <td class="odd"> {{ row.slice_name }} </td>
+                                               <td class="odd"> {{ row.cred_exp }} </td>
+                                               <td class="odd"> 
+                                                       <button class="btn btn-default btn-xs" name= "dl_{{row.slice_name}}" type="submit" title="Download Slice Credentials">
+                                                               <span class="glyphicon glyphicon-download"></span> Download
+                                                       </button> 
+                                               </td>
+                               </tr>
+                               {%endfor%}
+                               </table>
+                               <p></p>
+                               <table class="mytable table table-bordered table-hover">
+                                       <caption><b>Delegated Authority Credentials</b></caption>
+                                       <tr class="odd"> 
+                                       <th>Authority Name</th> 
+                                       <th>Expiration Date</th>
+                                               <th>Download</th>
+                                       </tr>
+                                       {% for row in my_auths %}
+                                       <tr class="border_bottom">
+                                       <td class="odd"> {{ row.auth_name }} </td>
+                                       <td class="odd"> {{ row.cred_exp }} </td>
+                                               <td class="odd">
+                                                       <button class="btn btn-default btn-xs" name= "dl_{{row.auth_name}}" type="submit" title="Download Authority Credentials">
+                                                               <span class="glyphicon glyphicon-download"></span> Download
+                                                       </button>
+                                               </td>
+                                       </tr>
+                                       {%endfor%}
+                               </table>
+                               <p></p>
+                                {%if '' not in my_users%}      
+                               <p><button class="btn btn-danger btn-lg btn-block"   name= "clear_cred" type="submit" title="Clear All Credentials">Clear Credentials</button></p>
+                               {%else%}
+                               <p><button class="btn btn-danger btn-lg btn-block disabled"   name= "clear_cred" type="submit" title="Clear All Credentials">Clear Credentials</button></p>
+                               {%endif%}
+               </div>
+       </div>
+       
 
-<h3>Testbed Accounts</h3>
-<div id="middle" align="center">
-    <div class="well">
-        <table class="mytable table table-bordered table-hover"> 
-            <tr class="odd"> 
-                <th>Platform</th> 
-                <th>Account Type</th>
-                               <th>Reference to</th>
-                               <th>Remove Account</th>
-            </tr>   
-            {% for row in ref_acc %}         
-            <tr class="border_bottom">
-                <td class="odd"> {{ row.platform_name }} </td>
-                <td class="odd"> {{ row.account_type }} </td>
-                               <td class="odd"> {{ row.account_reference }} </td>
-                               <td class="odd">
-                               <button class="btn btn-default btn-xs" name="delete_{{platform.platform_no_access}}" type="submit" title="Delete account from this platform">Delete {{row.platform_name}}</button>
-                               </td>
-            </tr> 
-            {%endfor%}               
-        </table>
-    </div>
-</div>
 
-<h3>Add Accounts</h3>
-<div id="middle" align="center">
-    <div class="well">
-        <table class="mytable table table-bordered table-hover"> 
-            <tr class="odd"> 
-                <th>Platforms</th> 
-                <th>Request Access</th>
-            </tr>   
-            {% for platform in platform_list %}         
-            <tr class="border_bottom">
-                <td class="odd"> {{ platform.platform_no_access }} </td>
-                <td class="odd">
-                                       <button class="btn btn-default btn-xs" name= "add_{{platform.platform_no_access}}" type="submit" title="Add account to this platform">Add {{platform.platform_no_access}}</button>
-                               </td>
-            </tr> 
-            {%endfor%}               
-        </table>
-    </div>
+       <div class="account-panel" id="ref_acc" style="display:none;">
+               <h3>Testbed Access <small>Reference Accounts in the following testbeds</small></h3>
+               <div class="row">
+                       <table class="mytable table table-bordered table-hover"> 
+                           <tr class="odd"> 
+                               <th>Platform</th> 
+                               <th>Account Type</th>
+                                               <th>Reference to</th>
+                                               <th>Remove Account</th>
+                           </tr>   
+                           {% for row in ref_acc %}         
+                           <tr class="border_bottom">
+                               <td class="odd"> {{ row.platform_name }} </td>
+                               <td class="odd"> {{ row.account_type }} </td>
+                                               <td class="odd"> {{ row.account_reference }} </td>
+                                               <td class="odd">
+                                               <button class="btn btn-danger btn-xs" name="delete_{{row.platform_name}}" type="submit" title="Delete account from this platform">
+                                                               <span class="glyphicon glyphicon-minus"></span>
+                                                       </button>
+                                               </td>
+                           </tr> 
+                           {%endfor%}               
+                       </table>
+               </div>
+               
+               
+               
+               <h3>Add reference account to the following testbeds</h3>
+               <div class="row">
+                       <table class="mytable table table-bordered table-hover"> 
+                           <tr class="odd"> 
+                               <th>Platforms</th> 
+                               <th>Add Account</th>
+                           </tr>   
+                           {% for platform in platform_list %}         
+                           <tr class="border_bottom">
+                               <td class="odd"> {{ platform.platform_no_access }} </td>
+                               <td class="odd">
+                                                       <button class="btn btn-success btn-sm" name= "add_{{platform.platform_no_access}}" type="submit" title="Add account to this platform">
+                                                               <span class="glyphicon glyphicon-plus"></span>
+                                                       </button>
+                                               </td>
+                           </tr> 
+                           {%endfor%}               
+                       </table>
+               </div>
+       </div>
+{%endif%} 
+</form>
 </div>
 
-</form>
+<script>
+    $(document).ready(function() {
+        $('a.account-tab').click(function() {
+            $('ul.nav-tabs li').removeClass('active');
+            $(this).parent().addClass('active');
+            $('div.account-panel').hide();
+            $('div#'+$(this).data('panel')).show();
+        });
+        $('button#createslice').click(function() {
+            window.location="/portal/slice_request/";
+        });
+    });
+</script>
 
 {% endblock %}