Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / sv / categorybox.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 <!--
10 <table cellspacing="0" cellpadding="0" border="0" width="100%">
11 <tr class="BgLogin">
12 <td rowspan="2"><img src="/images/sv/spacer.gif" width="11" height="11" style="border: 0px none"></td>
13 <td width="26" height="26">login</td>
14 <td width="124"><p align="center"><input class="bgLogin" style="FONT-SIZE: 11px; WIDTH: 70px; FONT-FAMILY: Arial,Helvetica, sans-serif" size="7" name="T1" size="20"></td>
15 <td rowspan="2"><img src="/images/sv/spacer.gif" width="11" height="11" style="border: 0px none"></td>
16 <td align="right">&nbsp;</td>
17 <td width="11">&nbsp;</td>
18 </tr>
19 <tr class="BgLogin">
20 <td width="26" height="26">heslo</td>
21 <td width="124"><p align="center"><input class="bgLogin" style="FONT-SIZE: 11px; WIDTH: 70px; FONT-FAMILY: Arial,Helvetica, sans-serif" size="7" name="T2" size="20"></td>
22 <td align="right"><img border="0" src="/images/sv/arrow.gif" width="9" height="9"></td>
23 <td width="11"><img src="/images/sv/bottom.gif" style="border: 0px none" width="11" height="26"></td>
24 </tr>
25 </table>
26 <br>
27 -->
28
29 {get_nodes_by_type type=2 vector=;1;103 listing_amount=10 offset=$offset}
30 <table cellspacing="0" cellpadding="0" border="0" width="100%">
31 <tr class="BgMenu">
32 <td colspan="2" ><img src="/images/sv/spacer.gif" width="11" height="11" style="border: 0px none"></td>
33 <td width="124">&nbsp;</td>
34 <td width="1"><img src="/images/sv/spacer.gif" width="1" height="11" style="border: 0px none"></td>
35 <td width="9" align="right">&nbsp;</td>
36 <td width="11"><img src="/images/sv/top.gif" style="border: 0px none" width="11" height="26"></td>
37 </tr>
38 {foreach from=$get_nodes_by_type item=child}
39 <tr style="background-color: #FFFFFF">
40 <td width="150" colspan="6"><img src="/images/sv/spacer.gif" width=1 height=1 style="border: 0px none"></td>
41 </tr>
42 <tr class="BgMenu">
43 <td width="1" height="26"><img src="/images/sv/spacer.gif" width="1" height="11" style="border: 0px none"></td>
44 <td><img src="/images/sv/spacer.gif" width="11" height="11" style="border: 0px none"></td>
45 <td width="124"><b><a class="odkaz" href="/id/{$child.node_id}">{$child.node_name}</a></b></td>
46 <td width="1"><img src="/images/sv/spacer.gif" width="1" height="11" style="border: 0px none"></td>
47 <td width="9" align="right"><img border="0" src="/images/sv/arrow.gif" width="9" height="9"></td>
48 <td width="11" class="BgMenu">&nbsp;</td>
49 </tr>
50 {/foreach}
51
52 </table>
This page took 0.305789 seconds and 4 git commands to generate.