1 |
3 |
ahitrov@rambler.ru |
<fieldset> |
2 |
|
|
<legend>����������</legend> |
3 |
|
|
|
4 |
|
|
<table width="100%" border="0" cellpadding="3" cellspacing="0" class="tlistdocs"> |
5 |
|
|
<tr bgcolor="#efefef"> |
6 |
|
|
<th align="center" width="1%">N</th> |
7 |
|
|
<th>��������</th> |
8 |
|
|
|
9 |
|
|
<& "/contenido/components/__section_tree__.msn", root=>$section->id, level=>3, mode=>0, width_limit => 30 &> |
10 |
|
|
|
11 |
|
|
</table> |
12 |
|
|
% if ($section_access == 2) |
13 |
|
|
% { |
14 |
121 |
ahitrov |
<div style="font-size:11px;font-family:Tahoma;margin:5px 4px 10px 4px;"><b><a href="section.html?sect_id=<% $section->id %>">������� ��������� »</a></b></div> |
15 |
3 |
ahitrov@rambler.ru |
% } |
16 |
121 |
ahitrov |
<div style="font-size:11px;font-family:Tahoma;margin:5px 4px 10px 4px;"><b><a href="/contenido/?set_context=filter-<% $section->id %>">���������� � �������� ������� »</a></b></div> |
17 |
3 |
ahitrov@rambler.ru |
</fieldset> |
18 |
|
|
|
19 |
|
|
|
20 |
|
|
<%ARGS> |
21 |
|
|
|
22 |
|
|
$section => undef |
23 |
|
|
|
24 |
|
|
</%ARGS> |
25 |
|
|
<%INIT> |
26 |
|
|
return undef if (! ref($section)); |
27 |
|
|
my $section_access = $user->section_accesses($user, $section->id); |
28 |
|
|
</%INIT> |