/usr/share/bins/templates.joi/thumbnavrow.html is in bins 1.1.29-16.
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 21 22 23 24 25 | <TMPL_IF NAME="MULTIPLE_PAGES">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr class="contentBG">
<td align="left">
<TMPL_INCLUDE NAME="thumbnav.html">
</td>
<td align="center">
<!-- List of thumbnail page numbers -->
<TMPL_LOOP NAME=THUMB_NUMBER_LINKS>
<!--<TMPL_UNLESS NAME="__FIRST__">
</TMPL_UNLESS>-->
<TMPL_IF NAME=NUM_LINK>
<a href="<TMPL_VAR NAME=NUM_LINK>"> <TMPL_VAR NAME=NUMBER> </a>
<TMPL_ELSE>
<span class="highlight"> <TMPL_VAR NAME=NUMBER> </span>
</TMPL_IF>
</TMPL_LOOP>
</td>
<td align="right">
<TMPL_INCLUDE NAME="thumbnav.html">
</td>
</tr>
</table>
</TMPL_IF>
|