cvs: smarty /docs/de/designers/language-basic-syntax language-escaping.xml language-math.xml
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1119007644@cvsserver> |
messju Fri Jun 17 07:27:24 2005 EDT
Modified files:
/smarty/docs/de/designers/language-basic-syntax
language-escaping.xml
language-math.xml
Log:
sync with en
http://cvs.php.net/diff.php/smarty/docs/de/designers/language-basic-syntax/language-escaping.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/de/designers/language-basic-syntax/language-escaping.xml
diff -u smarty/docs/de/designers/language-basic-syntax/language-escaping.xml:1.3 smarty/docs/de/designers/language-basic-syntax/language-escaping.xml:1.4
--- smarty/docs/de/designers/language-basic-syntax/language-escaping.xml:1.3 Thu Jun 16 14:45:28 2005
+++ smarty/docs/de/designers/language-basic-syntax/language-escaping.xml Fri Jun 17 07:27:24 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
-<!-- EN-Revision: 1.5 Maintainer: andreas Status: ready -->
+<!-- $Revision: 1.4 $ -->
+<!-- EN-Revision: 1.6 Maintainer: andreas Status: ready -->
<sect1 id="language.escaping">
<title>Smarty Parsing umgehen</title>
<para>
http://cvs.php.net/diff.php/smarty/docs/de/designers/language-basic-syntax/language-math.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/de/designers/language-basic-syntax/language-math.xml
diff -u smarty/docs/de/designers/language-basic-syntax/language-math.xml:1.2 smarty/docs/de/designers/language-basic-syntax/language-math.xml:1.3
--- smarty/docs/de/designers/language-basic-syntax/language-math.xml:1.2 Fri Jul 16 10:32:28 2004
+++ smarty/docs/de/designers/language-basic-syntax/language-math.xml Fri Jun 17 07:27:24 2005
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.2 Maintainer: andreas Status: ready -->
- <sect1 id="language.math">
- <title>Math</title>
- <para>
- Mathematische Operationen können direkt auf Variablen verwendet werden.
- </para>
- <example>
- <title>Mathematik Beispiele</title>
- <programlisting>
- <![CDATA[
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.3 Maintainer: andreas Status: ready -->
+<sect1 id="language.math">
+ <title>Math</title>
+ <para>
+ Mathematische Operationen können direkt auf Variablen verwendet werden.
+ </para>
+ <example>
+ <title>Mathematik Beispiele</title>
+ <programlisting>
+<![CDATA[
{$foo+1}
{$foo*$bar}
@@ -23,8 +23,13 @@
{$foo|truncate:"`$fooTruncCount/$barTruncFactor-1`"}
{assign var="foo" value="`$foo+$bar`"}
-]]></programlisting>
-</example>
+]]>
+ </programlisting>
+ </example>
+
+ <para>
+ Siehe auch: <link linkend="language.function.math">{math}-Funktion</link>.
+ </para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php