cvs: smarty /docs/ru/designers/language-modifiers language-modifier-indent.xml

"Antony Dovgal" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvstony20011096460753@cvsserver>
tony2001		Wed Sep 29 08:25:53 2004 EDT

  Modified files:              
    /smarty/docs/ru/designers/language-modifiers	
                                                	language-modifier-indent.xml 
  Log:
  minor corrections of modifier.indent:
  fixed typo, converted tabs to spaces, added CDATA ...
  
  
http://cvs.php.net/diff.php/smarty/docs/ru/designers/language-modifiers/language-modifier-indent.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/ru/designers/language-modifiers/language-modifier-indent.xml
diff -u smarty/docs/ru/designers/language-modifiers/language-modifier-indent.xml:1.2 smarty/docs/ru/designers/language-modifiers/language-modifier-indent.xml:1.3
--- smarty/docs/ru/designers/language-modifiers/language-modifier-indent.xml:1.2	Mon Jul 19 09:11:29 2004
+++ smarty/docs/ru/designers/language-modifiers/language-modifier-indent.xml	Wed Sep 29 08:25:53 2004
@@ -1,54 +1,55 @@
 <?xml version="1.0" encoding="windows-1251"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- EN-Revision: 1.2 Maintainer: tony2001 Status: ready -->
 <sect1 id="language.modifier.indent">
  <title>indent</title>
  <informaltable frame="all">
-                <tgroup cols="5">
-                <colspec colname="param" />
-                <colspec colname="type" />
-                <colspec colname="required" />
-                <colspec colname="default" />
-                <colspec colname="desc" />
-                <thead>
-                    <row>
-                        <entry>Ïîçèöèÿ ïàðàìåòðà</entry>
-                        <entry>Òèï</entry>
-                        <entry>Îáÿçàòåëåí</entry>
-                        <entry>Ïî óìîë÷àíèþ</entry>
-                        <entry>Îïèñàíèå</entry>
-                    </row>
-                </thead>
-                <tbody>
-                    <row>
-                        <entry>1</entry>
-                        <entry>öåëîå (integer)</entry>
-                        <entry>Íåò</entry>
-                        <entry>4</entry>
-						<entry>Êîëè÷åñòâî ñèìâîëîâ äëÿ âñòàâêè.</entry>
-                    </row>
-                    <row>
-                        <entry>2</entry>
-                        <entry>ñòðîêà (string)</entry>
-                        <entry>Íåò</entry>
-                        <entry>(îäèí ïðîáåë)</entry>
-                        <entry>Ñèìâîë äëÿ âñòàâêè.</entry>
-                    </row>
-                </tbody>
-                </tgroup>
+  <tgroup cols="5">
+  <colspec colname="param" />
+  <colspec colname="type" />
+  <colspec colname="required" />
+  <colspec colname="default" />
+  <colspec colname="desc" />
+  <thead>
+   <row>
+    <entry>Ïîçèöèÿ ïàðàìåòðà</entry>
+    <entry>Òèï</entry>
+    <entry>Îáÿçàòåëåí</entry>
+    <entry>Ïî óìîë÷àíèþ</entry>
+    <entry>Îïèñàíèå</entry>
+   </row>
+  </thead>
+  <tbody>
+   <row>
+    <entry>1</entry>
+    <entry>öåëîå (integer)</entry>
+    <entry>Íåò</entry>
+    <entry>4</entry>
+    <entry>Êîëè÷åñòâî ñèìâîëîâ äëÿ âñòàâêè.</entry>
+   </row>
+   <row>
+    <entry>2</entry>
+    <entry>ñòðîêà (string)</entry>
+    <entry>Íåò</entry>
+    <entry>(îäèí ïðîáåë)</entry>
+    <entry>Ñèìâîë äëÿ âñòàâêè.</entry>
+   </row>
+  </tbody>
+  </tgroup>
  </informaltable>
-	<para>
-		Âñòàâëÿåò â íà÷àëî êàæäîé ñòðîêè çàäàííîå êîëè÷åñòâî 
-		çàäàííûõ ñèìâîëîâ. Ïî óìîë÷àíèþ âñòàâëÿåòüñÿ 4 ïðîáåëà.
-	</para>
+ <para>
+  Âñòàâëÿåò â íà÷àëî êàæäîé ñòðîêè çàäàííîå êîëè÷åñòâî 
+  çàäàííûõ ñèìâîëîâ. Ïî óìîë÷àíèþ âñòàâëÿåòñÿ 4 ïðîáåëà.
+ </para>
  <example>
   <title>indent</title>
-<programlisting>
+  <programlisting>
+<![CDATA[   
 index.php:
 
 $smarty = new Smarty;
-$smarty-&gt;assign('articleTitle', 'NJ judge to rule on nude beach.');
-$smarty-&gt;display('index.tpl');
+$smarty->assign('articleTitle', 'NJ judge to rule on nude beach.');
+$smarty->display('index.tpl');
 
 index.tpl:
 
@@ -76,7 +77,9 @@
 
 	NJ judge to rule on nude beach.
 	Sun or rain expected today, dark tonight.
-	Statistics show that teen pregnancy drops off significantly after 25.</programlisting>
+ Statistics show that teen pregnancy drops off significantly after 25.
+]]>
+  </programlisting>
  </example>
 </sect1>
 <!-- Keep this comment at the end of the file

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.