• sections.html

    120 121  
    82 82 sect_id => $owner->id,
    83 83 default => ($owner->default_document_class ? $owner->default_document_class : undef) &>
    84 84 % }
    85 <div style="font-size:75%; font-family:Arial;">
    85 <div style="font-size:12px; font-family:Arial;">
    86 86 <table border="0" cellspacing="0" cellpadding="2" width="100%" style="margin:4px 0 0; border:1px solid gray;">
    87 87 <tr bgcolor="#e0e0e0"><th colspan="4">����� �� �����:&nbsp;&nbsp;[<a href="?id=<% $id %>" style="font-weight:normal;">����� �������</a>]</th></tr>
    88 <tr><td style="font-size:75%; font-family:Arial; padding:2px 4px;">
    88 <tr><td style="font-size:12px; font-family:Arial; padding:2px 4px;">
    89 89 <& /inc/alpha.msn, alpha=>$alpha, params=>\%ARGS, &>
    90 90 </td></tr></table>
    91 91 % ## ����� ������. �������� ��� ���������� ������� ������
     
    132 132
    133 133 <& /contenido/components/section_browse.msn, documents => \@documents, columns => \@columns, section => $owner, filter => \%filter_params, %ARGS &>
    134 134
    135 <div style="font-size:75%; font-family:Arial;">
    135 <div style="font-size:12px; font-family:Arial;">
    136 136 % if ( $owner->no_count ) {
    137 137 <& /inc/pages_nocount.msn, p=>$p, n=>$n, found=> scalar @documents, href=>'sections.html', params=>\%ARGS, size => 15 &>
    138 138 % } else {