From f535554cfa3a2de345f4028b109f4e941fc3a91b Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 24 Jul 2012 21:06:23 -0700 Subject: zentity is currently just a screen mockup until the page spec is complete --- view/conv.tpl | 17 +++++++++++++++++ view/conv_frame.tpl | 11 +++++++++++ view/mod_zentity.css | 33 +++++++++++++++++++++++++++++++++ view/zentity.tpl | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 107 insertions(+) create mode 100644 view/conv.tpl create mode 100644 view/conv_frame.tpl create mode 100644 view/mod_zentity.css create mode 100644 view/zentity.tpl (limited to 'view') diff --git a/view/conv.tpl b/view/conv.tpl new file mode 100644 index 000000000..b7222f154 --- /dev/null +++ b/view/conv.tpl @@ -0,0 +1,17 @@ +{{ for $threads as $thread }} +
+ {{ for $thread.items as $item }} + {{if $item.comment_firstcollapsed}} +
+ $thread.num_comments $thread.hide_text +
+ {{endif}} + + {{ inc $item.template }}{{ endinc }} + + + {{ endfor }} +
+{{ endfor }} diff --git a/view/conv_frame.tpl b/view/conv_frame.tpl new file mode 100644 index 000000000..ed3e87050 --- /dev/null +++ b/view/conv_frame.tpl @@ -0,0 +1,11 @@ +
+
+
+ +{{ if $dropping }} + +
+{{ endif }} diff --git a/view/mod_zentity.css b/view/mod_zentity.css new file mode 100644 index 000000000..2edb9e9a9 --- /dev/null +++ b/view/mod_zentity.css @@ -0,0 +1,33 @@ + +h2 { + margin-left: 15%; + margin-top: 15%; +} + +#zregister-form { + font-size: 1.4em; + margin-left: 15%; + margin-top: 5%; +} + +.zregister-label { + float: left; + width: 275px; +} + +.zregister-input { + float: left; + width: 275px; + padding: 5px; +} + +.zregister-feedback { + float: left; + margin-left: 5px; +} + +.zregister-field-end { + clear: both; + margin-bottom: 20px; +} + diff --git a/view/zentity.tpl b/view/zentity.tpl new file mode 100644 index 000000000..f34042d05 --- /dev/null +++ b/view/zentity.tpl @@ -0,0 +1,46 @@ +

$title

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

$invite_desc

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