cvs: smarty /docs/fr/designers/language-builtin-functions language-function-capture.xml

"gerald croes" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsgerald1088798143@cvsserver>
gerald		Fri Jul  2 15:55:43 2004 EDT

  Modified files:              
    /smarty/docs/fr/designers/language-builtin-functions	
                                                        	language-function-capture.xml 
  Log:
  added infotable
  
  
http://cvs.php.net/diff.php/smarty/docs/fr/designers/language-builtin-functions/language-function-capture.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/fr/designers/language-builtin-functions/language-function-capture.xml
diff -u smarty/docs/fr/designers/language-builtin-functions/language-function-capture.xml:1.4 smarty/docs/fr/designers/language-builtin-functions/language-function-capture.xml:1.5
--- smarty/docs/fr/designers/language-builtin-functions/language-function-capture.xml:1.4	Sun May 23 11:44:59 2004
+++ smarty/docs/fr/designers/language-builtin-functions/language-function-capture.xml	Fri Jul  2 15:55:43 2004
@@ -1,8 +1,42 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
-<!-- EN-Revision: 1.1 Maintainer: nobody Status: partial -->
+<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.2 Maintainer: gerald Status: ready -->
 <sect1 id="language.function.capture">
  <title>capture</title>
+            <informaltable frame="all">
+                <tgroup cols="5">
+                <colspec colname="param" align="center" />
+                <colspec colname="type" align="center" />
+                <colspec colname="required" align="center" />
+                <colspec colname="default" align="center" />
+                <colspec colname="desc" />
+                <thead>
+                    <row>
+                        <entry>Attribut</entry>
+                        <entry>Type</entry>
+                        <entry>Requis</entry>
+                        <entry>Defaut</entry>
+                        <entry>Description</entry>
+                    </row>
+                </thead>
+                <tbody>
+                    <row>
+                        <entry>name</entry>
+                        <entry>string</entry>
+                        <entry>non</entry>
+                        <entry><emphasis>default</emphasis></entry>
+                        <entry>Le nom du bloc capturé</entry>
+                    </row>
+                    <row>
+                        <entry>assign</entry>
+                        <entry>string</entry>
+                        <entry>non</entry>
+                        <entry><emphasis>n/a</emphasis></entry>
+                        <entry>Le nom de la variable à laquelle la sortie sera assignée</entry>
+                    </row>
+                </tbody>
+                </tgroup>
+            </informaltable>
  <para>
   Capture est utilisé pour récupérer la sortie d'éléments dans une variable
   au lieu de les afficher. Tout contenu situé entre {capture

-- 
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.