X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=346c41f8cf002754b2a10e493e0d3cd7f6502e7a;hb=58e9556fdd0693e331a25d13517a7244349ebc27;hp=e8edc6002d9c64d4f3865c053e992ca8a431eaaa;hpb=2aecc2abb7b3ff0eadd42b69e82f05fcfd5672ba;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index e8edc600..346c41f8 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -1,6 +1,7 @@ {% extends "layout-unfold1.html" %} {% block head %} + @@ -11,155 +12,135 @@

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

-
-
-
-
-
- {% csrf_token %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
Personal Details
-
Email - {{ person.email }} - -
Password - - ******** - - - - - - - - - - - - -
Enter password: - -
Confirm password: - - -
-
-
Full Name - {{ fullname }} - - - -
- - - -
- -
Authority - {{ authority }} - -
Generate Keys - - - -
Public Key - - - ******** - - -
-
- - - - -
-
- -
- - -
Private Key ******** - - -
+
+
+ + + + + + + + {% for row in data %} + + + + + + + {%endfor%} +
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
+
+
-

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.

-
-
-
-
- -
+

MySlice Account

+
+
+
+ {% csrf_token %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
Personal Details
+
Email + {{ person.email }} + +
Password + + ******** + + + + + + + + + + + + +
Enter password:
Confirm password: + + +
+
+
Full Name + {{ fullname }} + + +
+ + + +
+ +
Authority + {{ authority }} + +
Generate Keys + +
Public 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. +

+
+
+
{% endblock %}