big commit
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1416619.tpl
CommitLineData
b42b2bf9 1{include file="1549864.tpl"}
e586807d
H
2
3
4{if $error eq true}
5<center><font style='error'>{$error}</font></center>
6{/if}
7
8{if $user_id eq false}
b42b2bf9 9<center>{include file="1549885.tpl"}</center>
e586807d
H
10
11{else}
12
13<table width='100%'><tr valign='top'><td width="20%">
14
15{get_userlist}
16<!--left column-->
17<span class='important'>friendz</span>
18<table style="border-bottom:1px solid #333;"><tr><td>
19{foreach name=friends from=$active_friends item=active_friend}
20<div style=" clear:left; margin-bottom:15px">
21<a href='/id/{$active_friend.user_id}/' style="float:left;">
22<img width='23' height='23' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}' border='0'></a></font>
23 {$active_friend.login}
24[<a href='/id/{$active_friend.user_action_id}'>{$active_friend.user_action|strip_tags}</a></b>] {$active_friend.idle_time_minutes}m {$active_friend.idle_time_seconds}s
25</div>
26{/foreach}
27</td></tr></table><br><br><br>
28
29
30<span class='important'>random forumz</span><br><br>
31{include file="modules/get_nodes_by_type_small.tpl" type=3 listing_amount=10}
32<br><br>
33<span class='important'>data</span><br><br>
34{include file="modules/get_nodes_by_type_small.tpl" type=12 listing_amount=10}
35<br>
36
37
38<span class='important'>pplz</span>
39<table width='100' class='header'><tr><td>
40{foreach name=users from=$active_users item=active_user}
41<div style=" float:left; margin-bottom:15px">
42<a href='/id/{$active_user.user_id}/' style="float:left;">
43{$active_user.login}</a></b></font>|
44<a href='/id/{$active_user.user_action_id}'>{$active_user.user_action|strip_tags}</a>
45{$active_user.idle_time_minutes}m {$active_user.idle_time_seconds}s
46</div>
47{/foreach}
48</td></tr></table>
49</td>
50<!--end of left column-->
51
52<!--main central column-->
53<td valign='top'>
54<!--<br />
55<form method='post'><br />
56<table align='center'><tr><br />
57<td><input type='hidden' name='get_children_offset' value='{$offset}'></td><br />
58<td><input type='submit' name='get_children_move' value='<'></td><br />
59<td><input type='submit' name='get_children_move' value='<<'></td><br />
60<td><input name='get_children_move' type='submit' value='>>'></td><br />
61<td><input type='submit' name='get_children_move' value='>'></td><br />
62</tr></table><br />
63</form><br />
64-->
65
66<span class='important'>last submissions</span><br>
b42b2bf9
H
67
68<form method='post'>
69<table align='center'><tr>
70<td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
71<td><input type='submit' name='get_children_move' value='<'></td>
72<td><input type='submit' name='get_children_move' value='<<'></td>
73<td><input name='get_children_move' type='submit' value='>>'></td>
74<td><input type='submit' name='get_children_move' value='>'></td>
75</tr></table>
76</form>
77
78{*get_last vector=0 listing_amount=$listing_amount offset=$offset*}
79{get_last listing_amount=$listing_amount offset=$offset}
80
81{foreach from=$get_last item=child}
82<table>
83<tr>
84<td width='100' valign='top' rowspan='2'><a href='/id/{$child.node_creator}'><img border=0 hspace='5' src='{get_image_link id=$child.node_creator}'></a>&nbsp;</td>
85<td style='width: 100%' valign='top'>
86<table width=100%><tr class='header' width=100%>
87<td>
88parent: <a href='/id/{$child.node_parent}'>{$child.parent_name}</a><br>
89author: <a href='/{$child.login}'>{$child.login}</a>
90{if $child.user_action neq false}
91&nbsp;[lokacia :: <a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>]
92{/if}
93&nbsp;&nbsp;{$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}&nbsp;
94<tr><td>{$child.node_content|stripslashes|nl2br|imagestrip}</td></tr>
95</table>
96</table>
97{/foreach}
e586807d
H
98<!--end of central column-->
99
100</td></tr></table>
101
102{/if}
103
b42b2bf9
H
104
105
106
107
108
109
e586807d
H
110
111
112
113
114
This page took 0.294734 seconds and 4 git commands to generate.