cvs: smarty /docs/fr/designers/language-custom-functions language-function-html-options.xml /docs/fr/programmers/caching caching-cacheable.xml
"Yannick Torres" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsyannick1104946947@cvsserver> |
yannick Wed Jan 5 12:42:27 2005 EDT
Modified files:
/smarty/docs/fr/designers/language-custom-functions
language-function-html-options.xml
/smarty/docs/fr/programmers/caching caching-cacheable.xml
Log:
sync with EN
http://cvs.php.net/diff.php/smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml
diff -u smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml:1.4 smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml:1.5
--- smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml:1.4 Wed Dec 22 14:59:35 2004
+++ smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml Wed Jan 5 12:42:27 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
-<!-- EN-Revision: 1.2 Maintainer: gerald Status: ready -->
+<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.4 Maintainer: gerald Status: ready -->
<sect1 id="language.function.html.options">
<title>html_options</title>
<informaltable frame="all">
@@ -88,6 +88,9 @@
<title>html_options</title>
<programlisting>
<![CDATA[
+EXEMPLE 1
+---------
+
index.php:
require('Smarty.class.php');
@@ -104,6 +107,8 @@
{html_options values=$id_client selected=$client_id output=$nom_client}
</select>
+EXEMPLE 2
+---------
index.php:
@@ -125,6 +130,7 @@
SORTIE: (valable pour les deux exemples)
+-----------------------
<select name=client_id>
<option value="1000">Joe Schmoe</option>
http://cvs.php.net/diff.php/smarty/docs/fr/programmers/caching/caching-cacheable.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/fr/programmers/caching/caching-cacheable.xml
diff -u smarty/docs/fr/programmers/caching/caching-cacheable.xml:1.4 smarty/docs/fr/programmers/caching/caching-cacheable.xml:1.5
--- smarty/docs/fr/programmers/caching/caching-cacheable.xml:1.4 Sun Dec 26 16:12:45 2004
+++ smarty/docs/fr/programmers/caching/caching-cacheable.xml Wed Jan 5 12:42:27 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
-<!-- EN-Revision: 1.5 Maintainer: didou Status: ready -->
+<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.6 Maintainer: didou Status: ready -->
<sect1 id="caching.cacheable">
<title>Contrôler la mise en cache des sorties des Plugins</title>
<para>
@@ -62,7 +62,7 @@
</para>
<programlisting>
<![CDATA[
-Time Remaining: {remain endtime=$obj->endtime}
+Time Remaining: {remaining endtime=$obj->endtime}
]]>
</programlisting>
<para>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php