18 lines
650 B
HTML
18 lines
650 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Photo</title>
|
|
</head>
|
|
<body>
|
|
<p><a href="result-table.html">Prev</a> <a href=".">Up</a>
|
|
<a href="recoll1.html">Next</a>
|
|
<a href="snippets-window.png">Image</a></p>
|
|
<p>Result list with Snippets window open. With some document types (here PDF),
|
|
we can retrieve the page numbers where the matches occur. The snippets
|
|
window lists all the matches and pages. Clicking on a page link would open
|
|
the PDF viewer at the right page.
|
|
</p>
|
|
<p><img height="90%" src="snippets-window.png"></p>
|
|
</body>
|
|
</html>
|