51ff3226 |
1 | {include file="modules/header.tpl"} |
2 | |
3 | {if $user_id eq false} |
4 | <center>{include file="modules/loginbox.tpl"}</center><br><br> |
5 | {/if} |
6 | |
7 | <table width='100%'><tr> |
8 | |
9 | <!--left column--> |
10 | <td valign='top' align='center' width='23%'> |
11 | {* show node info *} |
12 | {include file="modules/node_settings.tpl"} |
13 | |
14 | <td> |
15 | <center><font class=most_important>pozor pozor pozor!<br> |
16 | po zaregistrovani usera sa stavate jeho "ochrancom" tj. dojde mu automaticky<br> |
17 | od vas posta ze sa na vas moze obracat so svojimi problemami a ziadostami</font></center> |
18 | {get_waiting_users} |
19 | <table align='center'> |
20 | {foreach from=$get_waiting_users item=waiting} |
21 | <tr class='bordered'><td><a href='/id/{$waiting.user_id}'>{$waiting.login}</a></td> |
22 | <td width='500'>{$waiting.node_content}</td> |
23 | <td>{$waiting.email}</td> |
24 | <td><input type='checkbox' name='waiting[{$waiting.user_id}]'> |
25 | </td></tr> |
26 | {/foreach} |
27 | <tr><td colspan='4' align='center'><input type='submit' value='register_users' name='event'> |
28 | <input type='submit' value='remove_users' name='event'></td></tr> |
29 | </table> |
30 | </td></table> |
31 | {include file="modules/footer.tpl"} |
32 | |