Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / modules / get_node_userlist.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 <table align='center'><td>
10 {get_node_userlist}
11 {foreach from=$userlist item=node_visitor}
12 <td><a href='/id/{$node_visitor.user_id}/'><img hspace='0' vspace='0' width='50' height='50' border='0' align='left' name='{$node_visitor.login}' alt='{$node_visitor.login}' src='{get_image_link id=$node_visitor.user_id}'></a></td>
13 {/foreach}
14 </tr></table>
15 <br>
This page took 0.304307 seconds and 4 git commands to generate.