| 1 | {get_movement_params children_count=$node.node_children_count} |
| 2 | {include file="modules/header.tpl"} |
| 3 | |
| 4 | {if $error eq true} |
| 5 | <center><font style='error'>{$error}</font></center> |
| 6 | {/if} |
| 7 | |
| 8 | {if $user_id eq false} |
| 9 | <center>{include file="modules/loginbox.tpl"}</center><br><br> |
| 10 | {/if} |
| 11 | |
| 12 | <table width='100%'><tr> |
| 13 | |
| 14 | <!--left column--> |
| 15 | <td valign='top' align='center' width='23%'> |
| 16 | |
| 17 | <table> |
| 18 | <tr><td colspan='2' align='center'> |
| 19 | <img src='/images/nodes/1/4/{$node.node_id}.gif'> |
| 20 | </td></tr> |
| 21 | <tr><td>node:</td><td><a href='/id/{$node.node_id}'>23.02.2005-10:28:34</a></td></tr> |
| 22 | <tr><td>template:</td><td><a href='/id/4'>4</a></td></tr> |
| 23 | <tr><td>parent:</td><td><a href='/id/821926'>N0T3P4D</a></td> |
| 24 | <tr><td>owner:</td><td><a href='/id/1434594'>replica</a></td> |
| 25 | <tr><td>datetime:</td><td>23.02.2005. - 10:28:34</td></tr> |
| 26 | </table> |
| 27 | |
| 28 | <br> |
| 29 | |
| 30 | <table class='bordered'> |
| 31 | <tr><td colspan='2' align='center' class='important'>permissions</td></tr> |
| 32 | <tr><td>you:</td><td align='center'> |
| 33 | r,w,owner |
| 34 | </a></td> |
| 35 | <tr><td>system:</td><td align='center'>private</a></td> |
| 36 | <tr><td>net:</td><td align='center'>yes</a></td> |
| 37 | </table> |
| 38 | <br> |
| 39 | |
| 40 | <center><a href='/id/{$node.node_id}/neurons'>neurons</a></center> |
| 41 | <br> |
| 42 | <center><a href='/id/{$node.node_id}/stats'>statistics</a></center> |
| 43 | <center><a href='/id/{$node.node_id}/offtopic'>offtopic</a></center> |
| 44 | <center><a href='/id/{$node.node_id}/links'>links</a></center> |
| 45 | <center><a href='/id/{$node.node_id}/print'>print</a></center> |
| 46 | <center><a href='/id/15/{$node.node_id}'>k</a></center> |
| 47 | |
| 48 | |
| 49 | <table> |
| 50 | <tr> |
| 51 | |
| 52 | <td colspan='2' align='center'> |
| 53 | <br><span class='important'>node viewed 9 times</span> |
| 54 | <br><span class='important'>total descendants::</span> |
| 55 | <br><span class='important'>total children::0</span> |
| 56 | </td> |
| 57 | |
| 58 | <form action='/id/{$node.node_id}/' method='post'> |
| 59 | |
| 60 | <tr> |
| 61 | <td colspan='2' align='center'> |
| 62 | <input type='submit' name='event' value='book'> |
| 63 | |
| 64 | <input type='submit' name='event' value='K'> |
| 65 | </td> |
| 66 | </tr> |
| 67 | |
| 68 | </form> |
| 69 | </table> |
| 70 | |
| 71 | <center><a href='/id/{$node.node_id}/configure'>configure</a></center><br> |
| 72 | <center><a href='/id/{$node.node_id}/forum'>!!!show flat!!!</a></center> |
| 73 | |
| 74 | <br> |
| 75 | |
| 76 | {* showing poll *} |
| 77 | {include file="modules/get_poll_box.tpl"} |
| 78 | <br> |
| 79 | {*showing bookmark_statistics*} |
| 80 | {include file="modules/get_bookmark_statistics_box.tpl"} |
| 81 | </td> |
| 82 | <!--end of left column--> |
| 83 | |
| 84 | <!--main central column--> |
| 85 | <td width=66% valign='top'> |
| 86 | {*showing node_content*} |
| 87 | {include file="modules/node_content.tpl"} |
| 88 | |
| 89 | {*showing form for adding child node*} |
| 90 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/ |
| 91 | {if $action neq false}{$action}{/if}' method='post' name='formular'> |
| 92 | {if $permissions.w eq true} |
| 93 | {* include file="modules/addnode.tpl" *} |
| 94 | |
| 95 | <table> |
| 96 | <tr> |
| 97 | <td> |
| 98 | title or keywords:: |
| 99 | <input type='text' name='node_name'> |
| 100 | </td> |
| 101 | <td><input type='checkbox' name='no_html' value='yes'><td valign='middle'> NO HTML</td> |
| 102 | </tr> |
| 103 | </table> |
| 104 | |
| 105 | <textarea name='node_content'></textarea> |
| 106 | |
| 107 | <table width=666> |
| 108 | |
| 109 | <tr><!- -------------------------------------------- --> |
| 110 | |
| 111 | <td> |
| 112 | |
| 113 | {if $user_id eq 2133} |
| 114 | <input type='submit' name='event' value='add'> |
| 115 | {else} |
| 116 | <input type='submit' name='event' value='ass'> |
| 117 | {/if} |
| 118 | |
| 119 | <td> |
| 120 | <select name='template_id'> |
| 121 | <option value='4'>submission</option> |
| 122 | <option value='3'>forum</option> |
| 123 | <option value='2'>nodeshell</option> |
| 124 | <option value='12'>data</option> |
| 125 | </select> |
| 126 | </td> |
| 127 | |
| 128 | <td> |
| 129 | <input type='submit' name='template_event' value='preview'> |
| 130 | |
| 131 | <td> |
| 132 | |
| 133 | <table> |
| 134 | <tr> |
| 135 | <td><input type='hidden' name='get_children_offset' value='0'></td> |
| 136 | <td><input type='submit' name='get_children_move' value='<'></td> |
| 137 | <td><input type='submit' name='get_children_move' value='<<'></td> |
| 138 | <td><input class='small' name='listing_amount' type='text' value='100'></td> |
| 139 | <td><select name='listing_order'> |
| 140 | <option value='desc' selected >zozadu :-)</option> |
| 141 | <option value='asc' >(-: zpredu</option> |
| 142 | </select></td> |
| 143 | <td><input name='get_children_move' type='submit' value='>>'></td> |
| 144 | <td><input type='submit' name='get_children_move' value='>'></td> |
| 145 | </tr> |
| 146 | </table> |
| 147 | |
| 148 | </td> |
| 149 | |
| 150 | <td align='left'><input type='submit' name='template_event' value='filter_by'> |
| 151 | <td align='left'> |
| 152 | <select name='search_type'> |
| 153 | <option value='user'>user</option> |
| 154 | <option value='content'>content</option> |
| 155 | </select> |
| 156 | <td align='left'><input type='submit' name='event' value='put'> |
| 157 | <td align='left'><input class='small' type='text' value='' name='nodeshell_id'> |
| 158 | <td><input type='hidden' name='node_parent' value='{$node.node_id}'> |
| 159 | |
| 160 | </tr><!- -------------------------------------------- --> |
| 161 | |
| 162 | <tr><!- -------------------------------------------- --> |
| 163 | |
| 164 | <td colspan='5' align='center'> |
| 165 | <table><tr> |
| 166 | <td colspan='5' align='center'> |
| 167 | <input type='submit' name='event' value='delete'> |
| 168 | <input type='submit' name='event' value='set_parent'> |
| 169 | ::<input type='text' name='new_parent'> |
| 170 | </td> |
| 171 | </tr></table> |
| 172 | |
| 173 | </td> |
| 174 | |
| 175 | </tr><!- -------------------------------------------- --> |
| 176 | </table> |
| 177 | |
| 178 | <table align='center'><tr> |
| 179 | <td>u have 23</td> |
| 180 | <td><input type='submit' value='K' name='event'> </td> |
| 181 | </tr></table> |
| 182 | |
| 183 | <br> |
| 184 | |
| 185 | <table align='center'> |
| 186 | <tr> |
| 187 | <td><a href='/id/{$user_id}/'> |
| 188 | <img hspace='0' vspace='0' width='50' height='50' border='0' align='left' name='pwnd' alt='pwnd' src='/images/nodes/{$user_id[0]}/{$user_id[1]}/{$user_id}.gif'> |
| 189 | </a></td> |
| 190 | </tr></table> |
| 191 | |
| 192 | {/if} |
| 193 | {include file="modules/get_threaded_children.tpl"} |
| 194 | |
| 195 | </form> |
| 196 | |
| 197 | |
| 198 | <!--end of central column--> |
| 199 | |
| 200 | </td></tr></table> |
| 201 | |
| 202 | {include file="modules/footer.tpl"} |
| 203 | |
| 204 | |
| 205 | |
| 206 | |