This file is indexed.

/usr/share/photon/templates/photonv1/movie.html is in photon 0.4.6-3.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#*
This file is a template for Photon for the imageXXXX.html pages.
*#
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Photon: $title</title>
  <meta http-equiv="Content-Type" content="text/html; charset=$charset">
  <style type="text/css">
    \#exifwindow {position:absolute; height:1px; width:1px; top:0; left:0;}
    \#helpwindow {position:absolute; height:1px; width:1px; top:0; left:0;}
    /* CSS for Layer Exif Window */
    .lew { color : \#000000; background-color : \#dddddd; } 
  </style>
  #if ($awstats_script_url)<script type="text/javascript" src="$awstats_script_url"></script> #end
  #if ($exif)<script type="text/javascript" language="JavaScript1.2" src="exif.js"></script> #end
  #if ($javascript)<script type="text/javascript" language="JavaScript1.2" src="shortcuts.js"></script> #end
#if ($previous_image)
  <link id="previous_link" rel="prev" href="$previous_image.page">
  <link id="previous_image" rel="prev" href="$previous_image.img">
#end
#if ($next_image)
  <link id="next_link" rel="next" href="$next_image.page">
  <link id="next_image" rel="next" href="$next_image.img">
#end
</head>
<body bgcolor="$body_bgcolor" #if ($on_load_script) onload="$on_load_script" #end>


<div align="center">
<table bgcolor="black">
<tr>
 <td>
  <table width="100%" cellpadding=4>
  <tr bgcolor="$img_bgcolor">
   <td colspan="$display_columns">$navbar</td>
  </tr>
  <tr bgcolor="$img_bgcolor">
    <td colspan="$display_columns"><center><table border="0"><tr><td bgcolor="black">
	      <table border="0"> 
		#foreach($frame_row in $movie_frames)
		<tr>
		#foreach($frame in $frame_row)
		  <td><img border="0" src="$frame.url" alt="$frame.caption" width="$frame.width" height="$frame.height"></td>
		#end
		</tr>
		#end
	    </table>
    </td></tr></table></center></td>
  </tr>
#if ($comments)
  <tr bgcolor="$img_bgcolor">
   <td colspan="$display_columns"><center>$comments</center></td>
  </tr>
#end
  <tr bgcolor="$img_bgcolor">
    <td colspan="$display_columns">
	#parse ("common_footer.html")
    </td>
  </tr>
  </table>
 </td>
</tr>
</table>
<font size=-1>Generated by <a href="http://www.saillard.org/photon/">Photon $version</a></font>
</div>


#if ($javascript)
<div id="helpwindow" style="visibility:hidden">
  <table width="1%" bgcolor="$exif_bordercolor"><tr><td><table width="500" bgcolor="$exif_bgcolor">
   <tr><td align="center" valign="top">Shortcuts:</td></tr>
   <tr><td align="left"><b>n/SPACE</b>: Go to the next image</td></tr>
   <tr><td align="left"><b>p/BACKSPACE</b>: Go to the previous image</td></tr>
   <tr><td align="left"><b>s</b>: Start/Stop the slideshow</td></tr>
   <tr><td align="left"><b>+/-</b>: Increase/Decrease by one second the slideshow's period</td></tr>
   <tr><td align="left"><b>i</b>: Show Exif information</td></tr>
   <tr><td align="left"><b>h</b>: Show help</td></tr>
   <tr><td align="left">To download the movie, right-click on the disk icon</td></tr>
   <tr><td align="right" valign="bottom"><a href="" onclick="hide_help_layer(); return false;">Close this box</a></td></tr>
  </table></td></tr></table>
</div>
#end

#if ($next_image)
<div id="nextpage" style="visibility:hidden">
  <iframe name="$next_image.page" style="display:none"></iframe>
</div>
#end

</body>
</html>