Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1871334.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 <body>
10 {get_waiting_users}
11 <form method='post' action='/id/1871330'>
12 <table align='center'>
13 {foreach from=$get_waiting_users item=waiting}
14 <tr class='bordered'><td><a href='/id/{$waiting.user_id}'>{$waiting.login}</a></td>
15 <td width='500'>{$waiting.node_content}</td>
16 <td>{$waiting.email}</td>
17 <td><input type='checkbox' name='waiting[{$waiting.user_id}]'>
18 </td></tr>
19 {/foreach}
20 <tr><td colspan='4' align='center'><input type='submit' value='register_users' name='event'>
21 <input type='submit' value='remove_users' name='event'></td></tr>
22 </table>
23 </td></table>
24 </form>
25 </body>
26 </html>
This page took 0.246446 seconds and 4 git commands to generate.