Revision 3 (by ahitrov@rambler.ru, 2010/03/24 15:19:32) The CORE
<input type="hidden" name="<% $name %>" value="<% $check %>">
"<% $local_object->{name} %>"<br>

<%args>
	$name => undef
	$check => undef
</%args>
<%init>
	my ($id) = split(',', $check);
	my $local_object = $keeper->get_document_by_id($id);
</%init>