Prev Up Next      Image

A customized result list, thanks to Michael Croes. The html code follows, it should be pasted into the Preferences->Query Configuration->Result paragraph format string entry.

<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>