homeview and platformsview now use layout-unfold1 or layout-unfold2 depending on...
[myslice.git] / portal / templates / account-view.html
index 46deb13..f3c731a 100644 (file)
@@ -2,13 +2,13 @@
 
 {% 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_html.css" />
-<script type="text/javascript" src="{{STATIC_URL}}/jquery.validate.js"></script> 
-<script type="text/javascript" src="{{STATIC_URL}}/my_account.edit_profile.js"></script>
-<script type="text/javascript" src="{{STATIC_URL}}/my_account.register.js"></script>
+<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 unfold1_main %}
+{% block unfold_main %}
 
 
 <h2>Platform Access</h2>
                                </tr>
                                <tr class="odd">
                                <td colspan="2">
-                                       <p class="warning" id="pkey_del_msg"> For better security we recommend that you download and delete your private key from the server. 
-                                                                                                                         Always store your private key in a secure location. 
+                                       <p class="message" id="pkey_del_msg"><b> Tradeoff:</b> Ease-of-use vs Security.<br>
+                                                       <b>Ease-of-use:</b> Automatic account delegation. Don't delete private key.<br>
+                                                       <b>Security:</b> Manual account delegation. Download & Delete private key.
                                                </p>
                                </td>
                                </tr>