• document_filter_list.html

    670 671  
    18 18 <table width="100%" border="0" cellpadding="4" cellspacing="0" class="tlistdocs">
    19 19 <tr bgcolor="#efefef">
    20 20 % foreach my $prop (@props) {
    21 <th><% $prop->{rusname} %></th>
    21 <th><% exists $prop->{shortname} ? $prop->{shortname} : $prop->{rusname} %></th>
    22 22 % }
    23 23 <th>&nbsp;</th>
    24 24 </tr>