Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 32.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {include file="modules/header.tpl"}
10
11 {if $user_id eq false}
12 <center>{include file="modules/loginbox.tpl"}</center><br><br>
13 {/if}
14
15 <table width='100%'><tr>
16
17 <!--left column-->
18 <td valign='top' align='center' width='23%'>
19 {* show node info *}
20 {include file="modules/node_settings.tpl"}
21
22 <td>
23 <center><font class=most_important>pozor pozor pozor!<br>
24 po zaregistrovani usera sa stavate jeho "ochrancom" tj. dojde mu automaticky<br>
25 od vas posta ze sa na vas moze obracat so svojimi problemami a ziadostami</font></center>
26 {get_waiting_users}
27 <form method='post' action='/id/32'>
28 <table align='center'>
29 {foreach from=$get_waiting_users item=waiting}
30 <tr class='bordered'><td><a href='/id/{$waiting.user_id}'>{$waiting.login}</a></td>
31 <td width='500'>{$waiting.node_content}</td>
32 <td>{$waiting.email}</td>
33 <td><input type='checkbox' name='waiting[{$waiting.user_id}]'>
34 </td></tr>
35 {/foreach}
36 <tr><td colspan='4' align='center'><input type='submit' value='register_users' name='event'>
37 <input type='submit' value='remove_users' name='event'></td></tr>
38 </table>
39 </td></table>
40 </form>
41 {include file="modules/footer.tpl"}
42
43
This page took 0.381059 seconds and 4 git commands to generate.