Revision 3 (by ahitrov@rambler.ru, 2010/03/24 15:19:32) The CORE
	<fieldset>
	<legend>����� �� �������</legend>

        <table width="100%" border="0" cellpadding="3" cellspacing="0" class="tlistdocs">
        <tr bgcolor="#efefef">
        <th align="center" width="1%">N</th>
        <th colspan=2>��������</th>
%	my $serial=0;
%	foreach my $local_class (sort {$a->class_name cmp $b->class_name} @{ $user->get_available_classes }) {
%		$serial++;
%		my $document = new $local_class ($keeper);
%		next unless (ref($document));
%		if ($local_class eq $class) {
<tr bgcolor="green">\
%		} else {
<tr>\
%		}
<td><% $serial %></td>\
<td style="font-size:75%;" nowrap><% $document->class_name() %></td>\
<td style="font-size:75%;" nowrap align="right"><a href="sections.html?class=<% $document->class() %>&id=<% $id %>&use_section=1">� ������</a>/<a href="sections.html?class=<% $document->class() %>&id=<% $id %>">��� �����</a>&nbsp;������</td>\
</tr>
%	}
	</table>
	</fieldset>

<%ONCE>
	use locale;
</%ONCE>
<%ARGS>
	$section => undef
	$class => undef
</%ARGS>
<%INIT>
#	return undef	if (! ref($section));
	my $id=ref($section) ? $section->id() : '';
</%INIT>