X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=data%2Ftemplates%2Fown_templates%2F1499862.tpl;fp=data%2Ftemplates%2Fown_templates%2F1499862.tpl;h=d86b94fec8daa46ff37ab9f8ce2f4a7938591b19;hb=b42b2bf946332ad8544d53f610be9cb05e80bf56;hp=0000000000000000000000000000000000000000;hpb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;p=mirrors%2FKyberia-bloodline.git diff --git a/data/templates/own_templates/1499862.tpl b/data/templates/own_templates/1499862.tpl new file mode 100644 index 0000000..d86b94f --- /dev/null +++ b/data/templates/own_templates/1499862.tpl @@ -0,0 +1,68 @@ +{include file="modules/header.tpl"} + + + + + +
+ +{*friends*} + +{get_userlist} +{if $active_friends eq true} +
friends
+{foreach from=$active_friends item=active_friend} + +{/foreach} +{/if} + +
+ +{$node_visitor.login|strip_tags}[{$active_friend.user_action|strip_tags}]
{$active_friend.idle_time_minutes}min {$active_friend.idle_time_seconds}sec +
+
users on.line
+{foreach from=$active_users item=active_user} +
{$active_user.login|strip_tags}
+{/foreach} +
+ +
+ +
+ +{get_bookmarks} +{foreach from=$get_bookmarks item=bookmark_category} +{* showing bookmark category *} +{if $bookmark_category.node_name neq false} +kategoria:: {$bookmark_category.node_name} + {if $bookmark_category.sum neq false} + :: {$bookmark_category.sum} NEW + {/if} +{/if} + +
+{foreach from=$bookmark_category.children item=bookmarks} +{if $bookmarks.node_name && $bookmarks.node_id} + +{$bookmarks.node_name|strip_tags} +{if $bookmarks.node_user_subchild_count neq false} :: {$bookmarks.node_user_subchild_count} NEW CHILDREN +{/if} + +{if $bookmarks.lastdescendant_created > $bookmarks.last_visit} +:: !!NEW DESCENDANT!! +{/if} + +
+{/if} +{/foreach} + +
+{/foreach} + + +
+ +
+ +{include file="modules/footer.tpl"} \ No newline at end of file