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"?>
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $Revision$ -->
|
<!-- $Revision$ -->
|
||||||
<!-- EN-Revision: 1.2 Maintainer: gerald Status: ready -->
|
<!-- EN-Revision: 1.4 Maintainer: gerald Status: ready -->
|
||||||
<sect1 id="language.function.html.options">
|
<sect1 id="language.function.html.options">
|
||||||
<title>html_options</title>
|
<title>html_options</title>
|
||||||
<informaltable frame="all">
|
<informaltable frame="all">
|
||||||
@@ -88,6 +88,9 @@
|
|||||||
<title>html_options</title>
|
<title>html_options</title>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
EXEMPLE 1
|
||||||
|
---------
|
||||||
|
|
||||||
index.php:
|
index.php:
|
||||||
|
|
||||||
require('Smarty.class.php');
|
require('Smarty.class.php');
|
||||||
@@ -104,6 +107,8 @@ index.tpl:
|
|||||||
{html_options values=$id_client selected=$client_id output=$nom_client}
|
{html_options values=$id_client selected=$client_id output=$nom_client}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
EXEMPLE 2
|
||||||
|
---------
|
||||||
|
|
||||||
index.php:
|
index.php:
|
||||||
|
|
||||||
@@ -125,6 +130,7 @@ index.tpl:
|
|||||||
|
|
||||||
|
|
||||||
SORTIE: (valable pour les deux exemples)
|
SORTIE: (valable pour les deux exemples)
|
||||||
|
-----------------------
|
||||||
|
|
||||||
<select name=client_id>
|
<select name=client_id>
|
||||||
<option value="1000">Joe Schmoe</option>
|
<option value="1000">Joe Schmoe</option>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $Revision$ -->
|
<!-- $Revision$ -->
|
||||||
<!-- EN-Revision: 1.5 Maintainer: didou Status: ready -->
|
<!-- EN-Revision: 1.6 Maintainer: didou Status: ready -->
|
||||||
<sect1 id="caching.cacheable">
|
<sect1 id="caching.cacheable">
|
||||||
<title>Contr<EFBFBD>ler la mise en cache des sorties des Plugins</title>
|
<title>Contr<EFBFBD>ler la mise en cache des sorties des Plugins</title>
|
||||||
<para>
|
<para>
|
||||||
@@ -62,7 +62,7 @@ $smarty->display('index.tpl');
|
|||||||
</para>
|
</para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
Time Remaining: {remain endtime=$obj->endtime}
|
Time Remaining: {remaining endtime=$obj->endtime}
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user