This file is indexed.

/usr/share/libapache-gallery-perl/templates/new/showpicture.tpl is in libapache-gallery-perl 1.0.2-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
21
22
23
24
25
26
27
28
29
30
<div id="page">
  <div id="title">
    { $MENU }
  </div>

  <div id="menu">
{ $BACK } - <a href="./" accesskey=u" rel="up" title="Accesskey U"><u>u</u>p</a> - { $NEXT }</div>
  <div>
    <table>
      <tr>

        <td colspan="3" id="picture">
          IMG { $NUMBER } of { $TOTAL } { $EXIFVALUES } <br><br>
          <img src="{ $SRC }" alt="* Image { $NUMBER }"><br><br>
[ Size: { $SIZES } | Slideshow: { $SLIDESHOW } ]</td>

              </tr>
              { $PICTUREINFO }
      </tr>
	  <tr>
	  	<td colspan="3">
		  <div id="gallery">
		  <a href="http://apachegallery.dk/">Apache::Gallery</a> &copy; 2001-2005 Michael Legart, <a href="http://www.hestdesign.com/">Hest Design</a>

		  </div>
		</td>
	  </tr>
    </table>
  </div>
</div>