Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / sv / rss_bot.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 {include file="modules/header.tpl"}
10
11 {if $error eq true}
12 <center><font style='error'>{$error}</font></center>
13 {/if}
14
15 {if $user_id eq false}
16 <center>{include file="modules/loginbox.tpl"}</center>
17
18 {else}
19
20 <table width='100%'><tr>
21
22 <!--left column-->
23 <td valign='top' align='center' width='23%'>
24 {include file="modules/node_settings.tpl"}
25 {include file="modules/userinfo.tpl"}
26 {* showing poll *}
27 {*include file="modules/get_poll_box.tpl"*}
28 <br>
29 {*showing bookmark_statistics*}
30 {include file="modules/get_bookmark_statistics_box.tpl"}
31 </td>
32 <!--end of left column-->
33
34 <!--main central column-->
35 <td valign='top'>
36
37 {if $action eq true}
38 <center>{include file="modules/movement.tpl"}</center>
39 {include file="modules/get_creation_by_type.tpl" listing_amount=$listing_amount type=$action}
40 <center>{include file="modules/movement.tpl"}</center>
41
42 {else}
43 {include file="modules/node_content.tpl"}
44 <center>{include file="modules/movement.tpl"}</center>
45 {* shows what other friends think about users *}
46 {include file="modules/get_children_by_type.tpl" listing_amount=$listing_amount type=8}
47
48 {/if}
49 <!--end of central column-->
50
51 </td></tr></table>
52 {/if}
53
54 {include file="modules/footer.tpl"}
This page took 0.274281 seconds and 4 git commands to generate.