29 lines
909 B
Plaintext
29 lines
909 B
Plaintext
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>
|