51ff3226 |
1 | |
2 | {get_nodes_by_type type=10 offset=0 listing_amount=233} |
3 | {foreach from=$get_nodes_by_type item=child} |
4 | {if $user_id eq $child.node_creator} |
5 | <a href='/id/{$child.node_id}'>{$child.node_name}</a> [{$child.node_id}]<br> |
6 | {/if} |
7 | {/foreach} |
8 | <br><br> |
9 | <form action='/id/{$node.node_id}' method='post'> |
10 | add bookcat::<br> |
11 | name::<input type='text' name='node_name'><br> |
12 | content::<input type='text' name='node_content'><br> |
13 | <input type='hidden' name='node_parent' value='{$node.node_id}'> |
14 | <input type='hidden' name='node_system_access' value='public'> |
15 | <input type='hidden' name='template_id' value='10'> |
16 | <input type='submit' name='event' value='add'> |
17 | </form> |