<% use obfui::cmn;
    my ($cbnm, $nm, $dirstr,$dirstrnew,$state,$idx) = @_;
%>
<tr class=fileentry<%? ($idx %2) %>><td class=cb><input type=checkbox class=checkbox
    name=<%$ $cbnm %>></td>
    <td class=nm><a class=objlink href=project.files.filelink?dir=<%? 
	    $dirstr %>&filename=<%? $nm %>  href=#blah
	><%= $nm %></a>&nbsp;&nbsp;&nbsp;</td>
    <td class=state><%= $state %></td>
