Commit | Line | Data |
---|---|---|
51ff3226 | 1 | <!--showing bookmark statistic table --> |
2 | <table class='bordered' id='bookstat'> | |
3 | {get_bookmark_statistics} | |
4 | {foreach from=$get_bookmark_statistics item=bookmark_statistic} | |
5 | <tr><td><a href='/id/{$bookmark_statistic.user_id}'>{$bookmark_statistic.login}</a></td><td>{$bookmark_statistic.node_user_subchild_count}</td></tr> | |
6 | {/foreach} | |
7 | </table> | |
8 | <!--end of bookmark statistic table --> |