mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +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.13 Maintainer: yannick Status: ready -->
|
<!-- EN-Revision: 1.14 Maintainer: yannick Status: ready -->
|
||||||
|
|
||||||
<sect1 id="language.function.html.options">
|
<sect1 id="language.function.html.options">
|
||||||
<title>{html_options}</title>
|
<title>{html_options}</title>
|
||||||
@@ -180,7 +180,7 @@ $smarty->assign('contact',$db->getRow($sql));
|
|||||||
<![CDATA[
|
<![CDATA[
|
||||||
<select name="type_id">
|
<select name="type_id">
|
||||||
<option value='null'>-- none --</option>
|
<option value='null'>-- none --</option>
|
||||||
{html_options name='contact_type' options=$contact_types selected=$contact.type_id}
|
{html_options options=$contact_types selected=$contact.type_id}
|
||||||
</select>
|
</select>
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
@@ -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.14 Maintainer: yannick Status: ready -->
|
<!-- EN-Revision: 1.15 Maintainer: yannick Status: ready -->
|
||||||
|
|
||||||
<sect1 id="language.variables.smarty">
|
<sect1 id="language.variables.smarty">
|
||||||
<title>Variable r<>serv<72>e {$smarty}</title>
|
<title>Variable r<>serv<72>e {$smarty}</title>
|
||||||
@@ -149,14 +149,16 @@ define('_MY_CONST_VAL','CHERRIES');
|
|||||||
<![CDATA[
|
<![CDATA[
|
||||||
<b>Le conteneur principal est {$smarty.template}</b>
|
<b>Le conteneur principal est {$smarty.template}</b>
|
||||||
{include file='banner.tpl}
|
{include file='banner.tpl}
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
Affichera :
|
<para>
|
||||||
<programlisting>
|
Affichera :
|
||||||
<![CDATA[
|
</para>
|
||||||
|
<programlisting>
|
||||||
|
<![CDATA[
|
||||||
<b>Le conteneur principal est container.tpl</b>
|
<b>Le conteneur principal est container.tpl</b>
|
||||||
banner.tpl
|
banner.tpl
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@@ -169,7 +171,7 @@ Affichera :
|
|||||||
<![CDATA[
|
<![CDATA[
|
||||||
<div id="footer">G<>n<EFBFBD>r<EFBFBD> par Smarty {$smarty.version}</div>
|
<div id="footer">G<>n<EFBFBD>r<EFBFBD> par Smarty {$smarty.version}</div>
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="language.variables.smarty.ldelim">
|
<sect2 id="language.variables.smarty.ldelim">
|
||||||
|
Reference in New Issue
Block a user