cvs: smarty /docs/en/designers/language-builtin-functions language-function-config-load.xml language-function-section.xml /docs/en/designers/language-custom-functions language-function-popup.xml /docs/en/programmers/api-variables variable-php-handling.xml
"Mehdi Achour" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsdidou1082309007@cvsserver> |
didou Sun Apr 18 13:23:27 2004 EDT
Modified files:
/smarty/docs/en/designers/language-builtin-functions
language-function-config-load.xml
language-function-section.xml
/smarty/docs/en/designers/language-custom-functions
language-function-popup.xml
/smarty/docs/en/programmers/api-variables variable-php-handling.xml
Log:
using <note>
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml:1.3 smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml:1.4
--- smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml:1.3 Sun Apr 18 13:18:26 2004
+++ smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml Sun Apr 18 13:23:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<sect1 id="language.function.config.load">
<title>config_load</title>
<informaltable frame="all">
@@ -95,12 +95,14 @@
within a section with the added attribute
<emphasis>section</emphasis>.
</para>
- <para>
- NOTE: <emphasis>Config file sections</emphasis> and the built-in
- template function called <emphasis>section</emphasis> have nothing
- to do with each other, they just happen to share a common naming
- convention.
- </para>
+ <note>
+ <para>
+ <emphasis>Config file sections</emphasis> and the built-in
+ template function called <emphasis>section</emphasis> have nothing
+ to do with each other, they just happen to share a common naming
+ convention.
+ </para>
+ </note>
<example>
<title>function config_load with section</title>
<programlisting>
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-builtin-functions/language-function-section.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-section.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-section.xml:1.1 smarty/docs/en/designers/language-builtin-functions/language-function-section.xml:1.2
--- smarty/docs/en/designers/language-builtin-functions/language-function-section.xml:1.1 Tue Apr 13 04:40:21 2004
+++ smarty/docs/en/designers/language-builtin-functions/language-function-section.xml Sun Apr 18 13:23:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.function.section">
<title>section,sectionelse</title>
<informaltable frame="all">
@@ -237,13 +237,15 @@
Sections also have their own variables that handle section properties.
These are indicated like so: {$smarty.section.sectionname.varname}
</para>
- <para>
- NOTE: As of Smarty 1.5.0, the syntax for section property variables has
- been changed from {%sectionname.varname%} to
- {$smarty.section.sectionname.varname}. The old syntax is still
- supported, but you will only see reference to the new syntax in the
- manual examples.
- </para>
+ <note>
+ <para>
+ As of Smarty 1.5.0, the syntax for section property variables has
+ been changed from {%sectionname.varname%} to
+ {$smarty.section.sectionname.varname}. The old syntax is still
+ supported, but you will only see reference to the new syntax in the
+ manual examples.
+ </para>
+ </note>
<sect2 id="section.property.index">
<title>index</title>
<para>
@@ -339,12 +341,14 @@
<para>
iteration is used to display the current loop iteration.
</para>
- <para>
- NOTE: This is not affected by the section properties start, step and
- max, unlike the index property. Iteration also starts with 1
- instead of 0 like index. rownum is an alias to iteration, they work
- identical.
- </para>
+ <note>
+ <para>
+ This is not affected by the section properties start, step and
+ max, unlike the index property. Iteration also starts with 1
+ instead of 0 like index. rownum is an alias to iteration, they work
+ identical.
+ </para>
+ </note>
<example>
<title>section property iteration</title>
<programlisting>
@@ -565,4 +569,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-custom-functions/language-function-popup.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-popup.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-popup.xml:1.1 smarty/docs/en/designers/language-custom-functions/language-function-popup.xml:1.2
--- smarty/docs/en/designers/language-custom-functions/language-function-popup.xml:1.1 Tue Apr 13 04:40:22 2004
+++ smarty/docs/en/designers/language-custom-functions/language-function-popup.xml Sun Apr 18 13:23:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.function.popup">
<title>popup</title>
<informaltable frame="all">
@@ -426,4 +426,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-variables/variable-php-handling.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/programmers/api-variables/variable-php-handling.xml
diff -u smarty/docs/en/programmers/api-variables/variable-php-handling.xml:1.1 smarty/docs/en/programmers/api-variables/variable-php-handling.xml:1.2
--- smarty/docs/en/programmers/api-variables/variable-php-handling.xml:1.1 Tue Apr 13 07:39:14 2004
+++ smarty/docs/en/programmers/api-variables/variable-php-handling.xml Sun Apr 18 13:23:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="variable.php.handling">
<title>$php_handling</title>
<para>
@@ -18,11 +18,13 @@
<listitem><para>SMARTY_PHP_ALLOW - Smarty will execute the tags
as PHP code.</para></listitem>
</itemizedlist>
- <para>
- NOTE: Embedding PHP code into templates is highly discouraged.
- Use <link linkend="language.custom.functions">custom functions</link> or
- <link linkend="language.modifiers">modifiers</link> instead.
- </para>
+ <note>
+ <para>
+ Embedding PHP code into templates is highly discouraged.
+ Use <link linkend="language.custom.functions">custom functions</link> or
+ <link linkend="language.modifiers">modifiers</link> instead.
+ </para>
+ </note>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
@@ -43,4 +45,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php