Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2015849.tpl
CommitLineData
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>
16po zaregistrovani usera sa stavate jeho "ochrancom" tj. dojde mu automaticky<br>
17od 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
This page took 0.151757 seconds and 4 git commands to generate.