mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-11 01:31:37 +01:00
sync with EN
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 1.3 Maintainer: freespace Status: ready -->
|
||||
<!-- EN-Revision: 1.4 Maintainer: freespace Status: ready -->
|
||||
<sect1 id="language.syntax.attributes">
|
||||
<title><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
|
||||
<para>
|
||||
@@ -24,18 +24,20 @@
|
||||
<title><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
{include file="header.tpl"}
|
||||
{include file='header.tpl'}
|
||||
|
||||
{include file="header.tpl" attrib_name="attrib value"}
|
||||
{include file='header.tpl' attrib_name='attrib value'}
|
||||
|
||||
{include file=$includeFile}
|
||||
|
||||
{include file=#includeFile# title="Smarty is cool"}
|
||||
{include file=#includeFile# title='Smarty is cool'}
|
||||
|
||||
{html_select_date display_days=yes}
|
||||
|
||||
<select name="company">
|
||||
{html_options options=$choices selected=$selected}
|
||||
{mailto address='smarty@example.com'}
|
||||
|
||||
<select name='company_id'>
|
||||
{html_options options=$companies selected=$company_id}
|
||||
</select>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
||||
Reference in New Issue
Block a user