MyAcc: look & fill
[unfold.git] / portal / templates / account-view.html
index fda9e90..83e03d3 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "layout-unfold1.html" %}
 {% block unfold_main %}
 
-<h2>User Profile <small>User info. in Myslice platform</small></h2>
+<h2>User Profile</h2>
 
 {% if messages %}
 <ul class="messages">
                                                </button>
                                        <button class="btn btn-danger btn-xs" id="delete" name="delete" type="submit" title="Delete your private key">Delete </button>
                                </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>
+                               <button class="btn btn-danger btn-xs disabled" id="delete" name="delete" type="submit" title="Delete your private key">Delete </button>
+                                       </td>
                                 {%endif%}              
                                </tr>
                                <tr class="odd">
                        </tr>
                        {%endfor%}
                </table>
-               <p></p> 
+               <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>
 </div>
             <tr class="border_bottom">
                 <td class="odd"> {{ platform.platform_no_access }} </td>
                 <td class="odd">
-                                       <button class="btn btn-success btn-xs" name= "add_{{platform.platform_no_access}}" type="submit" title="Add account to this platform">
+                                       <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>