</h1>
<p>
-Pour afficher le trombi de tes contacts : [<a href="?trombi=1&order={$order}&inv={$inv}"><strong>vue sous forme de trombi</strong></a>]
+Pour afficher le trombi de tes contacts : [<a href="?trombi=1&order={$order}&inv={$inv}"><strong>vue sous forme de trombi</strong></a>]
</p>
{include file=carnet/tricontacts.tpl order=$order}
<p>
Trier par :
{if ($order eq 'nom') and not($smarty.request.inv)}
-[<a href='?order=nom&trombi={$smarty.request.trombi}&inv=1'><strong>nom <img src='{rel}/images/dn.png'></strong></a>]
+[<a href='?order=nom&trombi={$smarty.request.trombi}&inv=1'><strong>nom <img src='{rel}/images/dn.png' alt='decr.' /></strong></a>]
{else}
-[<a href='?order=nom&trombi={$smarty.request.trombi}'>{if ($order eq 'nom')}<strong>nom <img src='{rel}/images/up.png'></strong>{else}nom{/if}</a>]
+[<a href='?order=nom&trombi={$smarty.request.trombi}'>{if ($order eq 'nom')}<strong>nom <img src='{rel}/images/up.png' alt='crois.' /></strong>{else}nom{/if}</a>]
{/if}
{if ($order eq 'promo') and ($smarty.request.inv)}
-[<a href='?order=promo&trombi={$smarty.request.trombi}'><strong>promo <img src='{rel}/images/up.png'></strong></a>]
+[<a href='?order=promo&trombi={$smarty.request.trombi}'><strong>promo <img src='{rel}/images/up.png' alt='decr.' /></strong></a>]
{else}
-[<a href='?order=promo&trombi={$smarty.request.trombi}&inv=1'>{if ($order eq 'promo')}<strong>promo <img src='{rel}/images/dn.png'></strong>{else}promo{/if}</a>]
+[<a href='?order=promo&trombi={$smarty.request.trombi}&inv=1'>{if ($order eq 'promo')}<strong>promo <img src='{rel}/images/dn.png' alt='crois.' /></strong>{else}promo{/if}</a>]
{/if}
{if ($order eq 'last') and ($smarty.request.inv)}
-[<a href='?order=last&trombi={$smarty.request.trombi}'><strong>dernière modification <img src='{rel}/images/up.png'></strong></a>]
+[<a href='?order=last&trombi={$smarty.request.trombi}'><strong>dernière modification <img src='{rel}/images/up.png' alt='decr.' /></strong></a>]
{else}
-[<a href='?order=last&trombi={$smarty.request.trombi}&inv=1'>{if ($order eq 'last')}<strong>dernière modification <img src='{rel}/images/dn.png'></strong>{else}dernière modification{/if}</a>]
+[<a href='?order=last&trombi={$smarty.request.trombi}&inv=1'>{if ($order eq 'last')}<strong>dernière modification <img src='{rel}/images/dn.png'i alt='crois.' /></strong>{else}dernière modification{/if}</a>]
{/if}
</p>