Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1773570.tpl
1 {* header *}{include file="1549864.tpl"}
2 {if $action}{get_userlist vector=$action} in vector {$action} {else}{get_userlist} {/if}
3 <div id="pplz" style="width:100%;">
4 {literal}
5 <style>
6
7 .active_friends {margin: 0 2%}
8 h2 {margin-top:0;padding-top:0; font-size:8pt;}
9 .activ {width-min:15%}
10
11 </style>
12 {/literal}
13 <div class="active_friends">
14
15 <h1 style='color:white'>friends</h1>
16 {foreach name=friends from=$active_friends item=active_friend}
17 {if $smarty.foreach.friends.iteration is div by 5}<br style="clear:left" />{/if}
18 <div class="activ" style="float:left; border:1px solid black; height:100px; background:white;">
19
20 <a href='/id/{$active_friend.user_action_id}' style="color:white;">{$active_friend.user_action}</a> <br />
21 <span style='color:black;'>{$active_friend.idle_time_minutes}min {$active_friend.idle_time_seconds}sec</span>
22 </div>
23
24 {/foreach}
25 <br style="clear:left" />
26
27 </div>
28
29 <div class="active_users">
30
31
32 </div>
33 <
34 </div>
This page took 0.247397 seconds and 4 git commands to generate.