images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1908499.tpl
diff --git a/data/templates/own_templates/1908499.tpl b/data/templates/own_templates/1908499.tpl
new file mode 100644 (file)
index 0000000..e8ad1f4
--- /dev/null
@@ -0,0 +1,31 @@
+{* header *}{include file="1549864.tpl"}
+{if $user_id eq false}
+<center>{* loginbox *}{include file="1549885.tpl"}</center><br><br>
+{/if}
+{get_stats user_id=$node.node_id offset=$offset listing_amount=$listing_amount}
+{merge_arrays array1=$get_stats sort_by='given_k' orderby=$listing_order}
+<table width='100%'><tr>
+<!--left column-->
+<td valign='top' align='center' width='23%'>
+{* show node info *}{include file="1549925.tpl"}
+{* showing poll *}{include file="1549834.tpl"}<br>
+{*showing bookmark_statistics*}{include file="1549386.tpl"}
+</td>
+<!--end of left column-->
+
+<!--main central column-->
+<td width=66% valign='top'>
+sort_by K::
+<table class='bordered'>
+{foreach from=$merged item=stat}
+<tr><td>{counter}_ <img width='25' height='25' src='{get_image_link id=$stat.user_id}' border=0></td>
+<td><a href='/id/{$stat.user_id}'>{$stat.login}</a>
+&nbsp;({$stat.last_visit|date_format:"%d.%m.%Y. - %H:%M:%S"})
+&nbsp;({$stat.node_user_subchild_count}) NEW
+{if $stat.node_bookmark eq 'yes'},booked{/if}
+{if $stat.given_k eq 'yes'},K{/if} , {$stat.visits} visitz </td></tr>
+{/foreach}
+</table>
+
+{* footer *}{include file="1549377.tpl"}
+</td></tr></table>
\ No newline at end of file
This page took 0.094889 seconds and 4 git commands to generate.