Download this file

recoll-HTML_search_results.html    41 lines (39 with data), 1.3 kB

 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Photo</title>
</head>
<body>
<p><a href="recoll_chinese.html">Prev</a> <a href=".">Up</a>
<a href="recoll0.html">Next</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="recoll-HTML_search_results.png">Image</a></p>
<p>A customized result list, thanks to Michael Croes. The html code follows,
it should be pasted into the
<i>Preferences->Query&nbsp;Configuration->Result&nbsp;paragraph&nbsp;format&nbsp;string</i> entry.
<pre>
&lt;table border="1" bgcolor="lightyellow">
&lt;tr>
&lt;td rowspan="4" width="40px" align="center"
valign="center">
&lt;img src="%I" width="32" height="32">
&lt;p>&lt;b>%R&lt;/b>&lt;/p>
&lt;p>&lt;a href="P%N">Aperçu&lt;/a>&lt;/p>
&lt;/td>
&lt;th colspan="3" bgcolor="lightgrey">%T&lt;/th>
&lt;/tr>
&lt;tr>
&lt;td align="center">%M&lt;/td>
&lt;td align="center">%D&lt;/td>
&lt;td align="center">%S&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td colspan="3">&lt;a href="E%N">%U&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td colspan="3">%A&lt;/td>
&lt;/tr>
&lt;/table>
</pre></p>
<p><img height="90%" src="recoll-HTML_search_results.png"></p>
</body>
</html>