a b/website/pics/snippets-window.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html>
3
  <head>
4
    <title>Photo</title>
5
  </head>
6
  <body>
7
    <p><a href="result-table.html">Prev</a> <a href=".">Up</a> 
8
          <a href="recoll1.html">Next</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
9
    <a href="snippets-window.png">Image</a></p>
10
    <p>Result list with Snippets window open. With some document types (here PDF),
11
we can retrieve the page numbers where the matches occur. The snippets
12
window lists all the matches and pages. Clicking on a page link would open
13
the PDF viewer at the right page.
14
 </p>
15
    <p><img height="90%" src="snippets-window.png"></p>
16
  </body>
17
</html>