Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / modules / get_bookmark_statistics_box.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 <!--showing bookmark statistic table -->
10 <table class='bordered'>
11 {get_bookmark_statistics}
12 {foreach from=$get_bookmark_statistics item=bookmark_statistic}
13 <tr><td><a href='/id/{$bookmark_statistic.user_id}'>{$bookmark_statistic.login}</a><td>{$bookmark_statistic.node_user_subchild_count}</td></tr>
14 {/foreach}
15 </table>
16 <!--end of bookmark statistic table -->
This page took 0.267201 seconds and 4 git commands to generate.