X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=4e97f9d77a2f4b8ff02ca6ef8ffd40104139f202;hb=5abab265d806d9de899ead6e896feb4afdf20540;hp=a5d01dcdcb592dd11fd35697104bad782d02af7d;hpb=0450c15062f7c9f7117c935283a6d79fef7680bf;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index a5d01dcd..4e97f9d7 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -10,14 +10,9 @@ {% block unfold1_main %} -
-
-

Platform Access

-
-
-
-
- +

Platform Access

+
+
@@ -26,7 +21,7 @@ {% for row in data %} - + @@ -34,142 +29,117 @@ {%endfor%}
PlatformPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }}
-
-
-
+
- -
-
-

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.

-
-
-
-
- -
+

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 %}