images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2015849.tpl
diff --git a/data/templates/own_templates/2015849.tpl b/data/templates/own_templates/2015849.tpl
new file mode 100644 (file)
index 0000000..0b48c04
--- /dev/null
@@ -0,0 +1,32 @@
+{include file="modules/header.tpl"}
+
+{if $user_id eq false}
+<center>{include file="modules/loginbox.tpl"}</center><br><br>
+{/if}
+
+<table width='100%'><tr>
+
+<!--left column-->
+<td valign='top' align='center' width='23%'>
+{* show node info *}
+{include file="modules/node_settings.tpl"}
+
+<td>
+<center><font class=most_important>pozor pozor pozor!<br>
+po zaregistrovani usera sa stavate jeho "ochrancom" tj. dojde mu automaticky<br>
+od vas posta ze sa na vas moze obracat so svojimi problemami a ziadostami</font></center>
+{get_waiting_users}
+<table align='center'>
+{foreach from=$get_waiting_users item=waiting}
+       <tr class='bordered'><td><a href='/id/{$waiting.user_id}'>{$waiting.login}</a></td>
+       <td width='500'>{$waiting.node_content}</td>
+       <td>{$waiting.email}</td>
+       <td><input type='checkbox' name='waiting[{$waiting.user_id}]'>
+       </td></tr>
+{/foreach}
+<tr><td colspan='4' align='center'><input type='submit' value='register_users' name='event'>
+<input type='submit' value='remove_users' name='event'></td></tr>
+</table>
+</td></table>
+{include file="modules/footer.tpl"}
+
This page took 0.138223 seconds and 4 git commands to generate.