X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=60f05bcf580ce40f46ceb170053a87208004481e;hb=3167207804460a2c42e1e5a8346c597f9832d295;hp=de76067c92e94f77d922a751ed31e743bbcd364b;hpb=f5375d50602f88e7e19891d05b38060883649652;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index de76067c..60f05bcf 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -2,38 +2,14 @@ {% block head %} - - - - + + + + {% endblock %} {% block unfold1_main %} - -

Platform Access

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

MySlice Account

{% if messages %} @@ -143,9 +119,9 @@ -

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

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.

@@ -154,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 %}