Line # Revision Author
1 3 ahitrov@rambler.ru <input type="hidden" name="<% $name %>" value="<% $check %>">
2 "<% $local_object->{name} %>"<br>
3
4 <%args>
5 $name => undef
6 $check => undef
7 </%args>
8 <%init>
9 my ($id) = split(',', $check);
10 my $local_object = $keeper->get_document_by_id($id);
11 </%init>