/usr/share/cherokee/themes/default/entry.html is in libcherokee-server0 1.2.101-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <tr>
%if icon%<td style="width: 1px;">
<img class="icon" src="%icon%" alt="%icon_alt%" />
</td>%fi%
<td>
<a class="link" href="%file_link%">%file_name%</a>
</td>
%if date%<td>
<span class="date">%date%</span>
</td>%fi%
%if size%<td class="size">
<span class="size">%size%</span><span class="unit">%size_unit%</span>
</td>%fi%
%if user%<td>
<span class="user">%user%</span>
</td>%fi%
%if group%<td>
<span class="group">%group%</span>
</td>%fi%
</tr>
|