X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=60f05bcf580ce40f46ceb170053a87208004481e;hb=3167207804460a2c42e1e5a8346c597f9832d295;hp=8f2e0197a2f71e0e3cfa72712fed5741e47d8f92;hpb=0c638d5ca3bdb971dfb193a6d6d4fd78bf1f9dc3;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 8f2e0197..60f05bcf 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -1,39 +1,26 @@ {% extends "layout-unfold1.html" %} {% block head %} - - - - + + + + + {% endblock %} {% block unfold1_main %} +

MySlice Account

-

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

@@ -48,7 +35,8 @@ Email {{ person.email }} - + @@ -95,14 +83,15 @@ {{ authority }} + style="height: 20px; width: 20px; position: absolute; left: 625px; left: 900px; "> Generate Keys - + @@ -130,8 +119,9 @@ -

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.

@@ -140,4 +130,28 @@
+

Platform Access

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