From ac10cc90fe99a465aaba747a32f469237bcd723e Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 5 Nov 2010 10:37:53 +0000 Subject: quick HTML cleanup --- root/user/firstlogin.tt | 29 +++++++++---------- root/user/index.tt | 77 ++++++++++++++++++++++++++++++------------------- root/user/password.tt | 39 ++++++++++++------------- 3 files changed, 81 insertions(+), 64 deletions(-) (limited to 'root/user') diff --git a/root/user/firstlogin.tt b/root/user/firstlogin.tt index 7ec3aa2..79d15c1 100644 --- a/root/user/firstlogin.tt +++ b/root/user/firstlogin.tt @@ -1,18 +1,17 @@ - -
+ + - - - - - - - - - - - - + + + + + + + + + + + +
[% l('New Password') %]
[% l('Repeat New Password') %]
[% l('New Password') %]
[% l('Repeat New Password') %]
- diff --git a/root/user/index.tt b/root/user/index.tt index dc5411c..d0bdb5a 100644 --- a/root/user/index.tt +++ b/root/user/index.tt @@ -1,32 +1,51 @@ -
- - -[% FOREACH attr IN values %] - - - - -[% END %] - -
AttributeValue
[% attr.name %][% FOREACH val IN attr.values %][% IF attr.editable %][% ELSE %][% val %]
[% END %] -[% IF attr.addable AND attr.editable %][% l('Add') %][% END %] -[% IF attr.removable AND attr.editable %][% l('Delete') %][% END %] - [% END %]
+ + + + [% FOREACH attr IN values %] + + + + + [% END %] + + + +
AttributeValue
[% attr.name %] + [% FOREACH val IN attr.values %] + [% IF attr.editable %] + + [% ELSE %] + [% val %] +
+ [% END %] + [% IF attr.addable AND attr.editable %] + [% l('Add') %] + [% END %] + [% IF attr.removable AND attr.editable %] + [% l('Delete') %] + [% END %] + [% END %] +
+ +
-
- - - - - - -
- - - - -
+ + + + + + + +
+ + + + + +
diff --git a/root/user/password.tt b/root/user/password.tt index 2b4a26b..38832a2 100644 --- a/root/user/password.tt +++ b/root/user/password.tt @@ -1,22 +1,21 @@ - -
- - - - - - - - - - - - - - - - - + + +
[% l('Current password') %]
[% l('New Password') %]
[% l('Repeat New Password') %]
+ + + + + + + + + + + + + + + +
[% l('Current password') %]
[% l('New Password') %]
[% l('Repeat New Password') %]
- -- cgit v1.2.1