51ff3226 |
1 | <html> |
2 | <head> |
3 | <meta http-equiv="Cache-Control" content="Public"> |
4 | <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> |
5 | <link rel='stylesheet' type='text/css' href='/data/css/main.css'> |
6 | |
7 | <title>standing above it all, or standing aside, perhaps?</title> |
8 | </head> |
9 | |
10 | <body> |
11 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'> |
12 | {if $user_id eq true}{if $header_id neq true}{include file="modules/toolbar.tpl"}{/if}{/if} |
13 | {if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if} |
14 | |
15 | <table align='center' valign='top' class='bordered' width='865'> |
16 | <tr><td colspan='3' align='center' valign='top'> |
17 | </td></tr> |
18 | <tr> |
19 | <td align='left' valign='top' width='230'> |
20 | |
21 | <center><span class='important'>latest data nodes</span></center><br><br> |
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 | |
26 | by <a href='/id/{$child.node_creator}'>{$child.login|wordwrap:40:"<br>":true}</a><br> |
27 | in <a href='/id/{$child.node_parent}'>{$child.parent_name|wordwrap:40:"<br>":true}</a><br> |
28 | {/foreach} |
29 | <br> |
30 | {get_nodes_by_parent parent=21 listing_amount=$listing_amount offset=$offset} |
31 | |
32 | <center><span class='important'>user blogs</span></center><Br> |
33 | {foreach from=$get_nodes_by_parent item=child} |
34 | <table width='230'> |
35 | <tr><td><img src='{get_image_link id=$child.node_creator}' align='left' hspace='5' vspace='5' border='0'> |
36 | <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} |
37 | <br>by <a href='/id/{$child.node_creator}'>{$child.login}</a> {$child.node_views} views</td></tr> |
38 | |
39 | </table><br> |
40 | {/foreach} |
41 | </td> |
42 | <td valign='top' width='468'> |
43 | <Center><span align='center' class='important'>latest forums</span></center><br> |
44 | {get_nodes_by_type type=3 listing_amount=10 offset=$offset} |
45 | {foreach from=$get_nodes_by_type item=child} |
46 | <a href='/id/{$child.node_id}'>{$child.node_name}</a> |
47 | by <a href='/id/{$child.node_creator}'>{$child.login}</a> |
48 | ({$child.node_children_count} children)</a><br> |
49 | {/foreach} |
50 | <br> |
51 | |
52 | {get_linked_nodes} |
53 | <br><center><span class='important' align='center'>latest articles</span></center> |
54 | {foreach from=$get_linked_nodes item=child } |
55 | <table width='100%' class='bordered'> |
56 | <tr><td><img width=75 src='{get_image_link id=$child.node_id}' align='left' hspace='5' vspace='5' border='0'> |
57 | <a href='/id/{$child.node_id}'>{$child.node_name}</a><br> |
58 | |
59 | {$child.node_content|truncate:320|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 | </td></tr> |
62 | </table><br> |
63 | {/foreach} |
64 | </td> |
65 | <form action='/id/25/' method='post'> |
66 | <input type='text' value='{$smarty.post.query}' name='query'> |
67 | <input type='submit' name='template_event' value='search'><br> |
68 | </form><br><br> |
69 | </center> |
70 | </td> |
71 | |
72 | |
73 | </tr> |
74 | </table> |
75 | {include file="modules/footer.tpl"} |