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