xhtml valid corrections
authorPascal Corpet <pascal.corpet@m4x.org>
Sat, 11 Jun 2005 14:59:37 +0000 (14:59 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:29:13 +0000 (23:29 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-701

templates/carnet/mescontacts.tpl
templates/carnet/tricontacts.tpl

index 49e7ada..fd6846e 100644 (file)
@@ -76,7 +76,7 @@ Pour afficher la liste d
 </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&amp;order={$order}&amp;inv={$inv}"><strong>vue sous forme de trombi</strong></a>]
 </p>
 
 {include file=carnet/tricontacts.tpl order=$order}
index aed3d5d..0497803 100644 (file)
 <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&amp;trombi={$smarty.request.trombi}&amp;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&amp;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&amp;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&amp;trombi={$smarty.request.trombi}&amp;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&amp;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&amp;trombi={$smarty.request.trombi}&amp;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>