Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1496001.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9{include file="modules/header.tpl"}
10<div style="position:relative; width:100% height:100%; text-align:center;">
11{if $error eq true}
12{$error}
13{/if}
14
15
16<div style="text-align:left; position:relative; width: 780px; margin: 0 auto;">
17<img src="/upload/top.gif">
18<div style="border:1px solid #6dae42; border-top:0; width: 778px; _width:780px;">
19<div style="float: left; width:25%; margin-left:5px;">
20<span class="important">latest data nodes::</span><br> <br>
21
22{get_nodes_by_type type=12 listing_amount=23 offset=$offset}
23 {foreach from=$get_nodes_by_type item=child}
24 <a href='/id/{$child.node_id}'>{$child.node_name|wordwrap:40:"<br>":true}</a><br>
25 by <a href='/id/{$child.node_creator}'>{$child.login|wordwrap:40:"<br>":true}</a>
26 in <a href='/id/{$child.node_parent}'>{$child.parent_name|wordwrap:40:"<br>":true}</a><br><br>
27
28 {/foreach}
29<br><br><br>
30{get_nodes_by_parent parent=21 listing_amount=$listing_amount offset=$offset}
31 <span class='important'>user blogs::</span><Br><Br>
32 {foreach from=$get_nodes_by_parent item=child}
33 <img src='{get_image_link id=$child.node_creator}' align='left' hspace='5' vspace='5' border='0'>
34<a href='/id/{$child.node_id}'>{$child.node_name|strip_tags|wordwrap:20:"<br>":true}</a><br>{$child.node_content|truncate:66|imagestrip|strip_tags|stripslashes|wordwrap:20:"<br>":true|imagestrip}
35 <br>by <a href='/id/{$child.node_creator}'>{$child.login}</a> {$child.node_views} views
36 <br><br style="clear:left;">
37 {/foreach}
38
39{include file="modules/node_settings.tpl"}
40</div>
41<div style="float: left; width:50%; _width:360px; margin-left:5px;">
42{include file="modules/loginbox.tpl"}<br><br>
43<span class='important'>latest forums::</span><br><br>
44{get_nodes_by_type type=3 listing_amount=10 offset=$offset}
45
46 {foreach from=$get_nodes_by_type item=child}
47 <a href='/id/{$child.node_id}'>{$child.node_name|strip_tags}</a>
48 by <a href='/id/{$child.node_creator}'>{$child.login}</a>
49 ({$child.node_children_count} children)</a><br>
50 {/foreach}<br>
51
52{get_linked_nodes}<br>
53<span class='important'>latest articles::</span><br><br>
54
55{foreach from=$get_linked_nodes item=child }
56<div style="border:1px solid #6dae42;">
57<img width=75 src='{get_image_link id=$child.node_id}' align='left' hspace='5' vspace='5' border='0'>
58<a href='/id/{$child.node_id}'>{$child.node_name}</a><br>
59{$child.node_content|truncate:20|stripslashes|strip_tags}
60<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>
61<br>
62{/foreach}
63<br>
64
65
66</div>
67
68<div style="float:right; width: 20%; margin-right:5px; margin-top:23px;">
69<center><a href='/id/31'>register</a><br>
70<form action='/id/25/' method='post'>
71<input type='text' value='{$smarty.post.query}' name='query'>
72<input type='submit' name='template_event' value='search'><br>
73</form><br><br></center>
74 {include file="modules/get_userlist.tpl"}
75</div>
76
77</div>
78
79<br style="clear:both;">
80
81</div>
82</div>
83</div>
84{include file="modules/footer.tpl"}
This page took 0.185432 seconds and 4 git commands to generate.