From d177043c9f4032c2241aac7afedbd6e7b6c1e596 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Sun, 1 Dec 2019 14:17:32 +0100 Subject: Add pinned item layout --- view/tpl/pinned_item.tpl | 147 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 view/tpl/pinned_item.tpl (limited to 'view') diff --git a/view/tpl/pinned_item.tpl b/view/tpl/pinned_item.tpl new file mode 100644 index 000000000..6e5e9e20d --- /dev/null +++ b/view/tpl/pinned_item.tpl @@ -0,0 +1,147 @@ +
+
+
+ {{if $photo}} +
+ {{$photo}} +
+ {{/if}} + {{if $event}} +
+ {{$event}} +
+ {{/if}} + {{if $title && !$event}} +
+ {{if $title_tosource}} + {{if $plink}} + + {{/if}} + {{/if}} + {{$title}} + {{if $title_tosource}} + {{if $plink}} + + {{/if}} + {{/if}} +
+ {{if ! $is_new}} +
+ {{/if}} + {{/if}} +
+   +
+
+ {{$name}} + {{if $thread_author_menu}} + + + {{/if}} +
+
+
+ {{$name}}{{if $owner_url}} {{$via}} {{$owner_name}}{{/if}} +
+
+ {{if $verified}} {{elseif $forged}} {{/if}}{{if $location}}{{$location}}, {{/if}}{{if $editedtime}} {{$editedtime}}{{/if}}{{if $expiretime}} {{$expiretime}}{{/if}}{{if $editedtime}} {{/if}} {{if $app}}{{$str_app}}{{/if}} +
+
+ {{if $divider}} +
+ {{/if}} + {{if $body}} +
+
+ {{$body}} +
+
+ {{/if}} + {{if $has_tags}} +
+
+ {{$mentions}} {{$tags}} {{$categories}} {{$folders}} +
+
+ {{/if}} +
+
+
+
+
+
+
+
+ {{if $isevent}} + + {{/if}} + {{if $canvote}} + + {{/if}} +
+ + +
+
+
+ {{if $attachments}} +
+
+ + +
+
+ {{/if}} +
+
+
+
+ -- cgit v1.2.3