Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1058182.tpl
diff --git a/data/templates/own_templates/1058182.tpl b/data/templates/own_templates/1058182.tpl
new file mode 100644 (file)
index 0000000..d1b900a
--- /dev/null
@@ -0,0 +1,27 @@
+{get_movement_params children_count=$node.node_children_count}
+{* header *}{include file="1549864.tpl"}
+
+<table><tr><td align='top'>
+{* node_settings *}{include file="1549925.tpl"}
+</td><td>
+<form method='post'>
+<table align='center'><tr>
+<td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
+<td><input type='submit' name='get_children_move' value='<'</td>
+<td><input type='submit' name='get_children_move' value='>'</td>
+</tr></table>
+</form>
+
+{get_linked_nodes}
+       <br><center><span class='important' align='center'>latest forumz</span></center>
+       {foreach from=$get_linked_nodes item=child }
+               <table width='100%' class='bordered'>
+                       <tr><td><img width=75 src='{get_image_link id=$child.node_id}' align='left' hspace='5' vspace='5' border='0'>
+                       <a href='/id/{$child.node_id}'>{$child.node_name}</a><br>
+                       {$child.node_content|truncate:330|stripslashes|strip_tags:false}
+                       <br><br><i>node created by <a href='/id/{$child.node_creator}'>{$child.login}</a></i>
+                       </td></tr>
+               </table><br>
+       {/foreach}
+
+</td></tr></table>
This page took 0.134661 seconds and 4 git commands to generate.