Frédéric Delanoy : Fix image links in French help page

Jeremy Newman jnewman at winehq.org
Tue May 3 09:16:38 CDT 2011


Module: website
Branch: master
Commit: 903b194714f9772c153c5cda6cf756aa9fb12c35
URL:    http://source.winehq.org/git/website.git/?a=commit;h=903b194714f9772c153c5cda6cf756aa9fb12c35

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Tue May  3 11:36:48 2011 +0200

Fix image links in French help page

---

 templates/fr/help.template |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/templates/fr/help.template b/templates/fr/help.template
index 0e0fae9..99569eb 100644
--- a/templates/fr/help.template
+++ b/templates/fr/help.template
@@ -14,7 +14,7 @@
 
   <tr bgcolor="#ffffff">
     <td align="center" class="small">
-        <a href="http://www.codeweavers.com"><img src="${root}/images/paid.png"><br>Payant</a>
+        <a href="http://www.codeweavers.com"><img src="{$root}/images/paid.png"><br>Payant</a>
     </td>
     <td valign="top">
         <a href="http://www.codeweavers.com">CodeWeavers</a> propose du support
@@ -24,7 +24,7 @@ payant pour Wine.
 
   <tr bgcolor="#ffffff">
     <td align="center" class="small">
-        <a href="http://wiki.winehq.org/FAQ"><img src="${root}/images/faq.png"><br>FAQ</a>
+        <a href="http://wiki.winehq.org/FAQ"><img src="{$root}/images/faq.png"><br>FAQ</a>
     </td>
     <td valign="top">
         Des réponses rapides à la plupart des questions sont disponibles dans la
@@ -35,10 +35,10 @@ payant pour Wine.
 
   <tr bgcolor="#ffffff">
     <td align="center" class="small">
-        <a href="${root}/documentation"><img src="${root}/images/docs.png"><br>Docs</a>
+        <a href="{$root}/documentation"><img src="{$root}/images/docs.png"><br>Docs</a>
     </td>
     <td valign="top">
-        Vous devriez lire notre <a href="${root}/site/documentation">documentation</a>
+        Vous devriez lire notre <a href="{$root}/site/documentation">documentation</a>
         en ligne pour trouver des réponses à vos questions. Notre
         <a href="http://wiki.winehq.org/HowTo">guide pratique</a> contient également
         diverses informations utiles pour le nouvel utilisateur.
@@ -47,7 +47,7 @@ payant pour Wine.
 
   <tr bgcolor="#ffffff">
     <td align="center" class="small">
-        <a href="http://wiki.winehq.org/"><img src="${root}/images/moinmoin.png"><br>Wiki</a>
+        <a href="http://wiki.winehq.org/"><img src="{$root}/images/moinmoin.png"><br>Wiki</a>
     </td>
     <td valign="top">
         Notre <a href="http://wiki.winehq.org/">wiki</a> peut aussi vous aider.
@@ -56,30 +56,30 @@ payant pour Wine.
 
 <tr bgcolor="#ffffff">
     <td align="center" class="small">
-        <a href="http://forums.winehq.org/"><img src="${root}/images/forum.png"><br>Forum</a>
+        <a href="http://forums.winehq.org/"><img src="{$root}/images/forum.png"><br>Forum</a>
     </td>
     <td valign="top">
         Il existe une communauté <a href="http://forums.winehq.org/">web</a>/<a
-href="${root}/site/forums">e-mail</a> pour les utilisateurs de Wine, où ils
+href="{$root}/site/forums">e-mail</a> pour les utilisateurs de Wine, où ils
 peuvent poser des questions et communiquer.
-Vous pouvez également examiner les <a href="${root}/site/forums">listes de
+Vous pouvez également examiner les <a href="{$root}/site/forums">listes de
 discussion</a> qui font également partie de la communauté.
     </td>
   </tr>
 
   <tr bgcolor="#ffffff">
     <td align="center" class="small">
-        <a href="${root}/irc"><img src="${root}/images/irc.png"><br>IRC</a>
+        <a href="{$root}/irc"><img src="{$root}/images/irc.png"><br>IRC</a>
     </td>
     <td valign="top">
         Vous pouvez discuter en direct avec la communauté Wine via notre <a
-href="${root}/irc">canal IRC</a>.
+href="{$root}/irc">canal IRC</a>.
     </td>
   </tr>
 
   <tr bgcolor="#ffffff">
     <td align="center" class="small">
-        <a href="http://appdb.winehq.org/"><img src="${root}/images/appdb.png"><br>AppDB</a>
+        <a href="http://appdb.winehq.org/"><img src="{$root}/images/appdb.png"><br>AppDB</a>
     </td>
     <td valign="top">
         Si vous cherchez de l'aide pour une application particulière, notre <a
@@ -90,7 +90,7 @@ intéressante.
 
   <tr bgcolor="#ffffff">
     <td align="center" class="small">
-        <a href="http://bugs.winehq.org/"><img src="${root}/images/bugs.png"><br>Bugzilla</a>
+        <a href="http://bugs.winehq.org/"><img src="{$root}/images/bugs.png"><br>Bugzilla</a>
     </td>
     <td valign="top">
         Notre <a href="http://bugs.winehq.org/">système Bugzilla de suivi des bogues</a>




More information about the wine-cvs mailing list