Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / kyberia / register_users.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 <table align='center'>
28 {foreach from=$get_waiting_users item=waiting}
29 <tr class='bordered'><td><a href='/id/{$waiting.user_id}'>{$waiting.login}</a></td>
30 <td width='500'>{$waiting.node_content}</td>
31 <td>{$waiting.email}</td>
32 <td><input type='checkbox' name='waiting[{$waiting.user_id}]'>
33 </td></tr>
34 {/foreach}
35 <tr><td colspan='4' align='center'><input type='submit' value='register_users' name='event'>
36 <input type='submit' value='remove_users' name='event'></td></tr>
37 </table>
38 </td></table>
39 {include file="modules/footer.tpl"}
This page took 0.283956 seconds and 4 git commands to generate.