mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
sync with EN
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 1.2 Maintainer: gerald Status: ready -->
|
||||
<!-- EN-Revision: 1.3 Maintainer: gerald Status: ready -->
|
||||
<sect1 id="language.function.html.image">
|
||||
<title>html_image</title>
|
||||
<informaltable frame="all">
|
||||
@@ -27,13 +27,6 @@
|
||||
<entry><emphasis>n/a</emphasis></entry>
|
||||
<entry>nom/chemin des images</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>border</entry>
|
||||
<entry>cha<EFBFBD>ne de caract<63>res</entry>
|
||||
<entry>Non</entry>
|
||||
<entry><emphasis>0</emphasis></entry>
|
||||
<entry>Bordure de l'image</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>height</entry>
|
||||
<entry>cha<EFBFBD>ne de caract<63>res</entry>
|
||||
@@ -120,9 +113,9 @@ $smarty->display('index.tpl');
|
||||
</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>
|
||||
|
@@ -1,15 +1,16 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 1.1 Maintainer: nobody Status: partial -->
|
||||
<!-- 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<EFBFBD>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<74>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<6E>.
|
||||
</para>
|
||||
<note>
|
||||
<title>Note technique</title>
|
||||
|
Reference in New Issue
Block a user