Line # Revision Author
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 <div style="font-size:70%;font-family:Tahoma;margin:5px 4px 10px 4px;"><b><a href="section.html?sect_id=<% $section->id %>">������� ��������� &raquo;</a></b></div>
15 % }
16 <div style="font-size:70%;font-family:Tahoma;margin:5px 4px 10px 4px;"><b><a href="/contenido/?set_context=filter-<% $section->id %>">���������� � �������� ������� &raquo;</a></b></div>
17 </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>