Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1549913.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 <table><tr>
10 <td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
11 <td><input type='submit' name='get_children_move' value='<'></td>
12 <td><input type='submit' name='get_children_move' value='<<'></td>
13 <td><input class='small' name='listing_amount' type='text' value='{$listing_amount}'></td>
14 <td><select name='listing_order'>
15 <option value='desc' {if $listing_order eq 'desc'} selected {/if}>zozadu :-)</option>
16 <option value='asc' {if $listing_order eq 'asc'} selected {/if}>(-: zpredu</option></select></td>
17 <td><input name='get_children_move' type='submit' value='>>'></td>
18 <td><input type='submit' name='get_children_move' value='>'></td>
19 </tr></table>
This page took 0.304808 seconds and 4 git commands to generate.