renamed data directory
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1694307.tpl
diff --git a/data/templates/own_templates/1694307.tpl b/data/templates/own_templates/1694307.tpl
deleted file mode 100644 (file)
index e32ee96..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-{*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%' align="center"><tr>
-
-
-<!--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-->
-
-
-<!--main central column-->
-<td valign='top'>
-<!--<form method='post' action='/id/{$node.node_id}'>
-<center>{include file="modules/movement.tpl"}</center>
-</form>-->
-
-{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>
-{/if}
-<!--end of central column-->
-
-</td></tr></table>
-{/if}
-
-{*include file="modules/footer.tpl"*}
-
-
-
-
-
-
-
-
This page took 0.162838 seconds and 4 git commands to generate.