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ärke des Rahmens</entry>
- </row>
- <row>
<entry>height</entry>
<entry>string</entry>
<entry>No</entry>
@@ -87,7 +80,7 @@
wird um das Bild ein <a href="LINKVALUE"><a> Tag erzeugt.
</para>
<para>
- Alle weiteren Paarameter werden als Name/Wert Paare (Attribute) im <img>-Tag ausgegeben.
+ Alle weiteren Parameter werden als Name/Wert Paare (Attribute) im <img>-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ümmert sich darum welche Elemente ausgewä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 <input>-Tags ausgegeben.
+ </para>
<example>
<title>html_radios</title>
<programlisting>
@@ -110,7 +113,7 @@
AUSGABE: (beider Beispiele)
<input type="radio" name="id[]" value="1000">Joe Schmoe<br />
-<input type="radio" name="id[]" value="1001" checked="checked"><br />
+<input type="radio" name="id[]" value="1001" checked="checked">Jack Smith<br />
<input type="radio" name="id[]" value="1002">Jane Johnson<br />
<input type="radio" name="id[]" value="1003">Charlie Brown<br /></programlisting>
</example>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php