From 0c638d5ca3bdb971dfb193a6d6d4fd78bf1f9dc3 Mon Sep 17 00:00:00 2001 From: Yasin Date: Mon, 9 Sep 2013 16:04:00 +0200 Subject: [PATCH] MyAccount: CSS improved + html indentation fix --- portal/templates/account-view.html | 250 +++++++++++++---------------- 1 file changed, 109 insertions(+), 141 deletions(-) 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 %} -- 2.43.0