Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1548987.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 <form method='post' action='/id/{$node.node_id}'>
10 {get_bookmarks node_id=$node.node_id}
11 {foreach from=$get_bookmarks item=bookmark}
12 <input type='checkbox' name='bookmark[{$bookmark.node_id}]'
13 {if $bookmark.bookmark_category eq true}checked{/if}
14 >&nbsp;&nbsp;{$bookmark.node_name}<br>
15 {/foreach}
16 <br>
17 <input type='submit' name='event' value='configure_bookmarks'>
18 </form>
This page took 0.253347 seconds and 4 git commands to generate.