Fix typos in doc
[catagits/Reaction.git] / root / bar_list
CommitLineData
7adfd53f 1[%
2
3PROCESS listview;
4
5table_end_block = 'bar_list_table_end';
6
7BLOCK 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
19END;
20
21%]