X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=7459a3ce96e910a6db16fcd7ae1c954cfc5d017e;hb=d88dd4a28b502d57131145b1a8b7d0c3b949d805;hp=346c41f8cf002754b2a10e493e0d3cd7f6502e7a;hpb=58e9556fdd0693e331a25d13517a7244349ebc27;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 346c41f8..7459a3ce 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -2,47 +2,33 @@ {% block head %} - - - - + + + + {% endblock %} -{% block unfold1_main %} +{% block unfold_main %} +

User Details

-

Platform Access

-
-
- - - - - - - - {% for row in data %} - - - - - - - {%endfor%} -
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
-
-
+{% if messages %} + +{% endif %} -

MySlice Account

+
- {% csrf_token %} @@ -124,23 +110,95 @@ - - + + {%if 'N/A' not in user_private_key%} + + {%endif%}
-
Personal Details
+
Platform: Myslice
Private Key
Private Key ********
-

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. +

Tradeoff: Ease-of-use vs Security.
+ Ease-of-use: Automatic account delegation. Don't delete private key.
+ Security: Manual account delegation. Download & Delete private key.

-
+

Account Information

+

Principal Accounts

+
+
+ + + + + + + + + {% for row in data %} + + + + + + + + {%endfor%} +
PlatformAccount TypeAccount_delegationuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
+
+
+ +

Secondary Accounts

+
+
+ + + + + + + {% for row in ref_acc %} + + + + + + {%endfor%} +
PlatformAccount TypeReference to
{{ row.platform_name }} {{ row.account_type }} {{ row.account_reference }}
+
+
+ +

Other Platforms

+
+
+ + + + + + {% for platform in platform_list %} + + + + + {%endfor%} +
PlatformsRequest Access
{{ platform.platform_no_access }} + +
+
+
+ + + + + + {% endblock %}