Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1073423.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 <html>
10 <head>
11 <meta http-equiv="Cache-Control" content="Public">
12 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
13 <link rel='stylesheet' type='text/css' href='/data/css/main.css'>
14
15 <title>standing above it all, or standing aside, perhaps?</title>
16 </head>
17
18 <body>
19 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
20 {if $user_id eq true}{if $header_id neq true}{include file="modules/toolbar.tpl"}{/if}{/if}
21 {if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
22
23 <table align='center' valign='top' class='bordered' width='865'>
24 <tr><td colspan='3' align='center' valign='top'>
25 </td></tr>
26 <tr>
27 <td align='left' valign='top' width='230'>
28
29 <center><span class='important'>latest data nodes</span></center><br><br>
30 {get_nodes_by_type type=12 listing_amount=23 offset=$offset}
31 {foreach from=$get_nodes_by_type item=child}
32 <a href='/id/{$child.node_id}'>{$child.node_name|wordwrap:40:"<br>":true}</a><br>
33
34 by <a href='/id/{$child.node_creator}'>{$child.login|wordwrap:40:"<br>":true}</a><br>
35 in <a href='/id/{$child.node_parent}'>{$child.parent_name|wordwrap:40:"<br>":true}</a><br>
36 {/foreach}
37 <br>
38 {get_nodes_by_parent parent=21 listing_amount=$listing_amount offset=$offset}
39
40 <center><span class='important'>user blogs</span></center><Br>
41 {foreach from=$get_nodes_by_parent item=child}
42 <table width='230'>
43 <tr><td><img src='{get_image_link id=$child.node_creator}' align='left' hspace='5' vspace='5' border='0'>
44 <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}
45 <br>by <a href='/id/{$child.node_creator}'>{$child.login}</a> {$child.node_views} views</td></tr>
46
47 </table><br>
48 {/foreach}
49 </td>
50 <td valign='top' width='468'>
51 <Center><span align='center' class='important'>latest forums</span></center><br>
52 {get_nodes_by_type type=3 listing_amount=10 offset=$offset}
53 {foreach from=$get_nodes_by_type item=child}
54 <a href='/id/{$child.node_id}'>{$child.node_name}</a>
55 by <a href='/id/{$child.node_creator}'>{$child.login}</a>
56 ({$child.node_children_count} children)</a><br>
57 {/foreach}
58 <br>
59
60 {get_linked_nodes}
61 <br><center><span class='important' align='center'>latest articles</span></center>
62 {foreach from=$get_linked_nodes item=child }
63 <table width='100%' class='bordered'>
64 <tr><td><img width=75 src='{get_image_link id=$child.node_id}' align='left' hspace='5' vspace='5' border='0'>
65 <a href='/id/{$child.node_id}'>{$child.node_name}</a><br>
66
67 {$child.node_content|truncate:320|stripslashes|strip_tags}
68 <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>
69 </td></tr>
70 </table><br>
71 {/foreach}
72 </td>
73 <form action='/id/25/' method='post'>
74 <input type='text' value='{$smarty.post.query}' name='query'>
75 <input type='submit' name='template_event' value='search'><br>
76 </form><br><br>
77 </center>
78 </td>
79
80
81 </tr>
82 </table>
83 {include file="modules/footer.tpl"}
This page took 0.273971 seconds and 4 git commands to generate.