Revision 121 (by ahitrov, 2011/08/22 16:08:07) Admin Interface redesign
New image control
New AI image attachment function - url saving
	<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 nowrap><% $document->class_name() %></td>\
<td 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>