cvs: smarty /docs/ru/designers/language-custom-functions language-function-html-image.xml
"George Miroshnikov" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsfreespace1107287429@cvsserver> |
freespace Tue Feb 1 14:50:29 2005 EDT
Modified files:
/smarty/docs/ru/designers/language-custom-functions
language-function-html-image.xml
Log:
Sync with en.
http://cvs.php.net/diff.php/smarty/docs/ru/designers/language-custom-functions/language-function-html-image.xml?r1=1.7&r2=1.8&ty=u
Index: smarty/docs/ru/designers/language-custom-functions/language-function-html-image.xml
diff -u smarty/docs/ru/designers/language-custom-functions/language-function-html-image.xml:1.7 smarty/docs/ru/designers/language-custom-functions/language-function-html-image.xml:1.8
--- smarty/docs/ru/designers/language-custom-functions/language-function-html-image.xml:1.7 Thu Nov 25 18:26:13 2004
+++ smarty/docs/ru/designers/language-custom-functions/language-function-html-image.xml Tue Feb 1 14:50:28 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="windows-1251"?>
-<!-- $Revision: 1.7 $ -->
-<!-- EN-Revision: 1.2 Maintainer: freespace Status: ready -->
+<!-- $Revision: 1.8 $ -->
+<!-- EN-Revision: 1.3 Maintainer: freespace Status: ready -->
<sect1 id="language.function.html.image">
<title>html_image</title>
<informaltable frame="all">
@@ -28,13 +28,6 @@
<entry>íàçâàíèå/ïóòü ê èçîáðàæåíèþ</entry>
</row>
<row>
- <entry>border</entry>
- <entry>string</entry>
- <entry>Íåò</entry>
- <entry><emphasis>0</emphasis></entry>
- <entry>ðàçìåð ðàìêè âîêðóã èçîáðàæåíèÿ</entry>
- </row>
- <row>
<entry>height</entry>
<entry>string</entry>
<entry>Íåò</entry>
@@ -117,9 +110,9 @@
OUTPUT: (possible)
-<img src="pumpkin.jpg" border="0" width="44" height="68">
-<img src="/path/under/docroot/pumpkin.jpg" border="0" width="44" height="68">
-<img src="../path/relative/to/currdir/pumpkin.jpg" border="0" width="44" height="68">
+<img src="pumpkin.jpg" width="44" height="68">
+<img src="/path/under/docroot/pumpkin.jpg" width="44" height="68">
+<img src="../path/relative/to/currdir/pumpkin.jpg" width="44" height="68">
]]>
</programlisting>
</example>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php