/usr/share/mapivi/html/simple.html is in mapivi 0.9.7-1.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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
<!-- mapivi-galtitle -->
</title>
<meta NAME= "Author" content="Martin Herrmann" />
<meta NAME= "Description" content="picture gallery" />
<meta NAME= "keywords" content="gallery, pictures" />
</head>
<body>
<h1><!-- mapivi-galtitle --></h1>
<p>
<a href="<!-- mapivi-home -->">[home]</a> / <a href="<!-- mapivi-gallery-index -->">[galleries]</a> / <!-- mapivi-galtitle --> / <!-- mapivi-title -->
</p>
<p>
<a href="<!-- mapivi-prev -->" title="<!-- mapivi-prev -->" >[Prev]</a>
<a href="<!-- mapivi-gallery-index -->" title="<!-- mapivi-gallery-index -->">[Up]</a>
<a href="<!-- mapivi-next -->" title="<!-- mapivi-next -->" >[Next]</a>
</p>
<table>
<tr>
<td>
<!-- mapivi-thumbtable -->
</td>
<td>
<p><img src="<!-- mapivi-pic -->" alt="<!-- mapivi-alt -->" title="<!-- mapivi-title -->" width="<!-- mapivi-width -->" height="<!-- mapivi-height -->" border="0" /></p>
<p><!-- mapivi-comment --></p>
<p><!-- mapivi-exif --></p>
</td>
</tr>
<tr>
<td align="middle" colspan="2">
<!-- footer -->
<!-- mapivi-info -->
<!-- mapivi-footer --> - <!-- mapivi-datetime -->
<!-- preload the next picture to the browser cache, but don't display it (size = 1 pixel) -->
<img src="<!-- mapivi-next -->" width="1" height="1"/>
<!-- end footer -->
</td>
</tr>
</table>
<!-- end body table -->
</body>
</html>
|