Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1.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="Content-Type" content="text/html; charset=windows-1250">
12 <link rel='stylesheet' type='text/css' href='/data/css/main.css'>
13 <title>a man should stay upright. not to be held upright</title>
14 </head>
15
16 <body>
17 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
18 {if $user_id eq true}{if $header_id neq true}{include file="modules/toolbar.tpl"}{/if}{/if}
19 {if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
20 {if $new_mail eq true}<center><a href='/id/24/' class='mail'>u have {$new_mail} new mail,last from {$new_mail_name}</a></center>{/if}
21
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 by <a href='/id/{$child.node_creator}'>{$child.login|wordwrap:40:"<br>":true}</a><br>
34 in <a href='/id/{$child.node_parent}'>{$child.parent_name|wordwrap:40:"<br>":true}</a><br>
35 {/foreach}
36 <br>
37 {get_nodes_by_parent parent=21 listing_amount=$listing_amount offset=$offset}
38 <center><span class='important'>user blogs</span></center><Br>
39 {foreach from=$get_nodes_by_parent item=child}
40 <table width='230'>
41 <tr><td><img src='{get_image_link id=$child.node_creator}' align='left' hspace='5' vspace='5' border='0'>
42 <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}
43 <br>by <a href='/id/{$child.node_creator}'>{$child.login}</a> {$child.node_views} views</td></tr>
44 </table><br>
45 {/foreach}
46
47 {include file="modules/node_settings.tpl"}
48 </td>
49 <td valign='top' width='468'>
50
51 <center>
52
53 {include file="modules/loginbox.tpl"}
54 <a href='http://www.csaf.cz/akcie.php?id=628'><img src='http://csaf.cz/obrazky/banner-praha-20051018.gif' border='0'></a>
55 </center>
56
57 <br><br>
58 <Center><span align='center' class='important'>latest forums</span></center><br>
59 {get_nodes_by_type type=3 listing_amount=10 offset=$offset}
60 {foreach from=$get_nodes_by_type item=child}
61 <a href='/id/{$child.node_id}'>{$child.node_name|strip_tags}</a>
62 by <a href='/id/{$child.node_creator}'>{$child.login}</a>
63 ({$child.node_children_count} children)</a><br>
64 {/foreach}
65
66 <br><br>
67 <!--
68 <center>
69 <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="468" HEIGHT="60">
70 <PARAM NAME="movie" VALUE="http://freezy.rulez.sk/pngbanner.swf">
71 <PARAM NAME="quality" VALUE="best">
72 <EMBED src="http://freezy.rulez.sk/pngbanner.swf" quality="best" bgcolor="#000000" WIDTH="468" HEIGHT="60" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
73 </OBJECT>
74 </center>
75 -->
76 <br>
77
78 {get_linked_nodes}
79 <br><center><span class='important' align='center'>latest articles</span></center>
80 {foreach from=$get_linked_nodes item=child }
81 <table width='100%' class='bordered'>
82 <tr><td><img width=75 src='{get_image_link id=$child.node_id}' align='left' hspace='5' vspace='5' border='0'>
83 <a href='/id/{$child.node_id}'>{$child.node_name}</a><br>
84 {$child.node_content|truncate:320|stripslashes|strip_tags}
85 <br><br><i>node created by <a href='/id/{$child.node_creator}'>{$child.login}</a></i>
86 </td></tr>
87 </table><br>
88 {/foreach}
89
90 </td>
91 <td valign='top' width='165'>
92 <center><br><a href='/id/31'>register</a>
93 <br><br>
94 <form action='/id/25/' method='post'>
95 <input type='text' value='{$smarty.post.query}' name='query'>
96 <input type='submit' name='template_event' value='search'><br>
97 </form><br><br>
98 </center>
99 {include file="modules/get_userlist.tpl"}
100 </td>
101
102 </tr>
103 </table>
104 {include file="modules/footer.tpl"}
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
This page took 0.341497 seconds and 4 git commands to generate.