• sections.html

    116 117  
    80 80 sect_id => $owner->id,
    81 81 default => ($owner->default_document_class ? $owner->default_document_class : undef) &>
    82 82 % }
    83 <div style="font-size:75%; font-family:Arial;">
    83 <div style="font-size:12px; font-family:Arial;">
    84 84 <table border="0" cellspacing="0" cellpadding="2" width="100%" style="margin:4px 0 0; border:1px solid gray;">
    85 85 <tr bgcolor="#e0e0e0"><th colspan="4">Поиск по букве:&nbsp;&nbsp;[<a href="?id=<% $id %>" style="font-weight:normal;">сброс фильтра</a>]</th></tr>
    86 <tr><td style="font-size:75%; font-family:Arial; padding:2px 4px;">
    86 <tr><td style="font-size:12px; font-family:Arial; padding:2px 4px;">
    87 87 <& /inc/alpha.msn, alpha=>$alpha, params=>\%ARGS, &>
    88 88 </td></tr></table>
    89 89 % ## Форма поиска. Работает при включенном фильтре класса
     
    126 126
    127 127 <& /contenido/components/section_browse.msn, documents => \@documents, columns => \@columns, section => $owner, filter => \%filter_params, %ARGS &>
    128 128
    129 <div style="font-size:75%; font-family:Arial;">
    129 <div style="font-size:12px; font-family:Arial;">
    130 130 <& /inc/pages_.msn, p=>$p, n=>$n, total=>$total, href=>'sections.html', params=>\%ARGS, &>
    131 131 <div style="height:5px"><spacer type="block" height="5"></div>
    132 132 </div>