merge fixups
[catagits/Reaction.git] / root / bar_list
1 [%
2
3 PROCESS listview;
4
5 table_end_block = 'bar_list_table_end';
6
7 BLOCK bar_list_table_end;
8
9   "\n</table>\n";
10   include( 'create_link_block' );
11   "\n<br />\n";
12
13   enctype = attrs.enctype || 'application/x-www-form-urlencoded';
14   %]<form action="[% connect_form %]" method="post" enctype="[% enctype %]"[%
15   attrs.enctype = ''; process_attrs(self.attrs); '>';
16   INCLUDE component type = 'search_base' attrs.value = 'xxx';
17   "\n</form>";
18
19 END;
20
21 %]