Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2444782.tpl
1 {get_movement_params} {* header *}{include file="1549864.tpl"} {if $error eq true}
2 <center>
3 <font style='error'> {$error}
4 </font>
5 </center>{/if} {if $user_id eq false}
6 <center> {* loginbox *}{include file="1549885.tpl"}
7 </center>{else}
8 <table width='100%'>
9 <tr>
10 <!--left column-->
11 <td valign='top' align='center' width='23%'>
12 {* node_settings *} {include file="1549925.tpl"} {* get_poll_box *} {include file="1549834.tpl"}
13 <br />{*get_bookmark_statistics_box*} {include file="1549386.tpl"}
14 </td>
15 <!--end of left column-->
16 <!--main central column-->
17 <td width=66% valign='top'>
18 {*showing node_content*} {get_children listing_amount='23232323232323' offset=$offset}
19 <table width='100%' align='center'>
20 <tr>{foreach name=picz from=$get_children item=child} {if $smarty.foreach.picz.iteration is div by 5}
21 </tr>
22 <tr>{/if}
23 <td width='190'>
24 <table>
25 <tr>
26 <td class='important'> {$child.node_name}
27 </td>
28 </tr>
29 <tr>
30 <td>
31 <a href='/id/{$child.node_id}/1041658'>
32 <img src='/id/{$child.node_id}/download' border='0' name='{$child.node_name}' width='100px'/>
33 </a>
34 <div style='font-size:x-small;'>
35 {$child.node_content|truncate:23}
36 </div>
37 </td>
38 </tr>
39 </table>
40 </td> {/foreach}
41 </tr>
42 </table> {*showing form for adding child node*}
43 <form method='post' action='/id/{$node.node_id}'> {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
44 </form>
45 <center> {include file="modules/movement.tpl"}
46 </center>
47 <!--end of central column-->
48 </td>
49 </tr>
50 </table>
51 {/if}
52 {*footer*}{include file="1549377.tpl"}
This page took 0.384194 seconds and 4 git commands to generate.