From 86f55ab0b98a55f2af25f23d4dd8af34109de486 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 21 Jul 2012 16:43:31 -0700 Subject: new registration page --- view/theme/duepuntozero/style.css | 21 ++++++++++++++++++ view/zregister.tpl | 45 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 view/zregister.tpl (limited to 'view') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c804c63b5..2e1c45fbf 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -3304,4 +3304,25 @@ ul.menu-popup { position: relative; left: 5%; width: 90%; +} + + +#zregister-form { + font-size: 1.4em; +} + +.zregister-label { + float: left; + width: 275px; +} + +.zregister-input { + float: left; + width: 275px; + padding: 5px; +} + +.zregister-field-end { + clear: both; + margin-bottom: 20px; } \ No newline at end of file diff --git a/view/zregister.tpl b/view/zregister.tpl new file mode 100644 index 000000000..35415eae5 --- /dev/null +++ b/view/zregister.tpl @@ -0,0 +1,45 @@ +

$title

+ +
+ +{{ if $registertext }} +
$registertext
+{{ endif }} + +{{ if $invitations }} +

$invite_desc

+ + + + +
+
+ +{{ endif }} + + + + +
+
+ + + +
+
+ + + +
+
+ + + + +
+
+ + +
+ +
-- cgit v1.2.3