aboutsummaryrefslogtreecommitdiffstats
path: root/root/bar_list
blob: ce57b740ccc1c88fa250bde2e12a7c20f6286ee8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[%

PROCESS listview;

table_end_block = 'bar_list_table_end';

BLOCK bar_list_table_end;

  "\n</table>\n";
  include( 'create_link_block' );
  "\n<br />\n";

  enctype = attrs.enctype || 'application/x-www-form-urlencoded';
  %]<form action="[% connect_form %]" method="post" enctype="[% enctype %]"[%
  attrs.enctype = ''; process_attrs(self.attrs); '>';
  INCLUDE component type = 'search_base' attrs.value = 'xxx';
  "\n</form>";

END;

%]