Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1911535.tpl
1 {* header *}{include file="1549864.tpl"}
2
3 {if $error eq true}
4 <center><font style='error'>{$error}</font></center>
5 {/if}
6
7 {if $user_id eq false}
8 <center> {* loginbox *}{include file="1549885.tpl"}</center>
9
10 {else}
11
12 <table width='100%'><tr>
13
14 <!--left column-->
15 <td valign='top' align='center' width='23%'>
16 {* node_settings *}{include file="1549925.tpl"}
17
18 </td>
19 <!--end of left column-->
20
21 <td valign='top'>
22 {include file="1549913.tpl"}
23 {get_movement user_id=$node.node_id offset=$offset listing_amount=$listing_amount}
24 {foreach from=$get_movement item=movement}
25 <a href='/id/{$movement.node_id}'>{$movement.node_name}</a>
26 &nbsp;({$movement.last_visit|date_format:"%d.%m.%Y. - %H:%M:%S"})<br>
27 {/foreach}
28 </td>
29
30 <!--end of central column-->
31
32 </td></tr></table>
33 {/if}
34
35 {* footer *}{include file="1549377.tpl"}
36
This page took 0.279308 seconds and 4 git commands to generate.