images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1911382.tpl
diff --git a/data/templates/own_templates/1911382.tpl b/data/templates/own_templates/1911382.tpl
new file mode 100644 (file)
index 0000000..ebfa3a8
--- /dev/null
@@ -0,0 +1,143 @@
+<!-- PHP code and design stolen from "frr", "MARIN" and "hromi" || regards & thanks -->
+
+{include file="modules/header.tpl"}
+{if $error eq true}
+
+<center><font style='error'>{$error}</font></center>
+{/if}
+
+{if $user_id eq false}
+<center>{include file="modules/loginbox.tpl"}</center>
+
+{else}
+
+
+
+{get_userlist}
+<br>
+<a href="/configure">conf</a>
+<br>
+::<span class='important'> friendz</span>
+<br><br>
+
+{foreach name=friends from=$active_friends item=active_friend}
+{if $smarty.foreach.friends.iteration is div by 3}{/if}
+<a href='/id/{$active_friend.user_id}/'>
+<img border='0' name='{$active_friend.login}' width='40' height='40' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}'></a>
+<br><br>
+{/foreach}
+
+
+
+
+
+
+
+<br>
+
+
+
+<!--
+>><span class='important'> friendz</span>
+<table width='100' style="border-bottom:1px solid #6dae42;"><tr><td>
+{foreach name=friends from=$active_friends item=active_friend}
+<div style=" clear:left; margin-bottom:15px">
+<a href='/id/{$active_friend.user_id}/' style="float:left;">
+<img width='23' height='23' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}' border='0'></a></font>
+ {$active_friend.login}
+[<a href='/id/{$active_friend.user_action_id}'>{$active_friend.user_action}</a></b></font>] {$active_friend.idle_time_minutes}m {$active_friend.idle_time_seconds}s
+</div>
+{/foreach}
+</td></tr></table><br>
+-->
+
+
+
+
+
+
+
+
+<td valign='top'>
+
+<!--
+<form method='post'>
+<table align='center'><tr>
+<td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
+<td><input type='submit' name='get_children_move' value='<'></td>
+<td><input type='submit' name='get_children_move' value='<<'></td>
+<td><input name='get_children_move' type='submit' value='>>'></td>
+<td><input type='submit' name='get_children_move' value='>'></td>
+</tr></table>
+</form>
+-->
+
+
+
+
+
+
+{/if}
+
+
+{include file="modules/footer.tpl"}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This page took 0.127527 seconds and 4 git commands to generate.