This file is indexed.

/usr/share/pfstools/hdrhtml_hdrlabs_templ/hdrhtml_image_templ_slider-above.html is in pfstools 2.1.0-3.

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
<!-- HDRHTML BEG: Put this part where the HDR HTML viewer should appear -->
	<div class="hdr_viewer" style="width: @hdr_img_width@px;">	
	    <div class="hdr_controller" style="background: top left url('@img_dir@@base_name@_hist.png') no-repeat; width: @hdr_img_width@px;" 
	    							title="Drag dynamic range window to change exposure" >	    							
                <div id="@base_name@_exp_text" class="label">&nbsp;</div>
        		<div id="@base_name@_dr_ctrl" style="position: absolute; left: 0px; top: 0px; width: @hist_width@px;"> <div class="knob"></div></div>	 				 
                <div id="@base_name@_help" class="hdr_help" title="What is this?">&nbsp;</div>                                        
        </div>
        <div id="@base_name@_viewport" style="position: relative; height: @hdr_img_height@px">&nbsp;</div>
                
        <script type="text/javascript"> insert_hdr_image( @hdr_img_object@ ); </script>
    </div>            
<!-- HDRHTML END -->