$path
PATH:${path}
${_('Directory Name')} ${_('File Name')} ${_('Size')} ${_('Rev')} ${_('Age')} ${_('Last Change')} ログ タイプ 実ステップ行数 コメント行数 コメント率
..
${os.path.dirname(entry.path)} $entry.name ${sizeinfo(entry.content_length)} $entry.rev ${change and dateinfo(change.date) or '-'} ${authorinfo(change.author)} - ${change and wiki_to_oneliner(chgset_context, change.message, shorten=True)} ${change and shorten_line(change.message)} ${dir.counts[idx].fileType} ${dir.counts[idx].step} ${dir.counts[idx].commentStep} N/A ${'%3.1f' % (float(dir.counts[idx].commentStep*100)/float(dir.counts[idx].commentStep+dir.counts[idx].step))}%
合計 ${dir.sum_step} ${dir.sum_comment} ${'%3.1f' % (float(dir.sum_comment*100)/float(dir.sum_step+dir.sum_comment))}%