images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1857104.tpl
diff --git a/data/templates/own_templates/1857104.tpl b/data/templates/own_templates/1857104.tpl
new file mode 100644 (file)
index 0000000..fc41194
--- /dev/null
@@ -0,0 +1,99 @@
+{include file="modules/header.tpl"}
+
+{if $error eq true}
+<center><font style='error'>{$error}</font></center>
+{/if}
+
+{if $user_id eq false}
+<center>{include file="modules/loginbox.tpl"}</center>
+
+{else}
+
+<table width='100%'><tr><hr noshade>asdasdadadadadasdaadsd<br><br>
+
+<link rel='stylesheet' type='text/css' href='http://darkaural.wz.cz/philes/kyberka/kyberia.css'>
+
+<!--main central column-->
+<td valign='top'>
+
+{if $action eq true}
+
+<center>{include file="modules/movement.tpl"}</center>
+{include file="modules/get_creation_by_template_id.tpl" listing_amount=$listing_amount type=$action}
+
+
+{else}
+{include file="modules/node_content.tpl"}
+{* shows what other friends think about users *}
+{get_children_by_external_link external_link='session://friend' listing_amount=$listing_amount offset=$offset orderby=desc}
+{foreach from=$get_children_by_external_link item=child}
+<table>
+<tr>
+<td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'>&nbsp;</td>
+<td valign='top' width='100%'>
+<table width='100%'><tr class='header' valign='top'>
+<td>
+{if $child.template_id eq 6 }
+<center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b>
+{elseif $child.template_id eq 5 }
+<center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b>
+{else}
+&nbsp;<a href='/id/{$child.node_creator}'>{$child.login}</a>
+{if $child.user_action neq false}
+&nbsp;[lokacia :: <a href='/{$child.user_action}/'>{$child.user_action}</a>]
+{/if}
+{/if}
+<br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center>
+<tr><td>{$child.node_content}</td></tr>
+</table>
+</table>
+{/foreach}
+
+<form method='post' action='/id/{$node.node_id}'>
+<BR>
+<textarea name='node_content'>{$post_vars.node_content}</textarea>
+<br>
+{if $permissions.w eq true}
+<input type='hidden' name='node_parent' value='{$node.node_id}'>
+<input type='hidden' name='external_link' value='session://friend'>
+<table><tr><td><input type='submit' name='event' value='add'>
+<td> with name:</td> <td><input type='text' name='node_name'></td>
+</table>
+{/if}
+
+</form>
+<p>{/if}</p>
+<p>&nbsp;</p>
+<p><form method='post' action='/id/{$node.node_id}'>
+<center>
+  <p>{include file="modules/movement.tpl"}</p>
+  </center>
+</form>
+
+        <!--end of central column-->
+    <!--left column-->
+<td valign='top' align='center' width='23%'>
+{include file="modules/node_settings.tpl"}
+{include file="modules/userinfo.tpl"}
+{* showing poll *}
+{include file="modules/get_poll_box.tpl"}
+<br>
+{*showing bookmark_statistics*}
+{include file="modules/get_bookmark_statistics_box.tpl"}
+</td>
+<!--end of left column-->
+
+</td></tr></table>
+<p>{/if}
+test daasdadasd
+{include file="modules/footer.tpl"} </p>
+
+
+
+
+
+
+
+
+
+
This page took 0.142699 seconds and 4 git commands to generate.