Removing duplicates
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1073423.tpl
diff --git a/data/templates/own_templates/1073423.tpl b/data/templates/own_templates/1073423.tpl
deleted file mode 100644 (file)
index 59a85bb..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-<html>
-<head>
-<meta http-equiv="Cache-Control" content="Public">
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
-<link rel='stylesheet' type='text/css' href='/data/css/main.css'>
-
-<title>standing above it all, or standing aside, perhaps?</title>
-</head>
-
-<body>
-<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
-{if $user_id eq true}{if $header_id neq true}{include file="modules/toolbar.tpl"}{/if}{/if}
-{if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
-
-<table align='center' valign='top' class='bordered' width='865'>
-<tr><td colspan='3' align='center' valign='top'>
-</td></tr>
-<tr>
-<td align='left' valign='top' width='230'>
-
-       <center><span class='important'>latest data nodes</span></center><br><br>
-       {get_nodes_by_type type=12 listing_amount=23 offset=$offset}
-       {foreach from=$get_nodes_by_type item=child}
-               <a href='/id/{$child.node_id}'>{$child.node_name|wordwrap:40:"<br>":true}</a><br>
-
-               by <a href='/id/{$child.node_creator}'>{$child.login|wordwrap:40:"<br>":true}</a><br>
-               in <a href='/id/{$child.node_parent}'>{$child.parent_name|wordwrap:40:"<br>":true}</a><br>
-       {/foreach}
-       <br>
-       {get_nodes_by_parent parent=21 listing_amount=$listing_amount offset=$offset}
-
-       <center><span class='important'>user blogs</span></center><Br>
-       {foreach from=$get_nodes_by_parent item=child}
-               <table width='230'>
-                       <tr><td><img src='{get_image_link id=$child.node_creator}' align='left' hspace='5' vspace='5' border='0'>
-                       <a href='/id/{$child.node_id}'>{$child.node_name|wordwrap:20:"<br>":true}</a><br>{$child.node_content|truncate:66|imagestrip|strip_tags|stripslashes|wordwrap:20:"<br>":true|imagestrip}
-                       <br>by <a href='/id/{$child.node_creator}'>{$child.login}</a> {$child.node_views} views</td></tr>
-
-               </table><br>
-       {/foreach}
-</td>
-<td valign='top' width='468'>
-       <Center><span align='center' class='important'>latest forums</span></center><br>
-       {get_nodes_by_type type=3 listing_amount=10 offset=$offset}
-       {foreach from=$get_nodes_by_type item=child}
-               <a href='/id/{$child.node_id}'>{$child.node_name}</a>
-               by <a href='/id/{$child.node_creator}'>{$child.login}</a>
-               ({$child.node_children_count} children)</a><br>
-       {/foreach}
-       <br>
-
-       {get_linked_nodes}
-       <br><center><span class='important' align='center'>latest articles</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:320|stripslashes|strip_tags}
-                       <br><br><i>node created by <a href='/id/{$child.node_creator}'>{$child.login}</a>,synapse link created by <a href='/id/{$child.synapse_creator}'>{$child.linker}</a>
-                       </td></tr>
-               </table><br>
-       {/foreach}
-</td>
-<form action='/id/25/' method='post'>
-<input type='text' value='{$smarty.post.query}' name='query'>
-<input type='submit' name='template_event'  value='search'><br>
-</form><br><br>
-</center>
-</td>
-
-
-</tr>
-</table>
-{include file="modules/footer.tpl"}
\ No newline at end of file
This page took 0.149703 seconds and 4 git commands to generate.