Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1772147.tpl
diff --git a/data/templates/own_templates/1772147.tpl b/data/templates/own_templates/1772147.tpl
new file mode 100644 (file)
index 0000000..d68c3b2
--- /dev/null
@@ -0,0 +1,55 @@
+{include file="1549864.tpl"}
+{if $user_id eq false}
+<center>{include file="1549885.tpl"}</center><br><br>
+{/if}
+
+<table width='100%'><tr>
+
+<!--left column-->
+<td valign='top' align='center' width='23%'>
+{* show node info *}
+{include file="1549925.tpl"}
+</td>
+<!--end of left column-->
+
+<!--main central column-->
+<td width=666 valign='top'>
+{*showing node_content*}
+{*include file="modules/node_content.tpl"*}
+{get_linked_nodes}
+
+<form enctype="multipart/form-data" action='/id/{$node.node_id}/ {if $action neq false}{$action}{/if}' method='post' name='formular'>
+{if $node.node_creator eq 1538}{include file="1548927.tpl"}{/if}
+{foreach from=$get_linked_nodes item=child}
+<table class='bordered' cellspacing='0' cellpadding='0'>
+<tr>
+<td align='center' valign='top' rowspan='2'>
+        <img vspace='5' hspace='5' width='50' src='{get_image_link id=$child.node_creator}'>
+</td>
+
+<td valign='top' style='width: 100%'>
+        <table width=100%>
+                <tr class='header' width=100% valign='top'><td>
+                &nbsp;<a href='/id/{$child.node_creator}'>{$child.creator}</a>
+                {if $child.user_action neq false}
+                        &nbsp;[lokacia :: <a href='/{$child.user_action}/'>{$child.user_action}</a>]
+                {/if}
+                &nbsp;&nbsp;{$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}&nbsp;
+                &nbsp;&nbsp;<input type='checkbox' value='{$child.node_id}' name='node_chosen[]'>
+                &nbsp;&nbsp;<a href='/id/{$child.node_id}'>enter</a>&nbsp;&nbsp;
+                {if $child.node_created > $node.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW</span>{/if}
+                {if $child.node_children_count}<span class='most_important'>{$child.node_children_count}&nbsp;&nbsp;CHILDREN</span>{/if}
+                </td></tr>
+                <tr><td>{$child.node_content|stripslashes|nl2br}</td></tr>
+        </table>
+</table>
+
+{/foreach}
+
+</form>
+<!--end of central column-->
+
+</td></tr></table>
+
+
+{include file="1549377.tpl"}
\ No newline at end of file
This page took 0.106883 seconds and 4 git commands to generate.