Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1871279.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9<body>
10{get_waiting_users}
11<form method='post' action='/id/32'>
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.112657 seconds and 4 git commands to generate.