Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1849954.tpl
diff --git a/data/templates/own_templates/1849954.tpl b/data/templates/own_templates/1849954.tpl
new file mode 100644 (file)
index 0000000..1de0c45
--- /dev/null
@@ -0,0 +1,42 @@
+{*header*}{include file="1549864.tpl"}
+
+<table width=100%>
+<tr><td valign='top'>
+{*friends*}
+<table cellspacing="0" cellpadding="0">
+{get_userlist}
+<b><center><font size=1>friends</font></center></b>
+{if $active_friends eq true}
+{foreach from=$active_friends item=active_friend}
+<tr><td width="100%" valign="top" align="left">
+<a
+href="javascript:chngto('{$active_friend.login}','{$active_friend.user_id}')">
+<img border='0' alt='{$active_friend.login|strip_tags}' width='23' height='23' alt='{$active_friend.login|strip_tags}' src='{get_image_link id=$active_friend.user_id}'></a>[<a href='http://kyberia.sk/id/{$active_friend.user_action_id}'>{$active_friend.user_action|strip_tags}</a>]<br>[{$active_friend.idle_time_minutes}min {$active_friend.idle_time_seconds}sec]
+</td></tr>
+{/foreach}
+{/if}
+<tr><td>
+<br>
+<b><center>users on.line</center></b>
+{foreach from=$active_users item=active_user}
+<center><a
+href="javascript:chngto('{$active_user.login}','{$active_user.user_id}')">{$active_user.login|strip_tags}</a><br></center>
+{/foreach}
+</td></tr>
+</table></td>
+
+<td valign='top' width=77%>
+
+
+
+<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
+{include file="1549897.tpl"}
+{include file="1549888.tpl" listing_amount=$listing_amount offset=$offset}
+</form>
+
+
+</td>
+
+</tr></table>
+
+{include file="modules/footer.tpl"}<img src="/id/24" width=1 height=1>
\ No newline at end of file
This page took 0.109098 seconds and 4 git commands to generate.