From: Yasin Date: Mon, 9 Sep 2013 14:04:00 +0000 (+0200) Subject: MyAccount: CSS improved + html indentation fix X-Git-Tag: myslice-0.2-3~37 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=0c638d5ca3bdb971dfb193a6d6d4fd78bf1f9dc3 MyAccount: CSS improved + html indentation fix --- diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index a5d01dcd..8f2e0197 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -10,14 +10,9 @@ {% block unfold1_main %} -
-
-

Platform Access

-
-
-
-
- +

Platform Access

+
+
@@ -34,142 +29,115 @@ {%endfor%}
Platform
-
-
-
+
- -
-
-

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