cvs: smarty /docs/de/designers/language-custom-functions language-function-html-image.xml language-function-html-radios.xml

"Messju Mohr" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmessju1107407923@cvsserver>
messju		Thu Feb  3 00:18:43 2005 EDT

  Modified files:              
    /smarty/docs/de/designers/language-custom-functions	
                                                       	language-function-html-image.xml 
                                                       	language-function-html-radios.xml 
  Log:
  sync with en
  
  
  
http://cvs.php.net/diff.php/smarty/docs/de/designers/language-custom-functions/language-function-html-image.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/de/designers/language-custom-functions/language-function-html-image.xml
diff -u smarty/docs/de/designers/language-custom-functions/language-function-html-image.xml:1.2 smarty/docs/de/designers/language-custom-functions/language-function-html-image.xml:1.3
--- smarty/docs/de/designers/language-custom-functions/language-function-html-image.xml:1.2	Fri Jul 16 10:32:28 2004
+++ smarty/docs/de/designers/language-custom-functions/language-function-html-image.xml	Thu Feb  3 00:18:43 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.2 Maintainer: andreas Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.3 Maintainer: andreas Status: ready -->
                 <sect1 id="language.function.html.image">
                         <title>html_image (Ausgabe von HTML-IMG Tag)</title>
             <informaltable frame="all">
@@ -28,13 +28,6 @@
                         <entry>Name/Pfad zum Bild</entry>
                     </row>
                     <row>
-                        <entry>border</entry>
-                        <entry>string</entry>
-                        <entry>Nein</entry>
-                        <entry><emphasis>0</emphasis></entry>
-                        <entry>St&auml;rke des Rahmens</entry>
-                    </row>
-                    <row>
                         <entry>height</entry>
                         <entry>string</entry>
                         <entry>No</entry>
@@ -87,7 +80,7 @@
 			wird um das Bild ein &lt;a href="LINKVALUE"&gt;&lt;a&gt; Tag erzeugt.
                         </para>
 						<para>
-						Alle weiteren Paarameter werden als Name/Wert Paare (Attribute) im &lt;img&gt;-Tag ausgegeben.
+						Alle weiteren Parameter werden als Name/Wert Paare (Attribute) im &lt;img&gt;-Tag ausgegeben.
 						</para>
                         <note>
                         <title>Technische Bemerkung</title>
@@ -124,9 +117,9 @@
     </para>
     <screen>
 <![CDATA[
-<img src="pumpkin.jpg" alt="" border="0" width="44" height="68" />
-<img src="/path/from/docroot/pumpkin.jpg" alt="" border="0" width="44" height="68" />
-<img src="../path/relative/to/currdir/pumpkin.jpg" alt="" border="0" width="44" height="68" />
+<img src="pumpkin.jpg" alt="" width="44" height="68" />
+<img src="/path/from/docroot/pumpkin.jpg" alt="" width="44" height="68" />
+<img src="../path/relative/to/currdir/pumpkin.jpg" alt="" width="44" height="68" />
 ]]>
     </screen>
 </example>
http://cvs.php.net/diff.php/smarty/docs/de/designers/language-custom-functions/language-function-html-radios.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/de/designers/language-custom-functions/language-function-html-radios.xml
diff -u smarty/docs/de/designers/language-custom-functions/language-function-html-radios.xml:1.2 smarty/docs/de/designers/language-custom-functions/language-function-html-radios.xml:1.3
--- smarty/docs/de/designers/language-custom-functions/language-function-html-radios.xml:1.2	Fri Jul 16 10:32:28 2004
+++ smarty/docs/de/designers/language-custom-functions/language-function-html-radios.xml	Thu Feb  3 00:18:43 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.1 Maintainer: andreas Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.3 Maintainer: andreas Status: ready -->
 		<sect1 id="language.function.html.radios">
 			<title>html_radios (Ausgabe von HTML-RADIO Tags)</title>
             <informaltable frame="all">
@@ -70,6 +70,9 @@
             Elemente erstellt und k&uuml;mmert sich darum welche Elemente ausgew&auml;hlt sind.
             Erforderliche Attribute sind Wert/Ausgabe oder Options. Die Ausgabe ist XHTML kompatibel
 			</para>
+			<para>
+			Alle weiteren Parameter werden als Name/Wert Paare (Attribute) in jedem der &lt;input&gt;-Tags ausgegeben.
+			</para>
 <example>
 <title>html_radios</title>
 <programlisting>
@@ -110,7 +113,7 @@
 AUSGABE: (beider Beispiele)
 
 &lt;input type="radio" name="id[]" value="1000"&gt;Joe Schmoe&lt;br /&gt;
-&lt;input type="radio" name="id[]" value="1001" checked="checked"&gt;&lt;br /&gt;
+&lt;input type="radio" name="id[]" value="1001" checked="checked"&gt;Jack Smith&lt;br /&gt;
 &lt;input type="radio" name="id[]" value="1002"&gt;Jane Johnson&lt;br /&gt;
 &lt;input type="radio" name="id[]" value="1003"&gt;Charlie Brown&lt;br /&gt;</programlisting>
 </example>

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