Changeset 3215 for libcaca/trunk
- Timestamp:
- Nov 2, 2008, 8:50:46 PM (12 years ago)
- Location:
- libcaca/trunk/caca-php/examples/www
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/www/cacainfo.php
r3210 r3215 20 20 <head> 21 21 <title>sample program for libcaca php binding</title> 22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 23 23 </head> 24 24 <body text="silver" bgcolor="black"> -
libcaca/trunk/caca-php/examples/www/dithering.php
r3210 r3215 8 8 <head> 9 9 <title>Caca power!</title> 10 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />10 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 11 11 </head> 12 12 <body> … … 39 39 40 40 echo caca_export_string($canvas, "html3"); 41 echo "<img src= './$src' alt=''/>";41 echo "<img src=\"./$src\" alt="" />"; 42 42 43 43 ?> -
libcaca/trunk/caca-php/examples/www/figlet.php
r3213 r3215 7 7 <head> 8 8 <title>Caca power!</title> 9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 10 10 </head> 11 11 <body> -
libcaca/trunk/caca-php/examples/www/render.php
r3210 r3215 52 52 <head> 53 53 <title>Я люблю Либкаку</title> 54 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />54 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 55 55 </head> 56 56 <body text="silver" bgcolor="black"> -
libcaca/trunk/caca-php/examples/www/text.php
r3210 r3215 24 24 <head> 25 25 <title>demo for libcaca php binding</title> 26 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />26 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 27 27 </head> 28 28 <body text="silver" bgcolor="black">
Note: See TracChangeset
for help on using the changeset viewer.