From 7fa312026a6caba28550339fc29edfd790e78fda Mon Sep 17 00:00:00 2001 From: Buchan Milne Date: Tue, 2 Nov 2010 20:29:21 +0000 Subject: Add some CSS themeing, and refactor some template stuff using preprocess Add missing tempaltes --- root/user/firstlogin.tt | 18 ++++++++++++++++++ root/user/index.tt | 32 ++++++++++++++++++++++++++++++++ root/user/password.tt | 22 ++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 root/user/firstlogin.tt create mode 100644 root/user/index.tt create mode 100644 root/user/password.tt (limited to 'root/user') diff --git a/root/user/firstlogin.tt b/root/user/firstlogin.tt new file mode 100644 index 0000000..33d0e60 --- /dev/null +++ b/root/user/firstlogin.tt @@ -0,0 +1,18 @@ + +
+ + + + + + + + + + + + + +
New Password
Repeat New Password
+
+ diff --git a/root/user/index.tt b/root/user/index.tt new file mode 100644 index 0000000..3147cd9 --- /dev/null +++ b/root/user/index.tt @@ -0,0 +1,32 @@ +
+ + +[% 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 %]Add[% END %] +[% IF attr.removable AND attr.editable %]Delete[% END %] + [% END %]
+
+ +
+ + + + + + +
+ + + + +
+
diff --git a/root/user/password.tt b/root/user/password.tt new file mode 100644 index 0000000..ade4e11 --- /dev/null +++ b/root/user/password.tt @@ -0,0 +1,22 @@ + +
+ + + + + + + + + + + + + + + + + +
Current password
New Password
Repeat New Password
+
+ -- cgit v1.2.1