cvs: smarty /docs/fr/designers/language-custom-functions language-function-html-image.xml /docs/fr/programmers/api-variables variable-plugins-dir.xml

"Yannick Torres" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsyannick1108286339@cvsserver>
yannick		Sun Feb 13 04:18:59 2005 EDT

  Modified files:              
    /smarty/docs/fr/designers/language-custom-functions	
                                                       	language-function-html-image.xml 
    /smarty/docs/fr/programmers/api-variables	variable-plugins-dir.xml 
  Log:
  sync with EN
  
http://cvs.php.net/diff.php/smarty/docs/fr/designers/language-custom-functions/language-function-html-image.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/fr/designers/language-custom-functions/language-function-html-image.xml
diff -u smarty/docs/fr/designers/language-custom-functions/language-function-html-image.xml:1.3 smarty/docs/fr/designers/language-custom-functions/language-function-html-image.xml:1.4
--- smarty/docs/fr/designers/language-custom-functions/language-function-html-image.xml:1.3	Fri Jul  2 17:39:32 2004
+++ smarty/docs/fr/designers/language-custom-functions/language-function-html-image.xml	Sun Feb 13 04:18:58 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
-<!-- EN-Revision: 1.2 Maintainer: gerald Status: ready -->
+<!-- $Revision: 1.4 $ -->
+<!-- EN-Revision: 1.3 Maintainer: gerald Status: ready -->
 <sect1 id="language.function.html.image">
  <title>html_image</title>
  <informaltable frame="all">
@@ -28,13 +28,6 @@
      <entry>nom/chemin des images</entry>
     </row>
     <row>
-     <entry>border</entry>
-     <entry>chaîne de caractères</entry>
-     <entry>Non</entry>
-     <entry><emphasis>0</emphasis></entry>
-     <entry>Bordure de l'image</entry>
-    </row>
-    <row>
      <entry>height</entry>
      <entry>chaîne de caractères</entry>
      <entry>Non</entry>
@@ -120,9 +113,9 @@
     </para>
     <screen>
 <![CDATA[
-<img src="pumpkin.jpg" alt="" border="0" width="44" height="68" />
-<img src="/path/from/docroot/pumpkin.jpg" alt="" border="0" width="44" height="68" />
-<img src="../path/relative/to/currdir/pumpkin.jpg" alt="" border="0" width="44" height="68" />
+<img src="pumpkin.jpg" alt="" width="44" height="68" />
+<img src="/path/from/docroot/pumpkin.jpg" alt="" width="44" height="68" />
+<img src="../path/relative/to/currdir/pumpkin.jpg" alt="" width="44" height="68" />
 ]]>
     </screen>
  </example>
http://cvs.php.net/diff.php/smarty/docs/fr/programmers/api-variables/variable-plugins-dir.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/fr/programmers/api-variables/variable-plugins-dir.xml
diff -u smarty/docs/fr/programmers/api-variables/variable-plugins-dir.xml:1.2 smarty/docs/fr/programmers/api-variables/variable-plugins-dir.xml:1.3
--- smarty/docs/fr/programmers/api-variables/variable-plugins-dir.xml:1.2	Sun May 23 11:50:38 2004
+++ smarty/docs/fr/programmers/api-variables/variable-plugins-dir.xml	Sun Feb 13 04:18:58 2005
@@ -1,15 +1,16 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.1 Maintainer: nobody Status: partial -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.2 Maintainer: nobody Status: partial -->
 <sect1 id="variable.plugins.dir">
  <title>$plugins_dir</title>
  <para>
-  Ce sont les répertoire dans lesquels Smarty ira chercher les plugins
-  dont il a besoin. La valeur par défaut est "plugins" sous le
-  répertoire SMARTY_DIR. Si vous donnez un chemin relatif, Smarty
+  C'est le répertoire (ou les répertoires) dans lequel Smarty ira chercher
+  les plugins dont il a besoin.La valeur par défaut est "plugins" sous
+  le répertoire SMARTY_DIR. Si vous donnez un chemin relatif, Smarty
   regardera d'abord relativement au SMARTY_DIR, puis relativement au rtc (répertoire
   de travail courant), puis relativement a chaque entrée de votre répertoire
-  d'inclusion PHP.
+  d'inclusion PHP. Si $plugins_dir est un tableau de répertoires, Smarty
+  cherchera les plugins dans chaque répertoire de plugins, dans l'ordre donné.
  </para>
  <note>
   <title>Note technique</title>

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.