41 lines
1.3 KiB
HTML
41 lines
1.3 KiB
HTML
<!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>
|
|
<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 Configuration->Result paragraph format string</i> entry.
|
|
|
|
<pre>
|
|
<table border="1" bgcolor="lightyellow">
|
|
<tr>
|
|
<td rowspan="4" width="40px" align="center"
|
|
valign="center">
|
|
<img src="%I" width="32" height="32">
|
|
<p><b>%R</b></p>
|
|
<p><a href="P%N">Aperçu</a></p>
|
|
</td>
|
|
<th colspan="3" bgcolor="lightgrey">%T</th>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">%M</td>
|
|
<td align="center">%D</td>
|
|
<td align="center">%S</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3"><a href="E%N">%U</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">%A</td>
|
|
</tr>
|
|
</table>
|
|
</pre></p>
|
|
<p><img height="90%" src="recoll-HTML_search_results.png"></p>
|
|
</body>
|
|
</html>
|